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.

20 lines
419 B

  1. <%
  2. 'Localizable strings for iifmsg.asp
  3. Const L_VSERVERMSG_TEXT="FTP Messages"
  4. Const L_WELCOME_TEXT="Welcome:"
  5. Const L_EXIT_TEXT="Exit:"
  6. Const L_MAX_TEXT="Maximum Connections:"
  7. Const L_ACCESSDENIED_TEXT="Access Denied"
  8. ' Resizing constants
  9. Const L_WELCOMEROWS_NUM = 4
  10. ' Different values for IE and Netscape
  11. Const L_WELCOMECOLSIE_NUM = 50
  12. Const L_WELCOMECOLSNS_NUM = 65
  13. Const L_EXIT_NUM = 58
  14. Const L_MAX_NUM = 58
  15. %>