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.

23 lines
1.4 KiB

  1. <%
  2. 'Localizable strings for iiaction.asp
  3. Const L_ACCESSDENIED_TEXT="Access Denied"
  4. Const L_OBJEXISTS_ERR="An object with the name you specifed already exists. Specify a different object name."
  5. Const L_UNKNOWN_ERR="An unknown error occured."
  6. Const L_START_ERR="The service could not be started because it is not correctly configured. Make sure its server bindings do not conflict with other servers running on the same machine."
  7. Const L_NOBINDINGS_ERR = "You must assign a binding to this site before starting."
  8. Const L_STOP_ERR="The site could not be stopped at this time."
  9. Const L_CONT_ERR="The site could not resume at this time."
  10. Const L_PAUSE_ERR="The site could not be paused at this time."
  11. Const L_DELETE_ERR="The object could not be deleted."
  12. Const L_APPCREATE_ERR="The application could not be created."
  13. Const L_APPREMOVE_ERR="The application could not be removed."
  14. Const L_APPUNLOAD_ERR="The application could not be unloaded."
  15. Const L_BACKUP_ERR = "The backup was not successful because the name was invalid or there is insufficient disk space."
  16. Const L_BACKUPRMV_ERR = "The backup was not deleted."
  17. Const L_DEFAULTAPP_TEXT = "Default Application"
  18. Const L_CANTSTART_TEXT = "The service could not be started because it is not correctly configured. Make sure its server bindings do not conflict with other servers running on the same machine."
  19. Const L_NOTDELETABLE_ERR = "This site cannot be deleted."
  20. %>