Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

  1. <%
  2. 'Localizable strings for iiadmhd.asp
  3. Const L_ADDWEBUSERS_TEXT = "Web Site Operators"
  4. Const L_ADDFTPUSERS_TEXT = "FTP Site Operators"
  5. Const L_LISTNAMES_TEXT = "Grant operator privileges on this site only to these Windows User Accounts:"
  6. Const L_BUILTIN_TEXT = "BUILTIN\"
  7. Const L_ENTERTRUSTEE_TEXT = "Enter a domain and user name."
  8. Const L_ADMINISTRATORS_TEXT = "Administrators"
  9. Const L_DELERROR_TEXT = "You may not delete local administrator privileges from this site."
  10. Const L_SAMPTRUSTEE_TEXT = "DOMAIN\\username"
  11. Const L_SELECTITEM_TEXT = "You must first choose a user from the list to remove."
  12. Const L_NOUSER_ERROR = "You must enter a complete domain name and user name. For example: MyDomain\\SomeUser"
  13. Const L_SEARCHING_TEXT = "Searching for user."
  14. Const L_BACKSLASH_TEXT = "\\"
  15. Const L_FWDSLASH_TEXT = "/"
  16. Const L_EVERYONE_TEXT = "\Everyone"
  17. Const L_SECACCTS_TEXT = "Security Accounts"
  18. Const L_ANON_TEXT="Anonymous access"
  19. Const L_NOUSERNEEDED_TEXT = "No user name or password is required to access this resource."
  20. Const L_ACCOUNTUSED_TEXT = "Anonymous account to use for anonymous access:"
  21. Const L_USERNAME_TEXT="User name:"
  22. Const L_PASSWORD_TEXT="Password:"
  23. Const L_REENTERPASS_TEXT = "Please reenter your password for confirmation"
  24. Const L_PASSNOTMATCH_TEXT = "The password you entered does not match."
  25. Const L_PASSSYNCH_TEXT="Enable automatic password synchronization"
  26. Const L_ANONONLY_TEXT="Allow only anonymous connections"
  27. Const L_EDIT_TEXT = " Edit... "
  28. ' Resizable elements
  29. ' Horizontal rules
  30. Const L_ANON_HR_W = 275
  31. Const L_ADDFTPUSERS_HR_W = 300
  32. %>