deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2004 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
deboer | d8f70a4 | 2005-06-21 13:31:33 +0000 | [diff] [blame] | 11 | |
| 12 | # --------------- General UI --------------- |
| 13 | |
| 14 | runtimeName=Na&me: |
| 15 | browse=B&rowse... |
deboer | 1696c5f | 2005-11-29 19:03:38 +0000 | [diff] [blame] | 16 | install=Download and Ins&tall... |
deboer | d8f70a4 | 2005-06-21 13:31:33 +0000 | [diff] [blame] | 17 | installDir=Tomcat installation &directory: |
| 18 | installedJRE=&JRE: |
| 19 | installedJREs=&Installed JREs... |
| 20 | selectInstallDir=Select Tomcat installation directory. |
| 21 | runtimeDefaultJRE=Workbench default JRE |
| 22 | |
| 23 | # New Tomcat server wizard |
| 24 | wizardTitle=Tomcat Server |
| 25 | wizardDescription=Specify the installation directory |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 26 | |
| 27 | # --------------- Editors --------------- |
| 28 | |
| 29 | # General text used in both editors |
| 30 | editorRemove=Remove |
| 31 | editorAdd=Add... |
| 32 | editorEdit=Edit... |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 33 | editorBrowse=Browse... |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 34 | |
| 35 | # --- Configuration Editor --- |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 36 | configurationEditorWebModulesPageTitle=Web Modules |
| 37 | configurationEditorWebModulesSection=Web Modules |
| 38 | configurationEditorWebModulesDescription=Configure the Web Modules on this server. |
| 39 | configurationEditorMimeMappingsSection=MIME Mappings |
| 40 | configurationEditorMimeMappingsDescription=Configure MIME type mappings. |
| 41 | configurationEditorPortsSection=Ports |
| 42 | configurationEditorPortsDescription=Modify the server ports. |
| 43 | |
| 44 | # Fields |
| 45 | configurationEditorPortNameColumn=Port Name |
| 46 | configurationEditorPortValueColumn=Port Number |
| 47 | configurationEditorPathColumn=Path |
| 48 | configurationEditorDocBaseColumn=Document Base |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 49 | configurationEditorProjectColumn=Module |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 50 | configurationEditorReloadColumn=Auto Reload |
| 51 | configurationEditorProjectMissing={0} missing |
| 52 | configurationEditorReloadEnabled=Enabled |
| 53 | configurationEditorReloadDisabled=Disabled |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 54 | configurationEditorAddProjectModule=Add Web Module... |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 55 | configurationEditorAddExternalModule=Add External Web Module... |
| 56 | |
| 57 | # Add/Edit Mime Mapping dialog |
| 58 | configurationEditorMimeMapppingDialogTitleEdit=Edit MIME Mapping |
| 59 | configurationEditorMimeMapppingDialogTitleAdd=Add MIME Mapping |
deboer | 1b82e77 | 2005-06-07 03:34:57 +0000 | [diff] [blame] | 60 | configurationEditorMimeMapppingDialogMimeType=MIME &type: |
| 61 | configurationEditorMimeMapppingDialogMimeExtension=MIME &extension: |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 62 | |
| 63 | # Add/Edit Web Module dialog |
| 64 | configurationEditorWebModuleDialogTitleEdit=Edit Web Module |
| 65 | configurationEditorWebModuleDialogTitleAdd=Add Web Module |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 66 | configurationEditorWebModuleDialogProjects=&Modules: |
deboer | 1b82e77 | 2005-06-07 03:34:57 +0000 | [diff] [blame] | 67 | configurationEditorWebModuleDialogPath=P&ath: |
| 68 | configurationEditorWebModuleDialogDocumentBase=&Document base: |
deboer | 32e139b | 2005-07-19 15:14:35 +0000 | [diff] [blame] | 69 | configurationEditorWebModuleDialogReloadEnabled=Auto r&eloading enabled |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 70 | configurationEditorWebModuleDialogSelectDirectory=Select the Web module directory. |
deboer | daa5977 | 2005-06-29 21:50:57 +0000 | [diff] [blame] | 71 | errorMissingWebModule=The Web module at the following location cannot be found: {0}. |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 72 | |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 73 | # --- Server Editor --- |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 74 | serverEditorLocationsSection=Server Locations |
lisaacs | 5f5cd56 | 2007-03-29 00:27:09 +0000 | [diff] [blame^] | 75 | serverEditorLocationsDescription=Specify the server and deploy paths. Server must be published with no modules present to make changes. |
| 76 | serverEditorLocationsDescription2=Specify the server path (i.e. catalina.base) and deploy path. Server must be published with no modules present to make changes. |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 77 | serverEditorGeneralSection=Server Options |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 78 | serverEditorGeneralDescription=Enter settings for the server. |
| 79 | |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 80 | # Link Fields |
| 81 | serverEditorSetInternalServerDirLink=Set server path to internally supplied location |
| 82 | serverEditorSetInternalServerDirLink2=Set server path to internally supplied location (currently set) |
| 83 | serverEditorSetInstallServerDirLink=Set server path to the location of the Tomcat installation |
| 84 | serverEditorSetInstallServerDirLink2=Set server path to the location of the Tomcat installation (currently set) |
| 85 | serverEditorSetDefaultDeployDirLink=Set deploy path to the default value |
| 86 | serverEditorSetDefaultDeployDirLink2=Set deploy path to the default value (currently set) |
| 87 | |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 88 | # Fields |
lisaacs | 5f5cd56 | 2007-03-29 00:27:09 +0000 | [diff] [blame^] | 89 | # Note: The argument for the following two strings will be the string for |
| 90 | # one of serverEditorDoesNotModify or serverEditorTakesControl or and empty string. |
| 91 | serverEditorServerDirMetadata=Use workspace metadata {0} |
| 92 | serverEditorServerDirInstall=Use Tomcat installation {0} |
| 93 | serverEditorServerDirCustom=Use custom location {0} |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 94 | serverEditorServerDir=Server path: |
| 95 | serverEditorDeployDir=Deploy path: |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 96 | serverEditorSecure=Enable security |
| 97 | serverEditorDebugMode=Enable Tomcat debug mode (v4.x and above only) |
| 98 | serverEditorTestEnvironment=Run modules directly from the workspace (do not modify the Tomcat installation) |
lisaacs | 5f5cd56 | 2007-03-29 00:27:09 +0000 | [diff] [blame^] | 99 | # Note: The argument for the following string will be the serverEditorNotSupported string or an empty string |
lisaacs | 04ef94c | 2007-03-27 03:11:22 +0000 | [diff] [blame] | 100 | serverEditorNoPublish=Serve modules without publishing {0} |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 101 | errorServerDirIsRoot=The server path may not be set to the the root of your workspace. |
lisaacs | 5f5cd56 | 2007-03-29 00:27:09 +0000 | [diff] [blame^] | 102 | errorServerDirUnderRoot=The server path may not be under the \"{0}\" folder of your workspace unless it is the workspace metadata location. |
| 103 | # Note: The argument for the following string will be the string for serverEditorServerDirMetadata with a blank string for its argument |
| 104 | errorServerDirCustomNotMetadata=Only the \"{0}\" selection may set the server path to the workspace metadata location. |
| 105 | # Note: The argument for the following string will be the string for serverEditorServerDirInstall with a blank string for its argument |
| 106 | errorServerDirCustomNotInstall=Only the \"{0}\" selection may set the server path to the Tomcat installation. |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 107 | errorDeployDirNotSpecified=A deploy path must be specified. |
lisaacs | 5f5cd56 | 2007-03-29 00:27:09 +0000 | [diff] [blame^] | 108 | serverEditorNotSupported=(not supported by this Tomcat version) |
| 109 | serverEditorDoesNotModify=(does not modify Tomcat installation) |
| 110 | serverEditorTakesControl=(takes control of Tomcat installation) |
lisaacs | 04ef94c | 2007-03-27 03:11:22 +0000 | [diff] [blame] | 111 | errorNoPublishServerMustBeStopped=The server must be stopped before a change to the \"{0}\" setting can be saved. |
lisaacs | 78d6d2f | 2007-02-10 20:47:57 +0000 | [diff] [blame] | 112 | |
| 113 | # Browse for Server dialog |
| 114 | serverEditorBrowseServerMessage=Select a server directory. |
| 115 | |
| 116 | # Browse for Deploy dialog |
| 117 | serverEditorBrowseDeployMessage=Select a deploy directory. |
lisaacs | 6d01705 | 2007-01-16 03:01:58 +0000 | [diff] [blame] | 118 | |
| 119 | # --- Clean Work Directory --- |
| 120 | confirmCleanWorkDirTitle=Confirm Clean |
| 121 | cleanServerStateChanging=The state of {0} is in transition or unknown. Try again when the server has reached a stable state. |
| 122 | cleanModuleWorkDir=Clean work directory for module {0} on {1}. |
| 123 | cleanServerWorkDir=Clean work directories for all Web applications on {0}. |
| 124 | cleanServerRunning=The server must be stopped to clean the work directory. Clicking OK will include stopping and restaring the server. |
lisaacs | 24d02bb | 2007-01-21 03:06:17 +0000 | [diff] [blame] | 125 | cleanServerTask=Cleaning server work directory... |
lisaacs | 6d01705 | 2007-01-16 03:01:58 +0000 | [diff] [blame] | 126 | |
| 127 | # --- Error Strings --- |
| 128 | errorDefaultDialogTitle=Tomcat Server Error |
| 129 | |
| 130 | # --- Clean Work Directory Errors --- |
| 131 | errorCleanModuleTitle=Clean Module Work Directory Error |
| 132 | errorCleanServerTitle=Clean Server Work Directory Error |
| 133 | errorCouldNotCleanModule=Could not clean {0} work directory on {1}. |
| 134 | errorCouldNotCleanServer=Could not clean work directory on {0}. |
| 135 | errorCouldNotCleanStateChange=Clean aborted because the server changed state after confirmation dialog was displayed. |
| 136 | errorCouldNotCleanCantStop="Server can not be stopped at this time. Try again when the server is stopped or can be stopped. |
| 137 | errorCouldNotCleanStopFailed=Server failed to stop. Try again when the server is stopped or can be stopped. |
| 138 | |
| 139 | errorCleanFailedModule=Clean failed for {0} work directory on {1}. |
| 140 | errorCleanFailedServer=Clean failed for work directory on {0}. |
| 141 | errorCantIdentifyWebApp=Selected module could not be associated with a Web application on the server. |
| 142 | errorCantIdentifyWebAppWasRunning=Selected module could not be associated with a Web application on the server. Server will not be restarted. |
| 143 | errorErrorDuringClean=An error occurred while cleaning the work directory. |
| 144 | errorErrorDuringCleanWasRunning=An error occurred while cleaning the work directory. Server will not be restarted. |
| 145 | |
| 146 | errorCleanNoRestartModule=Module {0} was successfully cleaned, but server is unable to restart. |
| 147 | errorCleanNoRestartServer=Server {0} was successfully cleaned, but is unable to restart. |
| 148 | errorCleanCantRestart=Server is unable to restart at this time. |
| 149 | errorCleanRestartFailed=Server restart was not successful or did not complete in the expected amount of time. |