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.

16 lines
608 B

  1. <%
  2. 'Localizable strings for iifnav.asp
  3. Const L_FTPPROPS_TEXT = "FTP Properties"
  4. Const L_SAVECHANGES_WARNING="You have unsaved changes. Save your changes now?"
  5. Const L_NOTIMPLEMENTED_ERRORMESSAGE="This feature is not yet implemented."
  6. Const L_VIRTUALSERVER_TEXT="FTP Site"
  7. Const L_SECACCT_TEXT="Security Accounts"
  8. Const L_OPERATOR_TEXT="Operators"
  9. Const L_MESSAGES_TEXT="Messages"
  10. Const L_LOGFORMAT_TEXT="Logging"
  11. Const L_VIRTUALDIRECTORY_TEXT="Home Directory"
  12. Const L_SEC_TEXT="Directory Security"
  13. Const L_MASTERPROPS_TEXT = "Master Properties"
  14. Const L_DEFAULTSITE_TEXT="Service"
  15. Const L_BACK_TEXT="Back"
  16. %>