Skip to content

Instantly share code, notes, and snippets.

@bearice
Created April 17, 2012 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearice/2403234 to your computer and use it in GitHub Desktop.
Save bearice/2403234 to your computer and use it in GitHub Desktop.
<%
const L_Title_Text = "IIS - 身份验证管理器"
const L_ISM_Text = "Internet 服务管理器"
const L_IIS6_Text = "用于 Internet 信息服务器 6.0"
const L_PWS_Text = "用于点 Web 服务"
const L_PwdSoon_Text = "您的密码将很快过期"
const L_ChangePwd_Text = "您想现在更改吗?"
const L_SSL1_Text = "要更改密码,需要安全信道(SSL 或 PCT)"
const L_SSL2_Text = "您的系统上没有安装或启用 SSL/PCT,请安装,以启用此功能"
const L_PasswordExpired_Text = "您的密码已过期"
const L_DefDoc_Text = "访问默认文档"
const L_OrOther_Text = "或选择另一个文档"
const L_ChangeNow_Text = "您可以现在更改"
const L_Account_Text = "帐户"
const L_Domain_Text = "域"
const L_OldPassword_Text = "旧密码"
const L_NewPassword_Text = "新密码"
const L_Confirm_Text = "确认新密码"
const L_OK_Text = " 确定 "
const L_Cancel_Text = " 取消 "
const L_Reset_Text = " 重置 "
const L_PasswordChanged_Text = "密码成功更改"
const L_Back_Text = "上一步"
const L_BackTo_Text = "回退到 "
const L_PasswordToShort_Text = "密码太短,或不满足密码唯一性限制。"
const L_Invalid_Text = "无效用户名或密码"
const L_Error_Text = "错误"
const L_Errornumber_Text = "错误号"
const L_NotExist_Text = "指定的域或帐户不存在"
const L_InvalidUsername_Text = "指定的用户名包含无效字符"
const L_InvalidDomainname_Text = "指定的域名包含无效字符"
const L_PWDM_Text = "密码不匹配"
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment