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.

59 lines
2.7 KiB

  1. <%
  2. 'Localizable strings for iimnu.asp
  3. Const L_NOTIMPLEMENTED_ERRORMESSAGE="This feature is not yet implemented."
  4. Const L_WORKINGSERVER_TEXT="You cannot change the status of the web server you are currently connected to."
  5. Const L_NORENAME_TEXT="Please use the windows explorer or the MMC snapin to rename physical directories."
  6. Const L_ONLYSERVER_TEXT="Only Web Sites and FTP Sites may be started and stopped."
  7. Const L_DELETEDIR_TEXT="WARNING!\rDeleting a directory permanently removes that directory, \rand all of it's subdirectories and files. \r\rAre you sure you want to continue?"
  8. Const L_DELETEVDIR_TEXT="Deleting a virtual directory removes all associated configuration information. \rThe physical directory structure is not affected. \r\rAre you sure you want to continue?"
  9. Const L_DELETESITE_TEXT="Deleting a site removes all associated configuration information \rincluding all virtual directories associated with the site. \rThe physical directory structure is not affected. \r\rAre you sure you want to continue?"
  10. Const L_CONNECT_TEXT="Connect..."
  11. Const L_NEW_TEXT="New"
  12. Const L_RENAME_TEXT="Rename"
  13. Const L_DELETE_TEXT="Delete"
  14. Const L_PROPS_TEXT="Properties"
  15. Const L_BROWSE_TEXT="Browse"
  16. Const L_BACKUP_TEXT = "Backup Configuration"
  17. Const L_START_TEXT="Start"
  18. Const L_STOP_TEXT="Stop"
  19. Const L_PAUSE_TEXT="Pause"
  20. Const L_RESUME_TEXT="Resume"
  21. Const L_STARTING_TEXT="Starting service..."
  22. Const L_STOPPING_TEXT="Stopping service..."
  23. Const L_PAUSING_TEXT="Pausing service..."
  24. Const L_CONTING_TEXT="Resuming service..."
  25. Const L_REFRESH_TEXT="Refresh"
  26. Const L_RELEASE_TEXT="Release"
  27. Const L_ENTERNAME_TEXT="Enter a name for the new"
  28. Const L_ENTERNEWNAME_TEXT="Enter a new name."
  29. Const L_NEWWEB_TEXT="New FTP"
  30. Const L_NEWFTP_TEXT="New Web"
  31. Const L_WEBSITE_TEXT="Site"
  32. Const L_VDIR_TEXT="Virtual Directory"
  33. Const L_DIR_TEXT="Directory"
  34. Const L_WEB_TEXT="Web"
  35. Const L_FTP_TEXT="FTP"
  36. Const L_PERMWIZ_TEXT = "Permissions Wizard"
  37. Const L_MASTER_TEXT="Master Properties"
  38. Const L_NEWPATH_TEXT=""
  39. Const L_ENTERPATH_TEXT="Please enter a path for the virtual directory before adding subdirectories."
  40. Const L_DELETENOTALLOWED_TEXT = "Deleting the server node is not allowed."
  41. Const L_RENAMENOTALLOWED_TEXT = "Renaming the server node is not allowed."
  42. Const L_MAKESELECTION_TEXT = "Please select a node in the tree."
  43. Const L_PERMWIZNOTALLOWED_TEXT = "Please select a site or directory to configure."
  44. Const L_SERVICEALREADYSTOPPED_TEXT = "This site has already been stopped."
  45. Const L_SERVICEALREADYSTARTED_TEXT = "This site has already been started."
  46. Const L_SERVICEALREADYPAUSED_TEXT = "This site has already been paused."
  47. ' Resizing constants
  48. Const L_WIZHEIGHT = 370
  49. Const L_WIZWIDTH = 600
  50. ' Backup Configuration dialog
  51. Const L_IIBKUP_W = 500
  52. Const L_IIBKUP_H = 400
  53. %>