Leaked source code of windows server 2003
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.

34 lines
2.3 KiB

  1. <%
  2. const L_Title_Text = "IIS - Authentication Manager"
  3. const L_ISM_Text = "Internet Service Manager"
  4. const L_IIS6_Text = "for Internet Information Server 6.0"
  5. const L_PWS_Text = "for Peer Web Services"
  6. const L_PwdSoon_Text = "Your password will expire soon"
  7. const L_ChangePwd_Text = "Do you want to change it now?"
  8. const L_SSL1_Text = "A secure channel ( SSL or PCT ) is necessary in order to change a password"
  9. const L_SSL2_Text = "SSL/PCT is not installed/enabled on your system, please install it to enable this functionality"
  10. const L_PasswordExpired_Text = "Your password has expired"
  11. const L_DefDoc_Text = "Access default document"
  12. const L_OrOther_Text = "or select another document"
  13. const L_ChangeNow_Text = "You can change it now"
  14. const L_Account_Text = "Account"
  15. const L_Domain_Text = "Domain"
  16. const L_OldPassword_Text = "Old password"
  17. const L_NewPassword_Text = "New password"
  18. const L_Confirm_Text = "Confirm new password"
  19. const L_OK_Text = " OK "
  20. const L_Cancel_Text = " Cancel "
  21. const L_Reset_Text = " Reset "
  22. const L_PasswordChanged_Text = "Password successfully changed"
  23. const L_Back_Text = "Back"
  24. const L_BackTo_Text = "Back to "
  25. const L_PasswordToShort_Text = "Either the password is too short or password uniqueness restrictions have not been met."
  26. const L_Invalid_Text = "Invalid username or password"
  27. const L_Error_Text = "Error"
  28. const L_Errornumber_Text = "Error number"
  29. const L_NotExist_Text = "The specified domain or account did not exist"
  30. const L_InvalidUsername_Text = "The specified username contains invalid characters"
  31. const L_InvalidDomainname_Text = "The specified domain name contains invalid characters"
  32. const L_PWDM_Text = "Passwords don't match"
  33. %>