windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/iianon.str

16 lines
526 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
<%
'Localizable strings for iianon.asp
Const L_ACCOUNTUSED_TEXT = "Anonymous account to use for anonymous access:"
Const L_USERNAME_TEXT="User name:"
Const L_PASSWORD_TEXT="Password:"
Const L_CONFIRMPASSWORD_TEXT="Confirm Password:"
Const L_REENTERPASS_TEXT = "Please reenter your password for confirmation"
Const L_PASSNOTMATCH_TEXT = "The password you entered does not match."
Const L_PASSSYNCH_TEXT="Enable automatic password synchronization"
Const L_OK_TEXT="OK"
Const L_HELP_TEXT="Help"
Const L_CANCEL_TEXT="Cancel"
%>