blob: b758e666345dfdeda2f00f2940442ee6549cf314 [file] [log] [blame]
deboer972e30f2005-04-29 14:02:58 +00001###############################################################################
2# Copyright (c) 2004, 2005 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###############################################################################
11
12# --------------- Wizards ---------------
13# (If the first two lines in a group do not start with "wiz", it is because
14# those lines are displayed in the workbench "New" wizard. The rest of the
15# text is displayed in each actual wizard)
16
deboer972e30f2005-04-29 14:02:58 +000017# New Server (and Configuration) Wizard
deboer972e30f2005-04-29 14:02:58 +000018wizNewServerWizardTitle=New Server
19wizNewServerTitle=Define a New Server
deboer0410bcb2005-08-19 12:54:11 +000020wizNewServerDescription=Choose the type of server to create
deboer70663c82005-11-24 16:15:01 +000021wizNewServerRuntime=Server &runtime:
deboere2ee5c02006-01-30 22:39:59 +000022wizNewServerRuntimeCreate=Create a new runtime
deboer972e30f2005-04-29 14:02:58 +000023
24wizNewServerSelect=How do you want to select the server?
25wizNewServerExisting=Choose an e&xisting server
deboer5ecf1532005-07-10 21:15:03 +000026wizNewServerManual=&Manually define a new server
deboer972e30f2005-04-29 14:02:58 +000027wizNewServerSelectExisting=Select the server that you want to use:
28
deboer972e30f2005-04-29 14:02:58 +000029# Select Server wizard
30wizRunOnServerTitle=Run On Server
31wizDebugOnServerTitle=Debug On Server
32wizProfileOnServerTitle=Profile On Server
33wizSelectServerPreferred=Set server as project &default (do not ask again)
34
35# Select Server Client Wizard
36wizSelectClientWizardTitle=Select a Server Client
37wizSelectClientTitle=Select a server client
38wizSelectClientDescription=Select a client to use with this server.
39wizSelectClientMessage=Multiple clients can run on the current selection. Select a client from the list below:
40
41# Task Wizard
42wizTaskWizardTitle=Select Tasks
43wizTaskTitle=Select Tasks
44wizTaskDescription=Select the tasks to perform on the server.
deboer972e30f2005-04-29 14:02:58 +000045wizTaskNone=There are currently no tasks that need to be performed.
46
47# New Runtime Wizard
48wizNewRuntimeWizardTitle=New Server Runtime
49wizNewRuntimeTitle=New Server Runtime
50wizNewRuntimeDescription=Define a new installed server runtime environment
51wizEditRuntimeWizardTitle=Edit Server Runtime
52
deboerffac0272005-10-04 22:03:05 +000053# New Installable Server Wizard
54wizNewInstallableServerTitle=Install New Server
deboerdc3d1882006-05-10 21:58:37 +000055wizNewInstallableServerDescription=Download and install support for a new server
56wizNewInstallableServerMessage=Support for a new server will be downloaded and installed from a remote update manager site. The workbench must be restarted for the changes to take effect.
57wizNewInstallableServerConfirm=Support for {0} will now be downloaded and installed. You will be prompted to restart once the installation is complete.
58wizNewInstallableServerJob=Installing support for {0}
deboerfb648df2006-02-13 14:47:48 +000059wizNewInstallableServerRestart=Installation complete. The new server will not be available until after the workbench is restarted. Do you want to restart now?
deboerffac0272005-10-04 22:03:05 +000060
deboerddada1b2006-05-11 21:53:28 +000061# License wizard
62wizLicenseTitle=Feature License
63wizLicenseDescription=Some features have license agreements that you need to accept before proceeding with the installation.
64wizLicenseAccept=I &accept the terms in the license agreement
65wizLicenseDecline=I &do not accept the terms in the license agreement
66wizLicenseNone=Feature does not contain a license.
67
deboer972e30f2005-04-29 14:02:58 +000068# Add/Remove Modules
69wizModuleWizardTitle=Add and Remove Projects
70wizModuleTitle=Add and Remove Projects
71wizModuleDescription=Modify the projects that are configured on the server
72wizModuleMessage=Move projects to the right to configure them on the server
73wizModuleAvailableList=&Available projects:
74wizModuleDeployedList=&Configured projects:
75wizModuleAdd=A&dd >
76wizModuleAddAll=Add A&ll >>
77wizModuleRemove=< &Remove
78wizModuleRemoveAll=<< Re&move All
79
80# General text used in multiple wizards
deboer972e30f2005-04-29 14:02:58 +000081wizDescription=Description:
82
83# Wizard info and error messages
84wizErrorInvalidFolder=The folder must be a server project or a folder within a server project
85wizErrorClosedProject=The folder must not be in a closed project
deboer972e30f2005-04-29 14:02:58 +000086wizErrorServerCreationError=Cannot create a server using the selected type
deboer972e30f2005-04-29 14:02:58 +000087
88
89# --------------- Views ---------------
90
deboer972e30f2005-04-29 14:02:58 +000091# --- Server Configuration view ---
92viewServers=Servers
93
deboer972e30f2005-04-29 14:02:58 +000094viewNoModules=Nothing deployed
95
96# Actions
97actionDelete=Delete
deboerea0d2572005-11-10 04:50:33 +000098actionRemove=Remove
deboer972e30f2005-04-29 14:02:58 +000099actionOpen=Open
deboer972e30f2005-04-29 14:02:58 +0000100actionMonitor=Monitoring
101actionMonitorPort=Monitor port {0} ({1})
deboer7812f0f2005-09-07 18:07:56 +0000102actionMonitorProperties=Properties
deboer972e30f2005-04-29 14:02:58 +0000103actionNew=New
104actionNewServer=Server
105
106# --- Servers view ---
deboere7c06bb2006-12-10 22:37:08 +0000107viewInitializing=Initializing...
108
deboer972e30f2005-04-29 14:02:58 +0000109# Column titles
110viewServer=Server
deboer972e30f2005-04-29 14:02:58 +0000111viewStatus=Status
112viewSync=State
113
deboer972e30f2005-04-29 14:02:58 +0000114# Actions
115actionStart=Start
116actionStartToolTip=Start the server
117actionDebug=Debug
118actionDebugToolTip=Start the server in debug mode
119actionProfile=Profile
120actionProfileToolTip=Start the server in profiling mode
121actionStop=Stop
122actionStopToolTip=Stop the server
123actionRestart=Restart
124actionRestartToolTip=Restart the server
125actionPublish=Publish
126actionPublishToolTip=Publish to the server
deboer828f8f52005-06-27 13:27:50 +0000127actionModifyModules=Add and Remove Projects...
deboer972e30f2005-04-29 14:02:58 +0000128actionModifyModulesToolTip=Add and remove projects
deboer0410bcb2005-08-19 12:54:11 +0000129actionRestartModule=Restart {0}
deboer56a05ce2006-03-12 23:27:20 +0000130actionUpdateStatus=Initialize Server Status
deboer828f8f52005-06-27 13:27:50 +0000131actionMoveServerToMetadata=Move to Metadata
132actionMoveServerToWorkspace=Move to Workspace
deboer972e30f2005-04-29 14:02:58 +0000133
134# Status column text
deboer972e30f2005-04-29 14:02:58 +0000135viewStatusStarted=Started
136viewStatusStartedDebug=Debugging
137viewStatusStartedProfile=Profiling
deboer972e30f2005-04-29 14:02:58 +0000138viewStatusStopped=Stopped
deboer972e30f2005-04-29 14:02:58 +0000139
140viewStatusStarting1=Starting.
141viewStatusStarting2=Starting..
142viewStatusStarting3=Starting...
143
144viewStatusStopping1=Stopping.
145viewStatusStopping2=Stopping..
146viewStatusStopping3=Stopping...
147
148# Server State text
149viewSyncOkay=Synchronized
150viewSyncRestart=Restart
151viewSyncPublish=Republish
152viewSyncRestartPublish=Restart & republish
153viewSyncPublishing=Publishing...
154
155# --- set 2 ---
156# Actions
deboer972e30f2005-04-29 14:02:58 +0000157actionStop2=Disconnect
158actionStopToolTip2=Disconnect from the server
deboer972e30f2005-04-29 14:02:58 +0000159
160# Status column text
161viewStatusStarting4=Connecting
162viewStatusStarted2=Connected
deboer972e30f2005-04-29 14:02:58 +0000163viewStatusStopping4=Disconnecting
164viewStatusStopped2=Disconnected
deboer972e30f2005-04-29 14:02:58 +0000165
166# Server State text
167viewSyncOkay2=Synchronized
168viewSyncRestart2=Reconnect
169viewSyncPublish2=Republish
170viewSyncRestartPublish2=Reconnect and republish
171viewSyncPublishing2=Publishing...
172
173
174# --------------- Action Sets (toolbar icon groups) ---------------
175
176# Servers action set
deboer972e30f2005-04-29 14:02:58 +0000177actionSetNewServer=Create Server
178
179# Run on Server actions
180actionRunOnServer=Run on Server...
181actionDebugOnServer=Debug on Server...
182actionProfileOnServer=Profile on Server...
183
184
185# --------------- Preferences ---------------
186
187# Names of the preference pages
deboer972e30f2005-04-29 14:02:58 +0000188preferenceRuntimesTitleLong=Installed Server Runtime Environments
189
190# Server preferences
deboerc2c0eae2005-07-19 21:26:59 +0000191prefAutoPublish=Automatically p&ublish when starting servers
deboer64fe0622005-10-12 22:28:47 +0000192prefAutoPublishLocal=Automatically publish to &local servers
deboer5034c4c2006-05-05 21:52:41 +0000193prefAutoPublishLocalTime=Publishing i&nterval (in seconds):
deboer64fe0622005-10-12 22:28:47 +0000194prefAutoPublishRemote=Automatically publish to rem&ote servers
deboer5034c4c2006-05-05 21:52:41 +0000195prefAutoPublishRemoteTime=Publishing inter&val (in seconds):
196prefAutoRestart=Automatically restart servers when necessar&y
deboer972e30f2005-04-29 14:02:58 +0000197prefPromptIrreversible=Prompt before making &irreversible changes within an editor
deboer673c1322005-05-31 16:24:38 +0000198prefShowOnActivity=Show &Servers view when server state changes
deboer506f9732005-07-20 17:05:19 +0000199prefMachineSpeed=Server &timeout delay:
deboer9fdac302006-07-31 18:30:02 +0000200prefMachineSpeedUnlimited=Unlimited
deboer0410bcb2005-08-19 12:54:11 +0000201prefMachineSpeedVerySlow=Longer
202prefMachineSpeedSlow=Long
deboer506f9732005-07-20 17:05:19 +0000203prefMachineSpeedAverage=Normal
deboer0410bcb2005-08-19 12:54:11 +0000204prefMachineSpeedFast=Short
205prefMachineSpeedVeryFast=Shorter
deboer56a05ce2006-03-12 23:27:20 +0000206prefSyncStartup=S&ynchronize servers on workbench startup
deboer972e30f2005-04-29 14:02:58 +0000207
deboer5034c4c2006-05-05 21:52:41 +0000208prefSaveEditors=Save dirty editors before starting server
209prefSaveEditorsAlways=A&lways
deboer972e30f2005-04-29 14:02:58 +0000210prefSaveEditorsNever=&Never
deboer5034c4c2006-05-05 21:52:41 +0000211prefSaveEditorsPrompt=&Prompt
212
deboer4dbbb3d2006-07-25 13:01:01 +0000213prefLaunchMode=When switching to a different server mode
deboer5034c4c2006-05-05 21:52:41 +0000214prefLaunchModeRestart=Re&start
215prefLaunchModeContinue=&Continue
216prefLaunchModePrompt=P&rompt
217
deboer4dbbb3d2006-07-25 13:01:01 +0000218prefLaunchMode2=When switching the server out of debug mode
deboer5034c4c2006-05-05 21:52:41 +0000219prefLaunchMode2Restart=R&estart
220prefLaunchMode2Breakpoints=Disable &breakpoints
221prefLaunchMode2Continue=C&ontinue
222prefLaunchMode2Prompt=Pro&mpt
223
deboer4dbbb3d2006-07-25 13:01:01 +0000224prefBreakpoints=When switching the server into debug mode, re-enable breakpoints
deboer5034c4c2006-05-05 21:52:41 +0000225prefBreakpointsAlways=Al&ways
226prefBreakpointsNever=Ne&ver
227prefBreakpointsPrompt=Promp&t
228
deboer972e30f2005-04-29 14:02:58 +0000229# Project properties preferences
deboer9fdac302006-07-31 18:30:02 +0000230prefProjectDescription=Set the default server used by Run on Server for this project.
deboer972e30f2005-04-29 14:02:58 +0000231prefProject=Project:
deboer673c1322005-05-31 16:24:38 +0000232prefProjectDefaultServer=De&fault server:
deboer972e30f2005-04-29 14:02:58 +0000233prefProjectNotModule=This project cannot be deployed to a server.
234prefProjectNotConfigured=Not currently deployed to any servers
235prefProjectNoServer=<None>
236
237# Installed runtimes
deboer357b2882006-03-29 20:14:36 +0000238preferenceRuntimesDescription=Add, remove, or edit installed server runtime definitions.
deboer673c1322005-05-31 16:24:38 +0000239preferenceRuntimesTable=&Installed server runtimes:
deboer972e30f2005-04-29 14:02:58 +0000240
241
242# --------------- Tasks (progress monitors) ---------------
243
deboer972e30f2005-04-29 14:02:58 +0000244# General tasks
245savingTask=Saving {0}.
246loadingTask=Loading {0}.
247performingTasks=Performing tasks.
deboer7812f0f2005-09-07 18:07:56 +0000248launchingClientTask=Launching client
deboer7fe4f4d2006-12-11 20:17:42 +0000249jobInitializing=Initializing Server Tools
deboer972e30f2005-04-29 14:02:58 +0000250
deboer972e30f2005-04-29 14:02:58 +0000251# --------------- Dialogs ---------------
252
deboer382f3472005-10-05 14:51:23 +0000253# Delete Server dialog
254deleteServerDialogTitle=Delete Server
255deleteServerDialogMessage=Are you sure you want to delete {0}?
256deleteServerDialogMessageMany=Are you sure you want to delete the {0} servers?
257deleteServerDialogLooseConfigurations=Delete unused server configuration(s)
258deleteServerDialogRunningServer=Delete running server(s)
259deleteServerDialogRunningServerStop=Stop server(s) before deleting
260deleteServerTask=Deleting server(s)...
deboer972e30f2005-04-29 14:02:58 +0000261
262# Create Server Project dialog
263createServerProjectDialogTitle=Create Server Project
264createServerProjectDialogMessage=Do you want to create a new server project with the name {0}?
265
266# Terminate Server dialog
267terminateServerDialogTitle=Terminate Server
268terminateServerDialogMessage=Server {0} is not responding. Do you want to terminate this server? Click OK to terminate the server or click Cancel to continue waiting.
269
270# Server resource dirty dialog
271resourceDirtyDialogTitle=Server Resource Dirty
272resourceDirtyDialogMessage=The server resource {0} has unsaved changes. Do you want to continue?
273resourceDirtyDialogContinue=Continue
274
deboer673c1322005-05-31 16:24:38 +0000275runtimeTargetCombo=&Target runtime:
deboer972e30f2005-04-29 14:02:58 +0000276runtimeTargetNone=<None>
deboer673c1322005-05-31 16:24:38 +0000277runtimeTargetNewRuntime=&New...
deboer704e7182005-08-04 13:08:15 +0000278runtimeTargetRuntimePreferences=Configure &Installed Runtimes...
deboer977f5302005-10-27 14:09:38 +0000279runtimeTargetChildren=Target contained projects
deboer972e30f2005-04-29 14:02:58 +0000280
281# General dialogs
282defaultDialogTitle=Server
283dialogStoppingServer=Stopping server {0}.
deboer5034c4c2006-05-05 21:52:41 +0000284dialogRemember=&Remember my decision
deboer972e30f2005-04-29 14:02:58 +0000285
286# restart warning dialog
deboer5034c4c2006-05-05 21:52:41 +0000287dialogModeWarningRun=The server is not in run mode. Select from one of the following options:
288dialogModeWarningDebug=The server is not running in debug mode. Select from one of the following options:
289dialogModeWarningProfile=The server is not running in profiling mode. Select from one of the following options:
deboerc9c4ec22006-06-07 21:32:53 +0000290dialogModeWarningRestart=&Switch mode (will restart if necessary)
deboer5034c4c2006-05-05 21:52:41 +0000291dialogModeWarningBreakpoints=Disable &breakpoints and continue
292dialogModeWarningContinue=&Continue in the current mode
293
294dialogBreakpoints=The server is running in debug mode but breakpoints have been disabled. Select from one of the following options:
295dialogBreakpointsReenable=Re-&enable breakpoints
296dialogBreakpointsContinue=&Continue without debugging
deboer972e30f2005-04-29 14:02:58 +0000297
298# Monitor dialog
299dialogMonitorTitle=Monitoring Ports
300dialogMonitorDescription=The following ports are being monitored on server {0}:
301dialogMonitorAddDescription=The server {0} has the following ports that can be monitored:
302dialogMonitorColumnPort=Server Port
303dialogMonitorColumnType=Type
304dialogMonitorColumnMonitorPort=Monitor Port
305dialogMonitorColumnContentType=Content Type
306dialogMonitorColumnStatus=Status
307dialogMonitorMonitorPort=Monitor port:
308dialogMonitorContentType=Content type:
309dialogMonitorContentTypeAll=All
310dialogMonitorContentTypeWeb=Web
311dialogMonitorContentTypeWebServices=WebServices
312
313start=Start
314stop=Stop
315started=Started
316stopped=Stopped
317
318# Confirm runtime removal
319dialogRuntimeInUse=The runtime is currently being used and deleting it will cause compilation or runtime problems. Delete the runtime anyway?
320
321# runtime locator search dialog
322dialogRuntimeSearchTitle=Search For Runtimes
323dialogRuntimeSearchMessage=Select the directory in which to search for server runtimes:
deboerb9320b82005-06-10 12:58:33 +0000324dialogRuntimeSearchProgress=Searching for server runtime environments...
deboer972e30f2005-04-29 14:02:58 +0000325
326# Can't add remove
327dialogAddRemoveModulesNone=There are no projects that can be added or removed from the server.
328
deboerea0d2572005-11-10 04:50:33 +0000329dialogRemoveModuleConfirm=Are you sure you want to remove the project from the server?
330
deboer972e30f2005-04-29 14:02:58 +0000331# --------------- Misc UI ---------------
332
deboer972e30f2005-04-29 14:02:58 +0000333# runtime composite
334runtimeTypeCompDescription=Runtimes are used at build time to compile projects.
335runtimeTypeCompTree=Select the type of &runtime that you want to define:
deboer2538f162005-11-05 18:35:40 +0000336serverTypeCompLabel=Select the &server type:
deboer972e30f2005-04-29 14:02:58 +0000337name=Name
338vendor=Vendor
339version=Version
340host=Host name
341moduleSupport=Module Support
342viewBy=&View By:
deboer70663c82005-11-24 16:15:01 +0000343installedRuntimes=&Installed Runtimes...
deboer972e30f2005-04-29 14:02:58 +0000344
deboerffac0272005-10-04 22:03:05 +0000345# installable server composite
deboer2538f162005-11-05 18:35:40 +0000346installableServerCompTree=Select the &server support to install:
deboerffac0272005-10-04 22:03:05 +0000347installableServerLink=Don't see your server listed? Click here
348
deboer972e30f2005-04-29 14:02:58 +0000349# misc composites
deboer5ecf1532005-07-10 21:15:03 +0000350hostname=Server's &host name:
deboer972e30f2005-04-29 14:02:58 +0000351
352# Server launch configuration tab
deboer4441c6f2005-06-29 21:52:25 +0000353serverLaunchDescription=This launch configuration can be used to launch the server specified below. To access further options for configuring the server, open the server's editor from the Servers view.
deboer972e30f2005-04-29 14:02:58 +0000354serverLaunchConfigurationTab=Server
355serverLaunchServer=Server:
356serverLaunchRuntime=Runtime:
357serverLaunchHost=Host name:
358
359# Error Messages
360errorDialogTitle=Server Error
361errorServerAlreadyRunning=Server already running
362errorNoServerSelected=No server selected
363errorInvalidServer=Invalid server
deboer972e30f2005-04-29 14:02:58 +0000364errorCouldNotCreateServerProject=Could not create server project
365errorCouldNotCreateServerProjectStatus=Could not create server project: {0}
deboercc537112006-07-20 14:05:51 +0000366errorNoArtifact=The selection did not contain anything that can be run on a server.
367errorNoModules=The selection is not within a valid module.
deboer87d529f2006-11-21 21:08:19 +0000368errorNoServer=Could not find a server to run the selection.
369errorNoClient=Could not find a client that is able to launch the selection.
deboer972e30f2005-04-29 14:02:58 +0000370errorCouldNotSavePreference=Could not save server preference information.
371errorEditorCantSave=Can't save the server resource for the following reason(s):
372errorEditor=Could not open editor because {0} is not a valid server or server configuration.
deboerc956c8b2005-10-24 02:50:38 +0000373errorVersionLevel=The server does not support version {1} of the {0} specification.
deboer0410bcb2005-08-19 12:54:11 +0000374errorMissingConfiguration=The server configuration is missing or invalid
deboer972e30f2005-04-29 14:02:58 +0000375
376# Info messages
377infoNoRuntimesFound=No server runtimes were found.
378
379# Default server creation names
380# {0} will be replaced by a number if the given name is already being used
381defaultServerProjectName=Servers{0}
382
deboer972e30f2005-04-29 14:02:58 +0000383# Used when a name can't be found
384elementUnknownName=<unknown>
385
386columnName=Name
387columnType=Type
388
deboer673c1322005-05-31 16:24:38 +0000389add=&Add...
390edit=&Edit...
391remove=&Remove
392search=&Search...
deboer972e30f2005-04-29 14:02:58 +0000393
deboer972e30f2005-04-29 14:02:58 +0000394# --------------- Editor support ---------------
395
deboer972e30f2005-04-29 14:02:58 +0000396serverEditorOverviewPageTitle=Server Overview
deboer64fe0622005-10-12 22:28:47 +0000397serverEditorOverviewGeneralSection=General
398serverEditorOverviewGeneralDescription=Specify the host name and other common settings.
deboer972e30f2005-04-29 14:02:58 +0000399serverEditorOverviewServerName=Server name:
400serverEditorOverviewServerNameCommand=set server name
deboerb9320b82005-06-10 12:58:33 +0000401serverEditorOverviewServerConfigurationPath=Configuration path:
deboer64fe0622005-10-12 22:28:47 +0000402serverEditorOverviewServerConfigurationBrowse=Browse
403serverEditorOverviewServerConfigurationBrowseMessage=Specify the location of the server configuration.
deboer972e30f2005-04-29 14:02:58 +0000404serverEditorOverviewServerHostname=Host name:
405serverEditorOverviewServerHostnameCommand=set host name
deboer972e30f2005-04-29 14:02:58 +0000406serverEditorOverviewRuntime=Runtime:
deboer64fe0622005-10-12 22:28:47 +0000407serverEditorOverviewRuntimeEdit=Edit
deboer972e30f2005-04-29 14:02:58 +0000408serverEditorOverviewRuntimeCommand=set runtime
deboer64fe0622005-10-12 22:28:47 +0000409
410serverEditorOverviewAutoPublishSection=Automatic Publishing
411serverEditorOverviewAutoPublishDescription=Override when the server is automatically published to.
deboer8ab176c2005-07-12 16:31:17 +0000412serverEditorOverviewAutoPublishDefault=Use default publishing settings
deboer64fe0622005-10-12 22:28:47 +0000413serverEditorOverviewAutoPublishDefaultEdit=Edit
414serverEditorOverviewAutoPublishOverride=Override default settings
deboerd96c5502005-10-31 14:46:37 +0000415serverEditorOverviewAutoPublishOverrideInterval=Publishing interval (in seconds):
deboer775c8bf2005-07-19 15:15:58 +0000416serverEditorOverviewAutoPublishDisable=Never publish automatically
417serverEditorOverviewAutoPublishCommand=modify publish settings
deboer8ab176c2005-07-12 16:31:17 +0000418serverEditorOverviewOpenLaunchConfiguration=Open launch configuration
deboer06a813e2005-12-07 04:46:41 +0000419serverEditorOverviewAutoPublishInvalid=The automatic publish setting is invalid. It must be a {0} seconds or more.
deboer972e30f2005-04-29 14:02:58 +0000420
421# Menu items. {0} will be replaced by one of the xxxEditorActionXxx fields
422# from below. @Ctrl+Z is the menu mnemonic
423editorUndoEnabled=Undo {0}@Ctrl+Z
424editorUndoDisabled=Undo@Ctrl+Z
425editorRedoEnabled=Redo {0}@Ctrl+Y
426editorRedoDisabled=Redo@Ctrl+Y
427
428editorSaveErrorDialog=Save Problems
429editorSaveErrorMessage=Error while saving. {0}
430
431editorReadOnly=Read Only
432editorWritable=Writable
433editorReadOnlyFiles=Read Only files: {0}
434
435editorServerEditor=Server Editor
436editorPromptIrreversible=This operation cannot be undone. Do you want to proceed?
deboer46913592005-10-10 22:01:37 +0000437editorRenameFiles=The server has been renamed. Do you want to rename the corresponding files to match?
deboer972e30f2005-04-29 14:02:58 +0000438
439# message if a dirty resource is deleted
deboer382f3472005-10-05 14:51:23 +0000440editorResourceDeleteTitle=Server Deleted
deboer972e30f2005-04-29 14:02:58 +0000441editorResourceDeleteServerMessage=The server {0} has been deleted from the file system. Do you want to save your changes or close the editor without saving?
deboer972e30f2005-04-29 14:02:58 +0000442editorResourceDeleteSave=Save
443
444editorResourceModifiedTitle=File Changed
445editorServerModifiedMessage=The server has been changed on the file system. Do you want to load the changes?
deboer972e30f2005-04-29 14:02:58 +0000446
deboer382f3472005-10-05 14:51:23 +0000447editorValidateEditFailureMessage=The server cannot be edited.
deboer972e30f2005-04-29 14:02:58 +0000448editorReadOnlyMessage=File(s) being edited have become read-only. The editor will become read-only and changes will be lost.
449
450editorResourceWarnTitle=Server Modification Warning
deboer382f3472005-10-05 14:51:23 +0000451editorResourceWarnMessage=The server you are modifying is read-only. All changes will be lost because the server cannot be saved.
deboer1041cf32005-06-13 21:26:55 +0000452
453
454audioPrefSelectFile=Select Audio File
455audioPrefEnable=&Enable sounds
456audioPrefVolume=&Volume:
457audioPrefSounds=&Sounds:
458audioPrefSound=Sound
459audioPrefFile=Audio File
460audioPrefPlay=&Play
461audioPrefBrowse=&Browse...
462audioPrefReset=&Reset
463
464audioUnknown=(unknown)
465audioDefault=(default)
466audioNone=(none)
467
468errorStartingMonitor=Could not start the server monitor: {0}
469
470internalWebBrowserName=Internal Web Browser
471
deboer70663c82005-11-24 16:15:01 +0000472preferenceInternetDescription=General internet settings are available in the contained preference pages.