blob: ce26994a118760bea6af70ea880848473f80c2bd [file] [log] [blame]
deboerec1be392005-04-29 13:12:07 +00001###############################################################################
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###############################################################################
deboerd8f70a42005-06-21 13:31:33 +000011
12# --------------- General UI ---------------
13
14runtimeName=Na&me:
15browse=B&rowse...
deboer74b60742005-11-08 19:05:44 +000016install=Ins&tall...
deboerd8f70a42005-06-21 13:31:33 +000017installDir=Tomcat installation &directory:
18installedJRE=&JRE:
19installedJREs=&Installed JREs...
20selectInstallDir=Select Tomcat installation directory.
21runtimeDefaultJRE=Workbench default JRE
22
23# New Tomcat server wizard
24wizardTitle=Tomcat Server
25wizardDescription=Specify the installation directory
deboerec1be392005-04-29 13:12:07 +000026
27# --------------- Editors ---------------
28
29# General text used in both editors
30editorRemove=Remove
31editorAdd=Add...
32editorEdit=Edit...
33
34# --- Configuration Editor ---
deboerec1be392005-04-29 13:12:07 +000035configurationEditorWebModulesPageTitle=Web Modules
36configurationEditorWebModulesSection=Web Modules
37configurationEditorWebModulesDescription=Configure the Web Modules on this server.
38configurationEditorMimeMappingsSection=MIME Mappings
39configurationEditorMimeMappingsDescription=Configure MIME type mappings.
40configurationEditorPortsSection=Ports
41configurationEditorPortsDescription=Modify the server ports.
42
43# Fields
44configurationEditorPortNameColumn=Port Name
45configurationEditorPortValueColumn=Port Number
46configurationEditorPathColumn=Path
47configurationEditorDocBaseColumn=Document Base
deboer7ae22542005-06-13 21:32:08 +000048configurationEditorProjectColumn=Module
deboerec1be392005-04-29 13:12:07 +000049configurationEditorReloadColumn=Auto Reload
50configurationEditorProjectMissing={0} missing
51configurationEditorReloadEnabled=Enabled
52configurationEditorReloadDisabled=Disabled
deboer7ae22542005-06-13 21:32:08 +000053configurationEditorAddProjectModule=Add Web Module...
deboerec1be392005-04-29 13:12:07 +000054configurationEditorAddExternalModule=Add External Web Module...
55
56# Add/Edit Mime Mapping dialog
57configurationEditorMimeMapppingDialogTitleEdit=Edit MIME Mapping
58configurationEditorMimeMapppingDialogTitleAdd=Add MIME Mapping
deboer1b82e772005-06-07 03:34:57 +000059configurationEditorMimeMapppingDialogMimeType=MIME &type:
60configurationEditorMimeMapppingDialogMimeExtension=MIME &extension:
deboerec1be392005-04-29 13:12:07 +000061
62# Add/Edit Web Module dialog
63configurationEditorWebModuleDialogTitleEdit=Edit Web Module
64configurationEditorWebModuleDialogTitleAdd=Add Web Module
deboer7ae22542005-06-13 21:32:08 +000065configurationEditorWebModuleDialogProjects=&Modules:
deboer1b82e772005-06-07 03:34:57 +000066configurationEditorWebModuleDialogPath=P&ath:
67configurationEditorWebModuleDialogDocumentBase=&Document base:
deboer32e139b2005-07-19 15:14:35 +000068configurationEditorWebModuleDialogReloadEnabled=Auto r&eloading enabled
deboerec1be392005-04-29 13:12:07 +000069configurationEditorWebModuleDialogSelectDirectory=Select the Web module directory.
deboerdaa59772005-06-29 21:50:57 +000070errorMissingWebModule=The Web module at the following location cannot be found: {0}.
deboerec1be392005-04-29 13:12:07 +000071
deboerec1be392005-04-29 13:12:07 +000072# --- Server Editor ---
73serverEditorGeneralSection=Server
74serverEditorGeneralDescription=Enter settings for the server.
75
76# Fields
77serverEditorSecure=Enable security
78serverEditorDebugMode=Enable Tomcat debug mode (v4.x and above only)
79serverEditorTestEnvironment=Run modules directly from the workspace (do not modify the Tomcat installation)