1###############################################################################
2# Copyright (c) 2000, 2019 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13#     Benjamin Muskalla - bug 29633
14#	  Remy Chi Jian Suen <remy.suen@gmail.com>
15# 		- Fix for Bug 186823 [Wizards] New Project Wizard has colliding mnemonics
16#	  Oakland Software Incorporated (Francis Upton) <francisu@ieee.org>
17#		- Bug 224997 [Workbench] Impossible to copy project
18#     Dina Sayed, dsayed@eg.ibm.com, IBM -  bug 269844
19#     Serge Beauchamp (Freescale Semiconductor) - [252996] Resource filters
20#     Serge Beauchamp (Freescale Semiconductor) - [229633] Group Support
21#     Markus Schorn (Wind River Systems) -  bug 284447
22#     James Blackburn (Broadcom Corp.)   - bug 340978
23#     Helmut J. Haigermoser (Wind River Systems)   - bug 359838
24#     Christian Georgi (SAP) - Bug 423882 - Warn user if workspace is newer than IDE
25#     Christian Georgi (SAP SE)           - bug 432480, bug 458811
26#     Mickael Istria (Red Hat Inc.)
27#        - Bug 460749: filter resources with same location
28#        - Bug 90292: Customizable strategy for unassociated files
29#        - Bug 102527 Project Natures property page
30#     Robert Roth <robert.roth.off@gmail.com> - bug 310483, duplicate mnemonic
31#     Jan-Ove Weichel <janove.weichel@vogella.com> - Bug 411578
32#     Patrik Suzzi <psuzzi@gmail.com> - Bug 485201, 514355
33#     Simon Scholz <simon.scholz@vogella.com> - Bug 486777
34#     Lars Vogel <Lars.Vogel@vogella.com> - Bug 431862
35#     Axel Richard <axel.richard@obeo.fr> - Bug 486644
36#     Lucas Bullen (Red Hat Inc.) - Bug 522096
37#     Gunnar Wagenknecht - Bug 102527 Project Natures property page
38###############################################################################
39
40# package: org.eclipse.ui.ide
41
42IDEWorkbenchAdvisor_noPerspective=No perspectives are open. To open a perspective, press this button:
43IDEWorkbenchAdvisor_cancelHistoryPruning=Cancel to skip compacting local history.
44IDEWorkbenchAdvisor_preHistoryCompaction=Saving workbench state.
45IDEWorkbenchAdvisor_postHistoryCompaction=Disconnecting from workspace.
46
47IDE_noFileEditorSelectedUserCanceled = No editor selected, operation canceled by user.
48IDE_noFileEditorFound = No editor found to edit the file resource.
49IDE_sideEffectWarning=Potential side effects have been identified.
50IDE_coreExceptionFileStore = CoreException opening the file store on the URI.
51
52QuickStartAction_errorDialogTitle = Quick Start Error
53QuickStartAction_infoReadError = Could not read feature about information.
54
55ConfigurationLogUpdateSection_installConfiguration=Install configuration:
56ConfigurationLogUpdateSection_lastChangedOn=Last changed on {0}
57ConfigurationLogUpdateSection_location=Location: {0}
58ConfigurationLogUpdateSection_IUHeader=Installable Units in the profile\:
59ConfigurationLogUpdateSection_IU=Id\: {0}, Version\: {1}
60ConfigurationLogUpdateSection_bundleHeader=Bundles in the system\:
61ConfigurationLogUpdateSection_bundle=Id\: {0}, Version\: {1}, Location\: {2}
62ConfigurationLogUpdateSection_timestamp=Profile timestamp\: {0}
63
64ErrorClosing = An error has occurred when closing the workbench. See error log for more details.
65ErrorOnSaveAll = An error has occurred while saving all editors. See error log for more details.
66ErrorOnCloseEditors = An error has occurred while closing editors. See error log for more details.
67
68IDEIdleHelper_backgroundGC = Collecting garbage
69
70
71############################################################
72############################################################
73# Copies from org.eclipse.ui.workbench
74############################################################
75showAdvanced = &Advanced >>
76hideAdvanced = << &Advanced
77editfilters = Resource F&ilters...
78useDefaultLocation=Use &default location
79createLinkedFolder=Link to alternate location (&Linked Folder)
80createVirtualFolder=Folder is not located in the file system (Vi&rtual Folder)
81
82# ==============================================================================
83# Workbench Actions
84# ==============================================================================
85
86# --- File Menu ---
87Workbench_file = &File
88Workbench_new = &New
89OpenWorkspaceAction_text = Switch &Workspace
90OpenWorkspaceAction_toolTip = Open Workspace
91OpenWorkspaceAction_other = &Other...
92NewProjectAction_text = P&roject...
93NewProjectAction_toolTip = New Project
94NewExampleAction_text = E&xample...
95NewExampleAction_toolTip = New Example
96SaveAsDialog_title = Save As
97SaveAsDialog_message = Save file to another location.
98SaveAsDialog_text = Save As
99SaveAsDialog_fileLabel = &File name:
100SaveAsDialog_file = file
101SaveAsDialog_overwriteQuestion = The file ''{0}'' already exists. Do you want to replace the existing file?
102SaveAsDialog_closedProjectMessage = The selected project is closed.
103Workbench_projectProperties = &Properties
104Workbench_projectPropertiesToolTip = Properties
105
106
107# --- Edit Menu ---
108Workbench_edit = &Edit
109Workbench_addBookmark = Add Bookmar&k...
110Workbench_addBookmarkToolTip = Add Bookmark
111Workbench_addTask = Add Ta&sk...
112Workbench_addTaskToolTip = Add Task
113
114# --- Perspective Menu ---
115Workbench_perspective = Pe&rspective
116
117# --- Navigate Menu ---
118Workbench_navigate = &Navigate
119Workbench_goTo = &Go To
120
121Workbench_showIn = Sho&w In
122
123# --- Project Menu ---
124Workbench_project = &Project
125
126Workbench_buildProject = &Build Project
127Workbench_buildProjectToolTip = Build Project
128Workbench_rebuildProject = &Rebuild Project
129Workbench_rebuildProjectToolTip = Rebuild Project
130Workbench_buildClean = Clea&n...
131Workbench_buildSet = Build &Working Set
132Workbench_buildAutomatically = Build Auto&matically
133
134GlobalBuildAction_text = Build &All
135GlobalBuildAction_toolTip = Build All
136GlobalBuildAction_rebuildText = Rebuild A&ll
137GlobalBuildAction_rebuildToolTip = Rebuild All
138GlobalBuildAction_buildProblems = Build problems
139GlobalBuildAction_internalError = Internal error: {0}
140GlobalBuildAction_buildOperationTitle = Building all...
141GlobalBuildAction_rebuildAllOperationTitle = Rebuilding all...
142GlobalBuildAction_jobTitle = Building Workspace
143GlobalBuildAction_BuildRunningTitle=Build Is Running
144GlobalBuildAction_BuildRunningMessage=A build is currently running. Do you wish to cancel it?
145BuildSetAction_noProjects=The selected working set does not contain projects that can be built.
146BuildSetAction_noBuildTitle=Nothing to build
147
148
149# --- Window Menu ---
150Workbench_window = &Window
151Workbench_openPerspective = &Open Perspective
152Workbench_showView = Show &View
153
154PromptOnExitDialog_shellTitle = Confirm Exit
155PromptOnExitDialog_message0 = Exit application?
156PromptOnExitDialog_message1 = Exit the {0}?
157PromptOnExitDialog_choice = &Always exit without prompt
158PromptOnExitDialog_button_label_exit=&Exit
159
160Workbench_shortcuts = Navi&gation
161Workbench_openNewWindow = &New Window
162
163
164# --- Help Menu ---
165Workbench_help = &Help
166QuickStart_text = &Welcome...
167QuickStart_toolTip = Open a Welcome Editor
168QuickStartMessageDialog_title = Welcome
169QuickStartMessageDialog_message = No features with quick start information are available
170WelcomePageSelectionDialog_title = Welcome
171WelcomePageSelectionDialog_message = &Show welcome page for:
172TipsAndTricks_text = &Tips and Tricks...
173TipsAndTricks_toolTip =Tips and Tricks
174TipsAndTricksMessageDialog_title = Tips and Tricks
175TipsAndTricksMessageDialog_message = No features with tips and tricks information are available
176TipsAndTricksPageSelectionDialog_title = Tips and Tricks
177TipsAndTricksPageSelectionDialog_message = &Show tips and tricks page for:
178TipsAndTricksErrorDialog_title = Problem
179TipsAndTricksErrorDialog_noHref = No tips and tricks information available
180TipsAndTricksErrorDialog_noFeatures = No features with tips and tricks information available
181
182# ==============================================================================
183# Navigator Actions
184# ==============================================================================
185OpenWithMenu_dialogTitle = Problems Opening Editor
186OpenWithMenu_Other=Other...
187OpenWithMenu_OtherDialogDescription=Choose the editor for opening {0}:
188
189CopyProjectAction_title = &Copy
190CopyProjectAction_confirm=Confirm Copy
191CopyProjectAction_warning=Copying project {0} may have undesirable side effects.
192CopyProjectAction_toolTip = Copy Project
193CopyProjectAction_copyTitle = Copy Project
194CopyProjectAction_copyNameOneArg = Copy of {0}
195CopyProjectAction_copyNameTwoArgs = Copy ({0}) of {1}
196CopyProjectAction_alreadyExists = Project ''{0}'' already exists.
197CopyProjectAction_copyFailedTitle = Copy Problems
198CopyProjectAction_internalError = Internal error: {0}
199
200CopyResourceAction_title = &Copy
201CopyResourceAction_toolTip = Copy Resource
202CopyResourceAction_selectDestination = Select the &destination:
203
204MoveProjectAction_text = Mo&ve...
205MoveProjectAction_toolTip = Move Project
206MoveProjectAction_moveTitle = Move Project
207MoveProjectAction_dialogTitle = Move Problems
208MoveProjectAction_internalError = Internal error: {0}
209
210MoveResourceAction_text = Mo&ve...
211MoveResourceAction_toolTip = Move Resource
212MoveResourceAction_title = Check Move
213MoveResourceAction_checkMoveMessage = ''{0}'' is read-only. Do you still wish to move it?
214
215ReadOnlyCheck_problems = Read-Only Checking Problems
216
217RenameResourceAction_text = Rena&me...
218RenameResourceAction_confirm=Confirm Rename
219RenameResourceAction_warning=Renaming {0} may have undesirable side effects.
220RenameResourceAction_toolTip = Rename Resource
221RenameResourceAction_operationTitle = Rename Resource
222RenameResourceAction_inputDialogTitle = Rename Resource
223RenameResourceAction_inputDialogMessage = Enter the new resource name:
224RenameResourceAction_checkTitle = Check Rename
225RenameResourceAction_readOnlyCheck = ''{0}'' is read-only. Do you still wish to rename it?
226RenameResourceAction_resourceExists = Resource Exists
227RenameResourceAction_projectExists = Project Exists
228RenameResourceAction_nameExists = A resource with that name already exists
229RenameResourceAction_overwriteQuestion = Overwrite ''{0}''?
230RenameResourceAction_overwriteProjectQuestion = ''{0}'' exists. If you choose to overwrite ''{0}'', its original content cannot be restored (even if this operation is undone). Do you wish to overwrite the project?
231RenameResourceAction_problemTitle = Rename Problems
232RenameResourceAction_progress = Renaming:
233RenameResourceAction_nameMustBeDifferent = You must use a different name
234RenameResourceAction_problemMessage = Problems occurred renaming the selected resource.
235
236DeleteResourceAction_text = &Delete
237DeleteResourceAction_confirm=Confirm Delete
238DeleteResourceAction_warning=Deleting these resources may have undesirable side effects.
239DeleteResourceAction_toolTip = Delete
240DeleteResourceAction_title1 = Confirm Resource Delete
241DeleteResourceAction_titleN = Confirm Multiple Resource Delete
242DeleteResourceAction_confirm1 = Delete ''{0}'' from the file system?
243DeleteResourceAction_confirmN = Delete these {0} resources from the file system?
244DeleteResourceAction_titleProject1 = Confirm Project Delete
245DeleteResourceAction_titleProjectN = Confirm Multiple Project Delete
246DeleteResourceAction_confirmProject1 = Delete project ''{0}''?
247DeleteResourceAction_confirmProjectN = Delete these {0} projects?
248DeleteResourceAction_deleteContents1 = &Also delete contents under ''{0}''
249DeleteResourceAction_deleteContentsN = &Also delete contents in the file system
250DeleteResourceAction_deleteContentsDetails = (Project cannot be restored using "Undo")
251DeleteResourceAction_doNotDeleteContents = &Do not delete contents
252DeleteResourceAction_confirmLinkedResource1 = Delete linked resource ''{0}''?\nOnly the workspace link will be deleted. Link target will remain unchanged.
253DeleteResourceAction_confirmLinkedResourceN = Delete these {0} resources?\n\nSelection contains linked resources.\nOnly the workspace links will be deleted. Link targets will remain unchanged.
254DeleteResourceAction_readOnlyQuestion = ''{0}'' is read-only. Do you still wish to delete it?
255DeleteResourceAction_checkJobName = Checking resources
256DeleteResourceAction_jobName = Deleting resources
257DeleteResourceAction_operationLabel = Delete Resources
258
259AddBookmarkLabel = Add Boo&kmark...
260AddBookmarkToolTip = Add Bookmark
261AddBookmarkDialog_title = Add Bookmark
262AddBookmarkDialog_message = Enter bookmark name:
263
264AddTaskLabel = Add &Task
265AddTaskToolTip = Add Task
266
267OpenFileAction_text = &Open
268OpenFileAction_toolTip = Edit File
269OpenFileAction_openFileShellTitle = Problems Opening Editor
270
271OpenLocalFileAction_title = Open File
272OpenLocalFileAction_message_fileNotFound= The file ''{0}'' could not be found.
273OpenLocalFileAction_message_filesNotFound= The following files could not be found:\n{0}
274OpenLocalFileAction_title_selectWorkspaceFile = Select Workspace File
275OpenLocalFileAction_message_fileLinkedToMultiple = The selected file is referenced by multiple linked resources in the workspace.\nSelect a workspace resource to open the file.
276OpenLocalFileAction_message_errorOnOpen = The file ''{0}'' could not be opened.\nSee log for details.
277
278OpenResourceAction_text = Op&en Project
279OpenResourceAction_text_plural = Op&en Projects
280OpenResourceAction_toolTip = Open Project
281OpenResourceAction_toolTip_plural = Open Projects
282OpenResourceAction_dialogTitle = Open Problems
283OpenResourceAction_problemMessage = Problems occurred opening the selected resources.
284OpenResourceAction_operationMessage = Opening project...
285OpenResourceAction_operationMessage_plural = Opening projects...
286OpenResourceAction_openRequiredProjects =  Should referenced projects also be opened where applicable?
287
288CloseResourceAction_text = Clo&se Project
289CloseResourceAction_text_plural = Clo&se Projects
290CloseResourceAction_warningForOne=Closing project {0} may have undesirable side effects.
291CloseResourceAction_warningForMultiple=Closing these projects may have undesirable side effects.
292CloseResourceAction_confirm=Confirm Close
293CloseResourceAction_toolTip = Close Project
294CloseResourceAction_toolTip_plural = Close Projects
295CloseResourceAction_title = Close Problems
296CloseResourceAction_problemMessage = Problems occurred closing the selected resources.
297CloseResourceAction_operationMessage = Closing project...
298CloseResourceAction_operationMessage_plural = Closing projects...
299
300CloseUnrelatedProjectsAction_text = Close &Unrelated Project
301CloseUnrelatedProjectsAction_text_plural = Close &Unrelated Projects
302CloseUnrelatedProjectsAction_toolTip = Close Unrelated Project
303CloseUnrelatedProjectsAction_toolTip_plural = Close Unrelated Projects
304CloseUnrelatedProjectsAction_AlwaysClose= &Always close without prompt
305CloseUnrelatedProjectsAction_AlwaysCloseWithoutPrompt= Always &close unrelated projects without prompt
306CloseUnrelatedProjectsAction_confirmMsg1 = Close all projects that are not related to ''{0}''?
307CloseUnrelatedProjectsAction_confirmMsgN = Close all projects that are not related to these {0} projects?
308
309BuildAction_text = &Build Project
310BuildAction_text_plural = &Build Projects
311BuildAction_toolTip = Incremental Build of Selected Projects
312BuildAction_problemMessage = Problems occurred building the selected resources.
313BuildAction_problemTitle = Build Problems
314BuildAction_operationMessage = Building project...
315BuildAction_operationMessage_plural = Building projects...
316
317RebuildAction_text = Rebuild Pro&ject
318RebuildAction_tooltip = Full Build Of Selected Projects
319RecentWorkspacesPreferencePage_NumberOfWorkspaces_label=&Number of recent workspaces to remember:
320RecentWorkspacesPreferencePage_PromptAtStartup_label=Prompt for &workspace on startup
321RecentWorkspacesPreferencePage_RecentWorkspacesList_label=Recent workspaces
322RecentWorkspacesPreferencePage_RemoveButton_label=&Remove
323
324RefreshAction_text = Re&fresh
325RefreshAction_toolTip = Refresh
326RefreshAction_progressMessage = Refreshing...
327RefreshAction_problemTitle = Refresh Problems
328RefreshAction_problemMessage = Problems occurred refreshing the selected resources.
329RefreshAction_locationDeletedMessage = The location for project ''{0}'' ({1}) has been deleted.\nDelete ''{0}'' from the workspace?
330RefreshAction_dialogTitle = Project location has been deleted
331
332SelectWorkingSetAction_text= Select &Working Set...
333
334# --- Operations ---
335CopyProjectOperation_progressTitle = Copying:
336CopyProjectOperation_copyFailedMessage = Problems occurred copying the project.
337CopyProjectOperation_copyFailedTitle = Copy Problems
338CopyProjectOperation_internalError = Internal error: {0}
339CopyProjectOperation_copyProject = Copy Project
340
341CopyFilesAndFoldersOperation_copyFailedTitle = Copy Problems
342CopyFilesAndFoldersOperation_problemMessage = Problems occurred copying the selected resources.
343CopyFilesAndFoldersOperation_operationTitle = Copying...
344CopyFilesAndFoldersOperation_nameCollision = A resource name collision was detected.
345CopyFilesAndFoldersOperation_internalError = Internal error: {0}
346CopyFilesAndFoldersOperation_resourceExists = Resource Exists
347CopyFilesAndFoldersOperation_overwriteQuestion = {0} exists. Do you wish to overwrite?
348CopyFilesAndFoldersOperation_overwriteWithDetailsQuestion = Resource exists. Do you wish to overwrite?\n\nOverwrite: {0}\nLast modified: {1}\n\nwith: {2}\nLast modified: {3}
349CopyFilesAndFoldersOperation_overwriteMergeQuestion = ''{0}'' exists. Do you wish to overwrite?\nFolder contents will be merged, existing files will be overwritten.
350CopyFilesAndFoldersOperation_overwriteNoMergeLinkQuestion = ''{0}'' exists and is a linked folder. Do you wish to delete the linked folder and replace with the unlinked folder?\nFolder contents will not be merged!
351CopyFilesAndFoldersOperation_overwriteNoMergeNoLinkQuestion = ''{0}'' exists and is not a linked folder. Do you wish to delete the folder and replace with the linked folder?\nFolder contents will not be merged!
352CopyFilesAndFoldersOperation_deepCopyQuestion = Do you wish to perform a deep copy of linked resource ''{0}''?
353CopyFilesAndFoldersOperation_deepMoveQuestion = Do you wish to perform a deep move of linked resource ''{0}''?
354CopyFilesAndFoldersOperation_destinationAccessError = Destination folder must be accessible.
355CopyFilesAndFoldersOperation_destinationDescendentError = Destination cannot be a descendent of the source.
356CopyFilesAndFoldersOperation_overwriteProblem = The folder ''{0}'' already exists and cannot be overwritten since it contains ''{1}''.
357CopyFilesAndFoldersOperation_question = Question
358CopyFilesAndFoldersOperation_confirmMove=Confirm Move
359CopyFilesAndFoldersOperation_warningMove=Moving these resources may have undesirable side effects.
360CopyFilesAndFoldersOperation_confirmCopy=Confirm Copy
361CopyFilesAndFoldersOperation_warningCopy=Copying these resources may have undesirable side effects.
362CopyFilesAndFoldersOperation_inputDialogTitle = Name Conflict
363CopyFilesAndFoldersOperation_inputDialogMessage = Enter a new name for ''{0}''
364CopyFilesAndFoldersOperation_nameExists = A resource with that name already exists
365CopyFilesAndFoldersOperation_nameMustBeDifferent = You must use a different name
366CopyFilesAndFoldersOperation_sameSourceAndDest = Cannot copy ''{0}''. The source and destination are the same.
367CopyFilesAndFoldersOperation_importSameSourceAndDest = Cannot import ''{0}''. The source and destination are the same.
368CopyFilesAndFoldersOperation_resourceDeleted = The resource ''{0}'' does not exist on the file system.
369CopyFilesAndFoldersOperation_missingPathVariable = The resource ''{0}'' is linked using a missing path variable.
370CopyFilesAndFoldersOperation_missingLinkTarget = The link target for linked resource ''{0}'' does not exist.
371CopyFilesAndFoldersOperation_CopyResourcesTask=Copying Resources
372CopyFilesAndFoldersOperation_parentNotEqual = The resources must have the same parent.
373CopyFilesAndFoldersOperation_infoNotFound = Information for {0} could not be read. Please check the .log file for details.
374CopyFilesAndFoldersOperation_sourceCannotBeCopiedIntoAVirtualFolder = The resource ''{0}'' cannot be copied into a virtual folder.
375CopyFilesAndFoldersOperation_copyTitle= Copy Resources
376CopyFilesAndFoldersOperation_moveTitle= Move Resources
377CopyFilesAndFoldersOperation_overwriteButtonLabel=&Overwrite
378CopyFilesAndFoldersOperation_overwriteAllButtonLabel=Overwrite &All
379CopyFilesAndFoldersOperation_dontOverwriteButtonLabel=Do&n't Overwrite
380
381MoveFilesAndFoldersOperation_sameSourceAndDest = Cannot move ''{0}''. The source and destination are the same.
382MoveFilesAndFoldersOperation_moveFailedTitle = Move Problems
383MoveFilesAndFoldersOperation_problemMessage = Problems occurred moving the selected resources.
384MoveFilesAndFoldersOperation_operationTitle = Moving...
385
386# ==============================================================================
387# Wizards
388# ==============================================================================
389
390WizardDataTransfer_existsQuestion = ''{0}'' already exists. Would you like to overwrite it?
391WizardDataTransfer_overwriteNameAndPathQuestion = Overwrite ''{0}'' in folder ''{1}''?
392WizardDataTransfer_exceptionMessage =  Error occurred during operation: {0}
393WizardDataTransfer_overwrite_button_label = &Overwrite
394WizardTransferPage_selectTypes = Filter &Types...
395WizardTransferPage_selectAll = &Select All
396WizardTransferPage_deselectAll = &Deselect All
397
398
399
400
401
402
403
404# --- Import ---
405WizardImportPage_specifyProject = Specify a project
406WizardImportPage_specifyFolder = Please specify folder
407WizardImportPage_folderMustExist = Folder must be accessible.
408WizardImportPage_errorDialogTitle = Import Problems
409WizardImportPage_folder = Into fo&lder:
410WizardImportPage_browseLabel = Browse...
411WizardImportPage_browse2 = Bro&wse...
412WizardImportPage_selectFolderLabel = Select a folder to import into.
413WizardImportPage_selectFolderTitle = Import into Folder
414WizardImportPage_destinationLabel = Select the destination for imported resources:
415WizardImportPage_options = Options
416WizardImportPage_projectNotExist = Destination project does not exist.
417WizardImportPage_importOnReceiver = Source is in the hierarchy of the destination.
418WizardImportPage_noOpenProjects = Cannot import into a workspace with no open projects. Please create a project before importing.
419WizardImportPage_undefinedPathVariable = Destination folder location is based on an undefined path variable.
420WizardImportPage_containerNotExist = Destination folder does not exist.
421
422# --- Export ---
423WizardExportPage_errorDialogTitle = Export Problems
424WizardExportPage_mustExistMessage = Resource must exist.
425WizardExportPage_mustBeAccessibleMessage = Resource must be accessible.
426WizardExportPage_detailsMessage = All file resources matching this criterion
427WizardExportPage_whatLabel = Select the resources to &export:
428WizardExportPage_whereLabel = Select the export destination:
429WizardExportPage_options = Options
430WizardExportPage_selectionDialogMessage = Select the resource types to export.
431WizardExportPage_resourceTypeDialog = Resource Type Selection
432WizardExportPage_folder = Fo&lder:
433WizardExportPage_browse = Browse...
434WizardExportPage_allTypes = All types
435WizardExportPage_specificTypes = Specific types:
436WizardExportPage_edit = Edit...
437WizardExportPage_details = Details...
438WizardExportPage_selectResourcesTitle = Select the resources to export.
439WizardExportPage_oneResourceSelected = 1 resource selected
440WizardExportPage_selectResourcesToExport = Select the resource to export.
441WizardExportPage_internalErrorTitle = Internal error
442WizardExportPage_resourceCountMessage = {0} resources selected
443
444
445# --- New Example ---
446NewExample_title = New Example
447
448# --- New Project ---
449WizardNewProjectCreationPage_projectNameEmpty = Project name must be specified
450WizardNewProjectCreationPage_projectLocationEmpty = Project location directory must be specified
451WizardNewProjectCreationPage_projectExistsMessage = A project with that name already exists in the workspace.
452WizardNewProjectCreationPage_nameLabel = &Project name:
453WizardNewProjectReferences_title = &Referenced projects:
454
455# --- New Folder ---
456WizardNewFolderMainPage_folderName = Folder &name:
457WizardNewFolderMainPage_folderLabel = folder
458WizardNewFolderMainPage_description = Create a new folder resource.
459WizardNewFolderCreationPage_progress = Creating
460WizardNewFolderCreationPage_errorTitle = Creation Problems
461WizardNewFolderCreationPage_internalErrorTitle = Creation problems
462WizardNewFolderCreationPage_resourceWillBeFilteredWarning=This folder is hidden in the workspace due to resource filters. To override existing resource filters, a linked folder can be created instead.
463WizardNewFolderCreationPage_title = New Folder
464WizardNewFolder_internalError = Internal error: {0}
465WizardNewFolderCreationPage_createLinkLocationTitle=Create new link folder
466WizardNewFolderCreationPage_createLinkLocationQuestion=The link target does not exist on the file system. Do you want to create a new folder?
467
468# --- New File ---
469WizardNewFileCreationPage_progress = Creating
470WizardNewFileCreationPage_errorTitle = Creation Problems
471WizardNewFileCreationPage_fileLabel = File na&me:
472WizardNewFileCreationPage_file = file
473WizardNewFileCreationPage_internalErrorTitle = Creation problems
474WizardNewFileCreationPage_internalErrorMessage = Internal error: {0}
475WizardNewFileCreationPage_title = New File
476WizardNewFileCreationPage_resourceWillBeFilteredWarning=This file is hidden in the workspace due to resource filters. To override existing resource filters, a linked file can be created instead.
477WizardNewFileCreationPage_createLinkLocationTitle=Create new link file
478WizardNewFileCreationPage_createLinkLocationQuestion=The link target does not exist on the file system. Do you want to create an empty file?
479
480# --- Linked Resource ---
481WizardNewLinkPage_linkFileButton = &Link to file on the file system
482WizardNewLinkPage_linkFolderButton = &Link to folder on the file system
483WizardNewLinkPage_browseButton = &Browse...
484WizardNewLinkPage_variablesButton = &Variables...
485WizardNewLinkPage_targetSelectionLabel = Select the link target.
486WizardNewLinkPage_linkTargetEmpty = Link target must be specified
487WizardNewLinkPage_linkTargetInvalid = Link target name is invalid
488WizardNewLinkPage_linkTargetLocationInvalid = Link target location is invalid
489WizardNewLinkPage_linkTargetNonExistent = Link target does not exist
490WizardNewLinkPage_linkTargetNotFile = Link target must be a file
491WizardNewLinkPage_linkTargetNotFolder = Link target must be a folder
492
493# ==============================================================================
494# Preference Pages
495# ==============================================================================
496Preference_note = Note:
497
498# --- Workbench ---
499WorkbenchPreference_encoding = &Text file encoding
500WorkbenchPreference_defaultEncoding = Defa&ult ({0})
501WorkbenchPreference_otherEncoding = &Other:
502WorkbenchPreference_unsupportedEncoding = The selected encoding is not supported.
503
504WorkbenchPreference_encoding_encodingMessage = Byte Order Mark is {0}
505
506# --- Link Handler Preference Page ---
507UriHandlerPreferencePage_Warning_OtherApp=Action not possible
508UriHandlerPreferencePage_Warning_OtherApp_Description=Another application ({0}) handles the "{1}" scheme.\n\nRemove the "{1}" scheme in the other application first.
509UriHandlerPreferencePage_Warning_OtherApp_Confirmation=Confirm Handler Change
510UriHandlerPreferencePage_Warning_OtherApp_Confirmation_Description=The other application ({0}) will no longer handle the "{1}" scheme.\n\nShould this application handle the "{1}" scheme?
511UriHandlerPreferencePage_Confirm_Handle=Handle
512UrlHandlerPreferencePage_Handler_Label=Application:
513UrlHandlerPreferencePage_Handler_Text_No_Application=No application
514UrlHandlerPreferencePage_Page_Description=Link handlers define how your application deals with hyperlinks using a given scheme.\nThis page allows you to enable and disable link handlers in this application.
515UrlHandlerPreferencePage_LoadingText=Loading...
516UrlHandlerPreferencePage_ColumnName_SchemeName=Scheme
517UrlHandlerPreferencePage_ColumnName_SchemeDescription=Description
518UrlHandlerPreferencePage_ColumnName_Handler=Handler
519UrlHandlerPreferencePage_Column_Handler_Text_Current_Application=This application
520UrlHandlerPreferencePage_Column_Handler_Text_Other_Application=Other application
521UrlHandlerPreferencePage_Error_Reading_Scheme=Error while reading scheme information from operating system
522UrlHandlerPreferencePage_Error_Writing_Scheme=Error while writing scheme information to operating system
523UrlHandlerPreferencePage_UnsupportedOperatingSystem=Operating system {0} is not supported.
524UrlHandlerPreferencePage_LauncherCannotBeDetermined=Eclipse launcher path cannot be determined.
525
526# ---Workspace
527IDEWorkspacePreference_autobuild = &Build automatically
528IDEWorkspacePreference_autobuildToolTip = Build automatically on resource modification
529IDEWorkspacePreference_savePriorToBuilding= Save auto&matically before manual build
530IDEWorkspacePreference_savePriorToBuildingToolTip= Save modified resources automatically before manual build
531IDEWorkspacePreference_RefreshButtonText=&Refresh using native hooks or polling
532IDEWorkspacePreference_RefreshButtonToolTip=Automatically refresh external workspace changes using native hooks or polling
533IDEWorkspacePreference_RefreshLightweightButtonText=Refresh on acce&ss
534IDEWorkspacePreference_RefreshLightweightButtonToolTip=Automatically refresh external workspace changes on access via the workspace
535IDEWorkspacePreference_fileLineDelimiter=New text &file line delimiter
536IDEWorkspacePreference_defaultLineDelim=D&efault ({0})
537IDEWorkspacePreference_defaultLineDelimProj=Inh&erited from container ({0})
538IDEWorkspacePreference_otherLineDelim= Ot&her:
539IDEWorkspacePreference_relatedLink = See <a>''{0}''</a> for workspace startup and shutdown preferences.
540IDEWorkspacePreference_openReferencedProjects = Open referenced projects when a project is opened:
541IDEWorkspacePreference_closeUnrelatedProjectsToolTip = Close unrelated projects without prompt
542IDEWorkspacePreference_windowTitleGroupText=Window title
543IDEWorkspacePreference_showLocationInWindowTitle=Show &full workspace path:
544IDEWorkspacePreference_showLocationInWindowTitle_lockedByCommandLine=This setting is currently locked by the '-showLocation' command line argument
545IDEWorkspacePreference_showLocationNameInWindowTitle=Show workspace nam&e:
546IDEWorkspacePreference_showPerspectiveNameInWindowTitle=Show perspec&tive name
547IDEWorkspacePreference_showProductNameInWindowTitle=Show product name
548IDEWorkspacePreference_showLocationSetOnCommandLine=Cannot modify, instance launched with -showLocation
549IDEWorkspacePreference_workspaceName=Wor&kspace name:
550IDEWorkbenchPreference_workbenchSystemExplorer=Command for launching system e&xplorer:
551IDEWorkspacePreference_UnknownNatureSeverity=Report unknown project n&ature as:
552IDEWorkspacePreference_UnknownNatureSeverity_Ignore=Ignore
553
554# --- Linked Resources ---
555LinkedResourcesPreference_explanation = Path variables specify locations in the file system. The locations of linked resources\nmay be specified relative to these path variables.
556LinkedResourcesPreference_enableLinkedResources = &Enable linked resources
557LinkedResourcesPreference_linkedResourcesWarningTitle = Enabled Linked Resources
558LinkedResourcesPreference_linkedResourcesWarningMessage = You have enabled a feature which may give rise to incompatibilities if projects are shared by users of different versions of the workbench. Please consult the documentation for further details.
559LinkedResourcesPreference_dragAndDropHandlingMessage = Drag and drop items on a folder or project
560LinkedResourcesPreference_dragAndDropVirtualFolderHandlingMessage = Drag and drop items on a virtual folder
561LinkedResourcesPreference_link=&Link
562linkedResourcesPreference_copy=&Copy
563LinkedResourcesPreference_linkAndVirtualFolder=Link and create &virtual folders
564LinkedResourcesPreference_promptVirtual=Pr&ompt
565LinkedResourcesPreference_linkVirtual=Lin&k
566linkedResourcesPreference_copyVirtual=Co&py
567LinkedResourcesPreference_linkAndVirtualFolderVirtual=Link and create v&irtual folders
568
569# The following six keys are marked as unused by the NLS search, but they are indirectly used
570# and should be removed.
571PathVariableDialog_shellTitle_newVariable = New Variable
572PathVariableDialog_shellTitle_existingVariable = Edit Variable
573PathVariableDialog_shellTitle_editLocation = Edit Link Location
574PathVariableDialog_dialogTitle_newVariable = Define a New Path Variable
575PathVariableDialog_dialogTitle_existingVariable = Edit an Existing Path Variable
576PathVariableDialog_dialogTitle_editLinkLocation = Edit a Link Location
577PathVariableDialog_message_newVariable = Enter a new variable name and its associated location.
578PathVariableDialog_message_existingVariable = Edit variable's name and path value.
579PathVariableDialog_message_editLocation = Edit link location.
580
581PathVariableDialog_variableName = &Name:
582PathVariableDialog_variableValue = &Location:
583PathVariableDialog_variableResolvedValue = Resolved Location:
584PathVariableDialog_variableNameEmptyMessage = You must provide a variable name.
585PathVariableDialog_variableValueEmptyMessage = You must provide a file or folder path as variable value.
586PathVariableDialog_variableValueInvalidMessage = The provided value is not a valid path.
587PathVariableDialog_file = &File...
588PathVariableDialog_folder = F&older...
589PathVariableDialog_variable = &Variable...
590PathVariableDialog_selectFileTitle = File selection
591PathVariableDialog_selectFolderTitle = Folder selection
592PathVariableDialog_selectFolderMessage = Specify the folder to be represented by the variable.
593PathVariableDialog_variableAlreadyExistsMessage = This variable name is already in use.
594PathVariableDialog_pathIsRelativeMessage = Path must be absolute.
595PathVariableDialog_pathDoesNotExistMessage = Path does not exist.
596PathVariableDialog_variableValueIsWrongTypeFolder = Path target is of wrong type. The path must point to a folder.
597PathVariableDialog_variableValueIsWrongTypeFile = Path target is of wrong type. The path must point to a file.
598
599# --- Local History ---
600FileHistory_longevity = Days to &keep files:
601FileHistory_entries = Maximum &entries per file:
602FileHistory_diskSpace = &Maximum file size (MB):
603FileHistory_applyPolicy = &Limit history size
604FileHistory_mustBePositive = Values must be positive
605FileHistory_invalid = Invalid value: {0}
606FileHistory_exceptionSaving = Internal error saving local history
607FileHistory_aboveMaxEntries = Above maximum Entries per file: {0}
608FileHistory_aboveMaxFileSize = Above maximum file size value: {0}
609FileHistory_restartNote = The 'Maximum entries per file' and the 'Days to keep files' values\nare only applied when compacting the local history on shutdown.
610
611# --- Perspectives ---
612ProjectSwitchPerspectiveMode_optionsTitle = Open the associated perspective when creating a new project
613ProjectSwitchPerspectiveMode_always = Alwa&ys open
614ProjectSwitchPerspectiveMode_never = Ne&ver open
615ProjectSwitchPerspectiveMode_prompt = Promp&t
616
617# --- Build Order ---
618BuildOrderPreference_up = &Up
619BuildOrderPreference_down = Dow&n
620BuildOrderPreference_add = Add &Project...
621BuildOrderPreference_remove = &Remove Project
622BuildOrderPreference_selectOtherProjects = Select &projects to add to build path:
623BuildOrderPreference_useDefaults = Use d&efault build order
624BuildOrderPreference_projectBuildOrder = Project build &order:
625BuildOrderPreference_removeNote = A project removed from the list is still built but after those specified in the list.
626BuildOrderPreference_maxIterationsLabel=Max &iterations when building with cycles:
627
628# --- Startup preferences ---
629StartupPreferencePage_refreshButton = &Refresh workspace on startup
630StartupPreferencePage_showProblemsButton = &Show Problems view decorations on startup
631StartupPreferencePage_launchPromptButton = Prompt for &workspace on startup
632StartupPreferencePage_exitPromptButton = &Confirm exit when closing last window
633
634# --- Info ---
635ResourceInfo_readOnly = &Read-only
636ResourceInfo_executable = E&xecutable
637ResourceInfo_locked = L&ocked
638ResourceInfo_archive = Ar&chive
639ResourceInfo_derived = Deri&ved
640ResourceInfo_derivedHasDerivedAncestor = Deri&ved (has derived ancestor)
641ResourceInfo_type = T&ype:
642ResourceInfo_location = &Location:
643ResourceInfo_location_button_tooltip = Show In System Explorer
644ResourceInfo_resolvedLocation = Resolved locatio&n:
645ResourceInfo_size = &Size:
646ResourceInfo_bytes = {0}  bytes
647ResourceInfo_file = File
648ResourceInfo_fileTypeFormat = File  ({0})
649ResourceInfoPage_noResource=Resource information is not available for the current selection.
650ResourceFilterPage_title=A file system object will be added to the workspace tree during the refresh operation\nif it matches any of the include filters and doesn't match any of the exclude filters.
651ResourceFilterPage_noResource=Resource information is not available for the current selection.
652ResourceFilterPage_addButtonLabel=Add &Filter...
653ResourceFilterPage_addGroupButtonLabel=Add &Group...
654ResourceFilterPage_editButtonLabel=&Edit...
655ResourceFilterPage_removeButtonLabel=&Remove
656ResourceFilterPage_columnFilterMode=Filter type
657ResourceFilterPage_columnFilterDescription=Description
658ResourceFilterPage_columnFilterTarget=Applies to
659ResourceFilterPage_columnFilterPattern=&Pattern
660ResourceFilterPage_applyRecursivelyToFolderStructure=All children (recursi&ve)
661ResourceFilterPage_recursive=(recursive)
662ResourceFilterPage_details=Filter Details
663ResourceFilterPage_caseSensitive=&Case sensitive
664ResourceFilterPage_regularExpression=Re&gular expression
665ResourceFilterPage_multiMatcher_Matcher=(* = any string, ? = any character, \\ = escape for literals: * ? \\)
666ResourceFilterPage_multiMatcher_FileLength=(* = bytes, *k = kilobytes, *m = megabytes, *g = gigabytes)
667ResourceFilterPage_multiMatcher_TimeInterval= (*s = seconds, *m = minutes, *h = hours, *d = days)
668ResourceFilterPage_multiMatcher_InvalidFileLength=Invalid file length syntax: {0}
669ResourceFilterPage_multiMatcher_InvalidTimeInterval=Invalid time interval syntax: {0}
670ResourceFilterPage_includeOnly=&Include only
671ResourceFilterPage_excludeAll=&Exclude all
672ResourceFilterPage_includeOnlyColumn=Include only:
673ResourceFilterPage_excludeAllColumn=Exclude all:
674ResourceFilterPage_filesAndFolders=Files &and folders
675ResourceFilterPage_files=&Files
676ResourceFilterPage_folders=F&olders
677ResourceFilterPage_editFilterDialogTitle=Edit Resource Filter
678ResourceFilterPage_newFilterDialogTitleProject=Add Resource Filter for project {0}
679ResourceFilterPage_newFilterDialogTitleFolder=Add Resource Filter for folder {0}
680ResourceFilterPage_addSubFilterActionLabel=&Add...
681ResourceFilterPage_addSubFilterGroupActionLabel=Add &Group...
682ResourceFilterPage_removeFilterActionLabel=&Remove
683ResourceFilterPage_editFilterActionLabel=&Edit
684ResourceFilterPage_multiKeyName=Name
685ResourceFilterPage_multiKeyProjectRelativePath=Project Relative Path
686ResourceFilterPage_multiKeyLocation=Location
687ResourceFilterPage_multiKeyLastModified=Last Modified
688ResourceFilterPage_multiKeyCreated=Date Created
689ResourceFilterPage_multiKeyLength=File Length
690ResourceFilterPage_multiKeyReadOnly=Read-Only
691ResourceFilterPage_multiKeySymLink=Symbolic Link
692ResourceFilterPage_multiEquals=equals
693ResourceFilterPage_multiMatches=matches
694ResourceFilterPage_multiLargerThan=is larger than
695ResourceFilterPage_multiSmallerThan=is smaller than
696ResourceFilterPage_multiBefore=is before
697ResourceFilterPage_multiAfter=is after
698ResourceFilterPage_multiWithin=is within
699ResourceFilterPage_true=true
700ResourceFilterPage_false=false
701ResourceInfo_folder = Folder
702ResourceInfo_project = Project
703ResourceInfo_linkedFile = Linked File
704ResourceInfo_linkedFolder = Linked Folder
705ResourceInfo_virtualFolder = Virtual Folder
706ResourceInfo_unknown = Unknown
707ResourceInfo_notLocal = <file contents not local>
708ResourceInfo_isVirtualFolder = <virtual folder>
709ResourceInfo_undefinedPathVariable = <undefined path variable>
710ResourceInfo_notExist = <resource does not exist>
711ResourceInfo_fileNotExist = {0} - (does not exist)
712ResourceInfo_path = &Path:
713ResourceInfo_lastModified = Last &modified:
714ResourceInfo_fileEncodingTitle = Default encoding for &text files
715ResourceInfo_fileContentEncodingFormat = D&efault (determined from content: {0})
716ResourceInfo_fileContentTypeEncodingFormat = D&efault (determined from content type: {0})
717ResourceInfo_fileContainerEncodingFormat = D&efault (inherited from container: {0})
718ResourceInfo_containerEncodingFormat = &Inherited from container ({0})
719ResourceInfo_exWarning= Removing the executable flag on a folder will cause its children to become unreadable.
720ResourceInfo_edit=&Edit...
721ResourceInfo_attributes=Attributes:
722ResourceInfo_permissions=Pe&rmissions:
723ResourceInfo_owner=Owner
724ResourceInfo_group=Group
725ResourceInfo_other=Other
726ResourceInfo_read=Read
727ResourceInfo_write=Write
728ResourceInfo_execute=Execute
729ResourceInfo_recursiveChangesTitle = Confirm recursive changes
730ResourceInfo_recursiveChangesSummary = The following changes have been made:
731ResourceInfo_recursiveChangesSet = set
732ResourceInfo_recursiveChangesUnset = unset
733ResourceInfo_recursiveChangesQuestion = Do you want to apply these changes to subfolders and files?
734ResourceInfo_recursiveChangesJobName = Applying recursive changes
735ResourceInfo_recursiveChangesSubTaskName = Applying changes for: ''{0}''
736ResourceInfo_recursiveChangesError = Error applying recursive changes
737
738# --- Project References ---
739ProjectReferencesPage_label = Projects may refer to other projects in the workspace.\nUse this page to specify what other projects are referenced by the project.\n\n&Project references for ''{0}'':
740
741# --- Project Linked Resources References ---
742ProjectLinkedResourcePage_description=Path variables specify locations in the file system, including other path variables with the syntax "${VAR}".\nThe locations of linked resources may be specified relative to these path variables.
743ProjectLinkedResourcePage_pathVariableTabTitle=Path Variables
744ProjectLinkedResourcePage_linkedResourcesTabTitle=Linked Resources
745
746# --- Project Natures ---
747ProjectNaturesPage_label = Projects may have natures assigned to enable additional functionalities. Use this page to specify which natures should be assigned to the project.
748ProjectNaturesPage_missingNatureText = {0} (missing)
749ProjectNaturesPage_addNature = &Add...
750ProjectNaturesPage_removeNature = &Remove
751ProjectNaturesPage_selectNatureToAddMessage = Select a Nature to add to the Project
752ProjectNaturesPage_selectNatureToAddTitle = Select Nature
753ProjectNaturesPage_changeWarningTitle = Confirm Project Nature update
754ProjectNaturesPage_warningMessage = Modifying natures is an advanced operation that can leave the project in the state requiring further extensive and non-obvious configuration changes before normal function is achieved. Do not attempt without a recent backup of the project.
755ProjectNaturesPage_changeWarningQuestion = Continue?
756
757# --- Linked Resource Editor ---
758LinkedResourceEditor_editLinkedLocation=&Edit...
759LinkedResourceEditor_convertToVariableLocation=&Convert...
760LinkedResourceEditor_remove=&Delete...
761LinkedResourceEditor_resourceName=Resource Name
762LinkedResourceEditor_path=Path
763LinkedResourceEditor_location=Location
764LinkedResourceEditor_fixed=Variable Relative Location
765LinkedResourceEditor_broken=Invalid Location
766LinkedResourceEditor_absolute=Absolute Path Location
767LinkedResourceEditor_changedTo=Changed ''{0}'' from ''{1}'' to ''{2}''.
768LinkedResourceEditor_unableToSetLinkLocationForResource=Unable to create variable ''{0}'' for location ''{1}''.
769LinkedResourceEditor_convertRelativePathLocations=Convert Variable Relative to Absolute Path Locations
770LinkedResourceEditor_convertionResults=Conversion Results
771linkedResourceEditor_OK=OK
772LinkedResourceEditor_unableToCreateVariable=Unable to create variable ''{0}'' for location ''{1}''.
773LinkedResourceEditor_unableToFindCommonPathSegments=Unable to find common path segments for the following resources:
774LinkedResourceEditor_convertAbsolutePathLocations=Convert Absolute Path Locations to Variable Relative
775LinkedResourceEditor_descriptionBlock=Linked resources in project ''{0}'':
776LinkedResourceEditor_convertTitle = Convert linked resource locations
777LinkedResourceEditor_convertMessage = Convert the linked resource location(s) between absolute and variable relative paths?  This operation cannot be undone.
778LinkedResourceEditor_removeTitle = Delete linked resources
779LinkedResourceEditor_removeMessage = Delete the selected linked resources?  This operation cannot be undone.
780LinkedResourceEditor_removingMessage=Deleting linked resources...
781
782# --- autosave preferences ---
783AutoSavePreferencPage_autoSaveButton = Enable &autosave for dirty editors
784AutoSavePreferencPage_intervalMessage = Dirty editors autosave &interval (in seconds):
785AutoSavePreferencPage_errorMessage = The value is out of range.
786AutoSavePreferencPage_resetMessage = The countdown is reset on keyboard activity, mouse click, or when a popup is displayed (e.g. content assist, preference page, ...)
787AutoSavePreferencPage_noteLabel = Note:
788AutoSavePreferencPage_noteMessage = Remember that your configuration may trigger time-consuming actions on save (e.g. auto-build, ...), so a too small value could lead to performance issues. Furthermore, the Save Actions from editors may cause a disturbing behavior.
789# ==============================================================================
790# Editors
791# ==============================================================================
792DefaultEditorDescription_name = &Default Editor
793
794WelcomeEditor_accessException = An exception occurred when trying to access the welcome page
795WelcomeEditor_readFileError = Error in WelcomeEditor.readFile
796WelcomeEditor_title = Welcome
797WelcomeEditor_toolTip = Welcome to {0}
798WelcomeEditor_copy_text=&Copy
799
800WelcomeItem_unableToLoadClass = Unable to load class
801WelcomeParser_parseError = Error in WelcomeParser.parse
802WelcomeParser_parseException = An exception occurred when parsing the welcome page
803Workbench_openEditorErrorDialogTitle = Problem
804Workbench_openEditorErrorDialogMessage = Unable to open editor
805QuickStartAction_openEditorException = An exception occurred when opening the editor
806
807# ==============================================================================
808# Dialogs
809# ==============================================================================
810Question = Question
811Always = Alwa&ys
812Never = &Never
813Prompt = &Prompt
814
815ContainerSelectionDialog_title = Folder Selection
816ContainerSelectionDialog_message = Enter or select the parent folder:
817
818ContainerGroup_message = &Enter or select the parent folder:
819ContainerGroup_selectFolder = Select the folder:
820
821ContainerGenerator_progressMessage = Generate Folder
822ContainerGenerator_pathOccupied = Cannot create folder because a file exists at that location: {0}
823
824ResourceGroup_resource = resource
825ResourceGroup_nameExists = ''{0}'' already exists.
826ResourceGroup_folderEmpty = No folder specified.
827ResourceGroup_noProject = The specified project does not exist.
828ResourceGroup_emptyName = The ''{0}'' name is empty.
829ResourceGroup_invalidFilename = ''{0}'' is not a valid file name.
830ResourceGroup_pathOccupied = A file already exists at that location: {0}
831
832FileSelectionDialog_title = File Selection
833FileSelectionDialog_message = Select the files:
834
835ProjectLocationSelectionDialog_nameLabel = &Project name:
836ProjectLocationSelectionDialog_locationLabel = &Location:
837ProjectLocationSelectionDialog_browseLabel = B&rowse...
838ProjectLocationSelectionDialog_directoryLabel = Select the location directory.
839ProjectLocationSelectionDialog_locationError = Invalid location path
840ProjectLocationSelectionDialog_locationIsSelf = Location is the current location
841ProjectLocationSelectionDialog_selectionTitle = Project
842ProjectLocationSelectionDialog_useDefaultLabel = Use &default location
843ProjectLocationSelectionDialog_copyButtonLabel = &Copy
844
845
846ResourceSelectionDialog_title = Resource Selection
847ResourceSelectionDialog_message = Select the resources:
848
849MarkerResolutionSelectionDialog_title = Quick Fix
850MarkerResolutionSelectionDialog_messageLabel = &Available fixes:
851MarkerDeleteHandler_JobTitle = Delete Markers
852MarkerDeleteHandler_JobMessageLabel = Deleting selected markers
853
854
855FilteredResourcesSelectionDialog_showDerivedResourcesAction=Show &Derived Resources
856FilteredResourcesSelectionDialog_groupResourcesWithSameUndelyingLocation=&Filter Duplicated Resources
857
858ResourceSelectionDialog_label = Select a resource to open (? = any character, * = any string):
859ResourceSelectionDialog_matching = &Matching resources:
860ResourceSelectionDialog_folders = In &folders:
861ResourceSelectionDialog_showDerived=Show &derived resources
862
863OpenResourceDialog_title = Open Resource
864OpenResourceDialog_message = &Enter resource name prefix, path prefix or pattern (?, * or camel case):
865OpenResourceDialog_openButton_text = &Open
866OpenResourceDialog_openWithButton_text=Open Wit&h
867OpenResourceDialog_openWithMenu_label=Open Wit&h
868OpenResourceDialog_showInButton_text=Sho&w In
869OpenResourceDialog_showInMenu_label=Sho&w In
870
871NewFolderDialog_title = New Folder
872NewFolderDialog_nameLabel = &Folder name:
873NewFolderDialog_alreadyExists = The folder ''{0}'' already exists.
874NewFolderDialog_folderNameEmpty = Folder name must be specified
875NewFolderDialog_progress = Creating new folder
876NewFolderDialog_errorTitle = Creation Problems
877NewFolderDialog_internalError = Internal error: {0}
878
879CreateLinkedResourceGroup_linkFileButton = &Link to file in the file system
880CreateLinkedResourceGroup_linkFolderButton = &Link to folder in the file system
881CreateLinkedResourceGroup_browseButton = Bro&wse...
882CreateLinkedResourceGroup_variablesButton = &Variables...
883CreateLinkedResourceGroup_resolvedPathLabel = Resolved location:
884CreateLinkedResourceGroup_targetSelectionLabel = Select the link target.
885CreateLinkedResourceGroup_targetSelectionTitle = Select Link Target
886CreateLinkedResourceGroup_linkTargetNotFile = Link target must be a file.
887CreateLinkedResourceGroup_linkTargetNotFolder = Link target must be a folder.
888CreateLinkedResourceGroup_linkTargetNonExistent = Link target does not exist.
889CreateLinkedResourceGroup_unableToValidateLinkTarget = Unable to validate link target.
890CreateLinkedResourceGroup_linkRequiredUnderAGroup= Only linked resources and other virtual folders can be created under a virtual folder.
891
892PathVariablesBlock_variablesLabel = &Defined path variables:
893PathVariablesBlock_variablesLabelForResource = &Defined path variables for resource ''{0}'':
894PathVariablesBlock_addVariableButton = &New...
895PathVariablesBlock_editVariableButton = Edi&t...
896PathVariablesBlock_removeVariableButton = &Remove
897PathVariablesBlock_nameColumn=Name
898PathVariablesBlock_valueColumn=Value
899
900ResourceFilterEditDialog_title=Edit Resource Filters
901
902PathVariableSelectionDialog_title = Select Path Variable
903PathVariableSelectionDialog_extendButton = &Extend...
904PathVariableSelectionDialog_ExtensionDialog_title = Variable Extension
905PathVariableSelectionDialog_ExtensionDialog_description = Choose extension to {0}
906
907ImportTypeDialog_title=File and Folder Operation
908ImportTypeDialog_titleFilesOnly= File Operation
909ImportTypeDialog_titleFilesLinking= Link Files
910ImportTypeDialog_question=Select how files and folders should be imported into the project:
911ImportTypeDialog_questionFilesOnly=Select how files should be imported into the project:
912ImportTypeDialog_moveFilesAndDirectories=&Move files and folders
913ImportTypeDialog_copyFilesAndDirectories=&Copy files and folders
914ImportTypeDialog_moveFiles=&Move files
915ImportTypeDialog_copyFiles=&Copy files
916ImportTypeDialog_recreateFilesAndDirectories=Link to files and recreate folder structure with &virtual folders
917ImportTypeDialog_createLinks=&Link to files and folders
918ImportTypeDialog_linkFiles=&Link to files
919ImportTypeDialog_importElementsAs=Create link locations &relative to:
920ImportTypeDialog_importElementsAsTooltip=Link locations will be absolute path locations, rather than relative to a path variable
921ImportTypeDialog_importElementsAsTooltipSet=Link locations will be relative to a path variable, rather than absolute path locations
922ImportTypeDialog_editVariables=Edit Variables...
923ImportTypeDialog_alwaysPerformThisOperation=&Always perform the selected operation
924ImportTypeDialog_configureSettings=<a>Configure Drag and Drop Settings...</a>
925# ==============================================================================
926# Editor Framework
927# ==============================================================================
928EditorManager_saveResourcesMessage = Select the &resources to save:
929EditorManager_saveResourcesTitle = Save Resources
930
931OpenSystemEditorAction_dialogTitle = Problems Opening System Editor
932OpenSystemEditorAction_text = &System Editor
933OpenSystemEditorAction_toolTip = Edit File with System Editor
934
935# ==============================================================================
936# Workspace
937# ==============================================================================
938WorkspaceAction_problemsTitle = Problems
939WorkspaceAction_logTitle = Exception in {0}. run: {1}
940WorkbenchAction_problemsMessage = The following problems occurred.
941WorkbenchAction_internalError = Internal error.
942Workspace = Workspace
943
944
945# ==============================================================================
946# Workbench
947# ==============================================================================
948Internal_error = Internal error
949InternalError = Internal Error
950InternalErrorNoArg = An internal error has occurred.\nSee the .log file for more details.\n\nDo you want to exit the workbench?
951InternalErrorOneArg = An internal error has occurred.\n{0}\nSee the .log file for more details.\n\nDo you want to exit the workbench?
952
953FatalError_RecursiveError = An internal error occurred while showing an internal error.
954FatalError_OutOfMemoryError = An out of memory error has occurred. Consult the "Running Eclipse" section of the read me file for information on preventing this kind of error in the future.
955FatalError_StackOverflowError = A stack overflow error has occurred.
956FatalError_VirtualMachineError = A virtual machine error has occurred.
957FatalError_SWTError = An SWT error has occurred.
958FatalError = {0}\nYou are recommended to exit the workbench.\nSubsequent errors may happen and may terminate the workbench without warning.\nSee the .log file for more details.\n\nDo you want to exit the workbench?
959
960ProblemSavingWorkbench = Problems occurred while trying to save the state of the workbench.
961ProblemsSavingWorkspace = Problems saving workspace
962
963Problems_Opening_Page = Problems Opening Page
964
965Workspace_refreshing = Refreshing workspace
966
967IDEExceptionHandler_ExceptionHandledMessage = Exception Handler Notified
968
969
970# ==============================================================================
971# Keys with references but don't show in the UI
972# ==============================================================================
973CreateFileAction_text = New &File
974CreateFileAction_toolTip = Create New File
975CreateFileAction_title = New
976
977CreateFolderAction_text = New F&older
978CreateFolderAction_toolTip = Create New Folder
979CreateFolderAction_title = New
980
981ScrubLocalAction_problemsMessage = Problems occurred removing the local contents of the selected resources.
982ScrubLocalAction_text = Discard &Local Copy
983ScrubLocalAction_toolTip = Discard Local Contents
984ScrubLocalAction_problemsTitle = Content Removal Problems
985ScrubLocalAction_progress = Discarding content...
986ShowInSystemExplorerHandler_commandUnavailable=System Explorer command unavailable. Please set the System Explorer command in the workspace preferences.
987ShowInSystemExplorerHandler_notDetermineLocation=Could not determine resource's location.
988ShowInSystemExplorerHandler_jobTitle="Opening System Explorer..."
989
990TextAction_selectAll = Select All
991Cut = Cut
992Copy = Copy
993Paste = Paste
994Delete = Delete
995
996# ==============================================================================
997# Keys used in the reuse editor which is released as experimental.
998# ==============================================================================
999WorkbenchPreference_saveInterval=&Workspace save interval (in minutes):
1000WorkbenchPreference_saveIntervalError=The workspace save interval should be between 1 and {0}.
1001
1002WorkbenchPreference_maxSimultaneousBuilds=Max &simultaneous project builds:
1003WorkbenchPreference_maxSimultaneousBuildIntervalError=Maximum simultaneous project builds should be between 1 and {0}
1004
1005# ==============================================================================
1006# Working Set Framework.
1007# ==============================================================================
1008ResourceWorkingSetPage_title=Resource Working Set
1009ResourceWorkingSetPage_description=Enter a working set name and select the working set resources.
1010ResourceWorkingSetPage_message=&Working set name:
1011ResourceWorkingSetPage_label_tree=Working set &contents:
1012ResourceWorkingSetPage_warning_nameMustNotBeEmpty= The name must not be empty.
1013ResourceWorkingSetPage_warning_nameWhitespace= The name must not have a leading or trailing whitespace.
1014ResourceWorkingSetPage_warning_workingSetExists= A working set with the same name already exists.
1015ResourceWorkingSetPage_warning_resourceMustBeChecked= No resources selected.
1016ResourceWorkingSetPage_error= Error
1017ResourceWorkingSetPage_error_updateCheckedState= Error during update of checked state
1018ResourceWorkingSetPage_selectAll_label=Select &All
1019ResourceWorkingSetPage_selectAll_toolTip=Select all of theses resource for this working set.
1020ResourceWorkingSetPage_deselectAll_label=Dese&lect All
1021ResourceWorkingSetPage_deselectAll_toolTip=Deselect all of these resources for this working set.
1022
1023ResourceEncodingFieldEditor_ErrorLoadingMessage=Error loading encoding
1024ResourceEncodingFieldEditor_ErrorStoringMessage=Error storing encoding
1025ResourceEncodingFieldEditor_EncodingConflictTitle=Conflict in Encoding
1026ResourceEncodingFieldEditor_EncodingConflictMessage= {0} conflicts with the encoding defined in the content type ({1}). Do you wish to set it anyways?
1027ResourceEncodingFieldEditor_SeparateDerivedEncodingsLabel=&Store the encoding of derived resources separately
1028
1029ChooseWorkspaceDialog_dialogName={0} Launcher
1030ChooseWorkspaceDialog_dialogTitle=Select a directory as workspace
1031ChooseWorkspaceDialog_dialogMessage= \
1032{0} uses the workspace directory to store its preferences and development artifacts.
1033ChooseWorkspaceDialog_defaultProductName = This product
1034ChooseWorkspaceDialog_workspaceEntryLabel=&Workspace:
1035ChooseWorkspaceDialog_browseLabel=&Browse...
1036ChooseWorkspaceDialog_launchLabel=&Launch
1037ChooseWorkspaceDialog_directoryBrowserTitle=Select Workspace Directory
1038ChooseWorkspaceDialog_directoryBrowserMessage=Select the workspace directory to use.
1039ChooseWorkspaceDialog_removeWorkspaceSelection=Remove from launcher selection
1040ChooseWorkspaceDialog_recentWorkspaces=&Recent Workspaces
1041ChooseWorkspaceDialog_useDefaultMessage=&Use this as the default and do not ask again
1042
1043ChooseWorkspaceWithSettingsDialog_SettingsGroupName=&Copy Settings
1044ChooseWorkspaceWithSettingsDialog_ProblemsTransferTitle=Problems Transferring Settings
1045ChooseWorkspaceWithSettingsDialog_TransferFailedMessage=Settings transfer failed
1046ChooseWorkspaceWithSettingsDialog_SaveSettingsFailed=Could not save settings
1047ChooseWorkspaceWithSettingsDialog_ClassCreationFailed= Could not instantiate {0}
1048ChooseWorkspaceWithSettingsDialog_copySettingsDecoLabel=Target workspace exists. Existing values will be overwritten.
1049
1050
1051
1052IDEApplication_workspaceMandatoryTitle=Workspace is Mandatory
1053IDEApplication_workspaceMandatoryMessage=IDEs need a valid workspace. Restart without the @none option.
1054IDEApplication_workspaceInUseTitle=Workspace Unavailable
1055IDEApplication_workspaceInUseMessage=Please choose another workspace as ''{0}'' is currently in use.
1056IDEApplication_workspaceInUse_Choose=&Choose
1057IDEApplication_workspaceInUse_Retry=&Retry
1058IDEApplication_workspaceEmptyTitle=Workspace Required
1059IDEApplication_workspaceEmptyMessage=Workspace field must not be empty; enter a path to continue.
1060IDEApplication_workspaceInvalidTitle=Invalid Workspace
1061IDEApplication_workspaceInvalidMessage=Selected workspace is not valid; choose a different one.
1062IDEApplication_workspaceCannotBeSetTitle=Workspace Cannot Be Created
1063IDEApplication_workspaceCannotBeSetMessage=Could not launch the product because the specified workspace cannot be created. The specified workspace directory is either invalid or read-only.
1064IDEApplication_workspaceCannotLockTitle=Workspace Cannot Be Locked
1065IDEApplication_workspaceCannotLockMessage=Could not launch the product because the associated workspace at ''{0}'' is currently in use by another Eclipse application.
1066IDEApplication_versionTitle_olderWorkspace=Older Workspace Version
1067IDEApplication_versionTitle_newerWorkspace=Newer Workspace Version
1068IDEApplication_versionMessage_olderWorkspace=The ''{0}'' workspace was written with an older version. \
1069Continue and update workspace which may make it incompatible with older versions?
1070IDEApplication_versionMessage_newerWorkspace=Continue to use workspace ''{0}''? This workspace was written with a newer version. \
1071If you continue, this can cause unexpected behavior or data loss.
1072IDEApplication_version_doNotWarnAgain=&Do not warn again about workspace versions
1073IDEApplication_version_continue=&Continue
1074IDEApplication_version_switch=Change &Workspace...
1075IDEApplication_version_exit=&Exit
1076
1077CleanDialog_buildCleanAuto=Discards existing build results and rebuild selected projects
1078CleanDialog_buildCleanManual=Clean discards all build results and states. The next time a build occurs the selected projects will be rebuilt from scratch.
1079CleanDialog_title=Clean
1080CleanDialog_clean_button_label=&Clean
1081CleanDialog_selectAllButton=&Select All
1082CleanDialog_deselectedAllButton=&Deselect All
1083CleanDialog_alwaysCleanAllButton=Clean &all projects
1084CleanDialog_buildNowButton=Start a &build immediately
1085CleanDialog_globalBuildButton=Build the entire &workspace
1086CleanDialog_buildSelectedProjectsButton=Build only the selected &projects
1087CleanDialog_cleanSelectedTaskName=Cleaning selected projects
1088CleanDialog_cleanAllTaskName=Cleaning all projects
1089CleanDialog_typeFilterText=type filter text
1090CleanDialog_clearToolTip=Clear
1091CleanDialog_AccessibleListenerClearButton=Clear filter field
1092IDEEncoding_EncodingJob=Setting encoding
1093IDEEditorsPreferencePage_WorkbenchPreference_FileEditorsRelatedLink=See <a>''{0}''</a> for associating editors with file types.
1094IDEEditorsPreferencePage_WorkbenchPreference_viewsRelatedLink = See <a>''{0}''</a> for appearance preferences.
1095IDEEditorsPreferencePage_WorkbenchPreference_contentTypesRelatedLink = See <a>''{0}''</a> for content-type based file associations.
1096WorkbenchEncoding_invalidCharset = {0} is not a valid charset.
1097IDE_areYouSure={0} Do you want to continue?
1098ExtendedFileEditorsPreferencePage_strategyForUnassociatedFiles=&Open unassociated files with:
1099ExtendedFileEditorsPreferencePage_labelNotResolved={0} (label not resolved)
1100
1101SystemSettingsChange_title = High Contrast Mode Change
1102SystemSettingsChange_message = The high contrast mode has changed. You will need to restart the workbench to complete the change. Restart now?
1103SystemSettingsChange_yes = Yes
1104SystemSettingsChange_no = No
1105
1106IDEWorkbenchActivityHelper_jobName=Update Capability Enablement for Natures
1107
1108OpenDelayedFileAction_title = Open File
1109OpenDelayedFileAction_message_errorOnOpen = The file ''{0}'' could not be opened.\nSee log for details.
1110OpenDelayedFileAction_message_fileNotFound= The file ''{0}'' could not be found.
1111OpenDelayedFileAction_message_noWindow= The file ''{0}'' could not be opened.\nPlease make sure there is at least one open perspective.
1112OpenDelayedUrlAction_cannotHandle=URI scheme ''{0}'' could not be handled.\nSee log for details.
1113OpenDelayedUrlAction_invalidURL=''{0}'' is not a valid URL.\nSee log for details.
1114OpenDelayedUrlAction_title=Open URL
1115
1116editorAssociationOverride_error_couldNotCreate_message=The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point failed to load the editor association override class.
1117editorAssociationOverride_error_invalidElementName_message=An extension from plug-in ''{0}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point was ignored because it contains the following invalid element: ''{1}''.
1118editorAssociationOverride_error_invalidExtension_message=The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point will be ignored because it contains invalid attributes.
1119