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.

46 lines
1.5 KiB

  1. <%
  2. 'Localizable strings for FTP Site property page
  3. Const L_SITE_TEXT = "FTP Site"
  4. Const L_ACCESSDENIED_TEXT="Access Denied"
  5. Const L_ENTERINT_ERRORMESSAGE="Please enter an integer."
  6. Const L_UNSAVEDCHANGES_ERRORMESSAGE="You have unsaved changes. Save now?"
  7. Const L_VIRTUALSERVERID_TEXT="Identification"
  8. Const L_HOSTHEADER_TEXT="Host header name"
  9. Const L_DESCRIPTION_TEXT="Description:"
  10. Const L_IPADDRESS_TEXT="IP address:"
  11. Const L_TCPPORT_TEXT="TCP port:"
  12. Const L_SSLPORT_TEXT="SSL port:"
  13. Const L_UNLIMITED_TEXT="Unlimited"
  14. Const L_LIMITTO_TEXT="Limit to:"
  15. Const L_CONNPARAMS_TEXT="Connection"
  16. Const L_MAXCON_TEXT="Maximum connections:"
  17. Const L_CONNTIMEOUT_TEXT="Connection timeout:"
  18. Const L_SECONDS_TEXT="seconds"
  19. Const L_ADVANCED_TEXT="Advanced..."
  20. Const L_ALLUNASSIGNED_TEXT="(All Unassigned)"
  21. Const L_CONNECTIONS_TEXT="connections"
  22. Const L_NONE_TEXT="None"
  23. Const L_SAVING_TEXT="Saving..."
  24. Const L_LOGGING_TEXT="Enable Logging"
  25. Const L_LOGFORMAT_TEXT="Active log format:"
  26. Const L_NONEINSTALLED_TEXT = " [No logging modules are currently installed] "
  27. Const L_EDIT_TEXT = "Properties..."
  28. Const L_EXTENDEDLOGGING_TEXT = "W3C Extended Log File Format"
  29. Const L_ODBCLOGGING_TEXT = "ODBC Logging"
  30. Const L_NCSALOGGING_TEXT = "NCSA Common Log File Format"
  31. Const L_MSLOGGING_TEXT = "Microsoft IIS Log File Format"
  32. Const L_NONE = "(none)"
  33. ' Resizing constants
  34. Const L_VIRTUALSERVERID_HR = 300
  35. Const L_DESCRIPTION_NUM = 25
  36. Const L_IPADDRESS_NUM = 20
  37. Const L_TCPPORT_NUM = 5
  38. Const L_CONNPARAMS_HR = 300
  39. Const L_CONNECTIONS_NUM = 10
  40. Const L_TIMEOUT_NUM = 10
  41. Const L_LOGGING_HR = 275
  42. %>