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.

52 lines
2.1 KiB

  1. <%
  2. 'Localizable strings for iivs.asp
  3. Const L_SITE_TEXT = "Web 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_WORKINGSERVER_TEXT="Warning! You are changing a property on the site you are currently connected to, and may disable your remote session."
  9. Const L_MULTIBINDING_TEXT="This resource has multiple bindings"
  10. Const L_HOSTHEADER_TEXT="Host header name:"
  11. Const L_DESCRIPTION_TEXT="Description:"
  12. Const L_IPADDRESS_TEXT="IP address:"
  13. Const L_TCPPORT_TEXT="TCP port:"
  14. Const L_SSLPORT_TEXT="SSL port:"
  15. Const L_UNLIMITED_TEXT="Unlimited"
  16. Const L_LIMITTO_TEXT="Limit to:"
  17. Const L_CONNPARAMS_TEXT="Connections"
  18. Const L_MAXCON_TEXT="Maximum connections:"
  19. Const L_CONNTIMEOUT_TEXT="Connection timeout:"
  20. Const L_SECONDS_TEXT="seconds"
  21. Const L_KEEPALIVES_TEXT="HTTP keep-alives enabled"
  22. Const L_ADVANCED_TEXT="Advanced..."
  23. Const L_ALLUNASSIGNED_TEXT="(All Unassigned)"
  24. Const L_CONNECTIONS_TEXT="connections"
  25. Const L_LOGGING_TEXT="Enable logging"
  26. Const L_LOGFORMAT_TEXT="Active log format:"
  27. Const L_NONEINSTALLED_TEXT = " [No logging modules are currently installed] "
  28. Const L_EDIT_TEXT = "Properties..."
  29. Const L_EXTENDEDLOGGING_TEXT = "W3C Extended Log File Format"
  30. Const L_ODBCLOGGING_TEXT = "ODBC Logging"
  31. Const L_NCSALOGGING_TEXT = "NCSA Common Log File Format"
  32. Const L_MSLOGGING_TEXT = "Microsoft IIS Log File Format"
  33. Const L_NONE = "(none)"
  34. Const L_CHGBINDING_TEXT="WARNING!\r\rYou are modifying the bindings of the server you are currently connected to. Changing these bindings will result In you loosing connection to this site.\r\rAre you sure you want to continue?"
  35. Const L_SAVING_TEXT="Saving..."
  36. ' Localizable sizing values
  37. ' Sizable controls on this page
  38. Const L_DESCRIPTION_NUM = 25
  39. Const L_IPADDRESS_NUM = 20
  40. Const L_TCPPORT_NUM = 5
  41. Const L_MAXCONNECTIONS_NUM = 10
  42. Const L_CONNTIMEOUT_NUM = 10
  43. Const L_LOGFORMAT_NUM = 1
  44. ' Horizontal rules
  45. Const L_VIRTUALSERVERID_HR_W = 375
  46. Const L_CONNPARAMS_HR_W = 375
  47. Const L_LOGGING_HR_W = 350
  48. %>