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.

15 lines
526 B

  1. <%
  2. 'Localizable strings for iianon.asp
  3. Const L_ACCOUNTUSED_TEXT = "Anonymous account to use for anonymous access:"
  4. Const L_USERNAME_TEXT="User name:"
  5. Const L_PASSWORD_TEXT="Password:"
  6. Const L_CONFIRMPASSWORD_TEXT="Confirm Password:"
  7. Const L_REENTERPASS_TEXT = "Please reenter your password for confirmation"
  8. Const L_PASSNOTMATCH_TEXT = "The password you entered does not match."
  9. Const L_PASSSYNCH_TEXT="Enable automatic password synchronization"
  10. Const L_OK_TEXT="OK"
  11. Const L_HELP_TEXT="Help"
  12. Const L_CANCEL_TEXT="Cancel"
  13. %>