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 | 74b6074 | 2005-11-08 19:05:44 +0000 | [diff] [blame^] | 16 | install=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... |
| 33 | |
| 34 | # --- Configuration Editor --- |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 35 | configurationEditorWebModulesPageTitle=Web Modules |
| 36 | configurationEditorWebModulesSection=Web Modules |
| 37 | configurationEditorWebModulesDescription=Configure the Web Modules on this server. |
| 38 | configurationEditorMimeMappingsSection=MIME Mappings |
| 39 | configurationEditorMimeMappingsDescription=Configure MIME type mappings. |
| 40 | configurationEditorPortsSection=Ports |
| 41 | configurationEditorPortsDescription=Modify the server ports. |
| 42 | |
| 43 | # Fields |
| 44 | configurationEditorPortNameColumn=Port Name |
| 45 | configurationEditorPortValueColumn=Port Number |
| 46 | configurationEditorPathColumn=Path |
| 47 | configurationEditorDocBaseColumn=Document Base |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 48 | configurationEditorProjectColumn=Module |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 49 | configurationEditorReloadColumn=Auto Reload |
| 50 | configurationEditorProjectMissing={0} missing |
| 51 | configurationEditorReloadEnabled=Enabled |
| 52 | configurationEditorReloadDisabled=Disabled |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 53 | configurationEditorAddProjectModule=Add Web Module... |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 54 | configurationEditorAddExternalModule=Add External Web Module... |
| 55 | |
| 56 | # Add/Edit Mime Mapping dialog |
| 57 | configurationEditorMimeMapppingDialogTitleEdit=Edit MIME Mapping |
| 58 | configurationEditorMimeMapppingDialogTitleAdd=Add MIME Mapping |
deboer | 1b82e77 | 2005-06-07 03:34:57 +0000 | [diff] [blame] | 59 | configurationEditorMimeMapppingDialogMimeType=MIME &type: |
| 60 | configurationEditorMimeMapppingDialogMimeExtension=MIME &extension: |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 61 | |
| 62 | # Add/Edit Web Module dialog |
| 63 | configurationEditorWebModuleDialogTitleEdit=Edit Web Module |
| 64 | configurationEditorWebModuleDialogTitleAdd=Add Web Module |
deboer | 7ae2254 | 2005-06-13 21:32:08 +0000 | [diff] [blame] | 65 | configurationEditorWebModuleDialogProjects=&Modules: |
deboer | 1b82e77 | 2005-06-07 03:34:57 +0000 | [diff] [blame] | 66 | configurationEditorWebModuleDialogPath=P&ath: |
| 67 | configurationEditorWebModuleDialogDocumentBase=&Document base: |
deboer | 32e139b | 2005-07-19 15:14:35 +0000 | [diff] [blame] | 68 | configurationEditorWebModuleDialogReloadEnabled=Auto r&eloading enabled |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 69 | configurationEditorWebModuleDialogSelectDirectory=Select the Web module directory. |
deboer | daa5977 | 2005-06-29 21:50:57 +0000 | [diff] [blame] | 70 | errorMissingWebModule=The Web module at the following location cannot be found: {0}. |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 71 | |
deboer | ec1be39 | 2005-04-29 13:12:07 +0000 | [diff] [blame] | 72 | # --- Server Editor --- |
| 73 | serverEditorGeneralSection=Server |
| 74 | serverEditorGeneralDescription=Enter settings for the server. |
| 75 | |
| 76 | # Fields |
| 77 | serverEditorSecure=Enable security |
| 78 | serverEditorDebugMode=Enable Tomcat debug mode (v4.x and above only) |
| 79 | serverEditorTestEnvironment=Run modules directly from the workspace (do not modify the Tomcat installation) |