blob: e1ac35fd87ef05e0a90837e19781d94391f1c470 [file] [log] [blame]
#########################################
# Licensed Materials - Property of IBM,
# WebSphere Studio Workbench
# (c) Copyright IBM Corp 1999, 2000
#########################################
##############################################################
# Global values
##############################################################
org.eclipse.jdt.ui.ok.label=OK
org.eclipse.jdt.ui.cancel.label=Cancel
##############################################################
# Source Editor Actions
##############################################################
Editor.Undo.label=Undo@Ctrl+Z
Editor.Undo.tooltip=Undo
Editor.Undo.image=
Editor.Undo.description=Undo
Editor.Redo.label=Redo@Ctrl+Y
Editor.Redo.tooltip=Redo
Editor.Redo.image=
Editor.Redo.description=Redo
Editor.Cut.label=Cut@Ctrl+X
Editor.Cut.tooltip=Cut
Editor.Cut.image=
Editor.Cut.description=Cut
Editor.Copy.label=Copy@Ctrl+C
Editor.Copy.tooltip=Copy
Editor.Copy.image=
Editor.Copy.description=Copy
Editor.Paste.label=Paste@Ctrl+V
Editor.Paste.tooltip=Paste
Editor.Paste.image=
Editor.Paste.description=Paste
Editor.Delete.label=Delete@Delete
Editor.Delete.tooltip=Delete
Editor.Delete.image=
Editor.Delete.description=Delete
Editor.SelectAll.label=Select All@Ctrl+A
Editor.SelectAll.tooltip=Select All
Editor.SelectAll.image=
Editor.SelectAll.description=Select All
Editor.ShiftRight.label=Shift Right@Ctrl+I
Editor.ShiftRight.tooltip=Shift Right
Editor.ShiftRight.image=
Editor.ShiftRight.description=Shift the selected text to the right
Editor.ShiftLeft.label=Shift Left@Ctrl+Shift+I
Editor.ShiftLeft.tooltip=Shift Left
Editor.ShiftLeft.image=
Editor.ShiftLeft.description=Shift the selected text to the left
Editor.Comment.label=Comment
Editor.Comment.tooltip=Comment the selected lines
Editor.Comment.image=
Editor.Comment.description=Turn the selected lines into Java comments
Editor.Uncomment.label=Uncomment
Editor.Uncomment.tooltip=Uncomment the selected Java comment lines
Editor.Uncomment.image=
Editor.Uncomment.description=Uncomment the selected Java comment lines
Editor.Format.label=Format
Editor.Format.tooltip=Format the selected text
Editor.Format.image=
Editor.Format.description=Format the selected text
Editor.FindReplace.label=Find/Replace...@Ctrl+F
Editor.FindReplace.tooltip=Find/Replace
Editor.FindReplace.image=
Editor.FindReplace.description=Find/Replace
Editor.AddBookmark.label=Bookmark
Editor.AddBookmark.tooltip=Bookmark
Editor.AddBookmark.image=
Editor.AddBookmark.description=Add Bookmark
Editor.AddBookmark.dialog.title=Add Bookmark
Editor.AddBookmark.dialog.message=Enter Bookmark name
Editor.AddTask.label=Task
Editor.AddTask.tooltip=Task
Editor.AddTask.image=
Editor.AddTask.description=Add Task
Editor.Save.label=Save@Ctrl+S
Editor.Save.tooltip=Save
Editor.Save.image=
Editor.Save.description=Save
Editor.Revert.label=Revert
Editor.Revert.tooltip=Revert
Editor.Revert.image=
Editor.Revert.description=Revert
Editor.AddBreakpoint.label=Breakpoint
Editor.AddBreakpoint.tooltip=Add Breakpoint
Editor.AddBreakpoint.image=
Editor.AddBreakpoint.description=Add Breakpoint
Editor.ManageBreakpoints.add.label=Add Breakpoint
Editor.ManageBreakpoints.remove.label=Remove Breakpoint
Editor.ManageBreakpoints.tooltip=Add/Remove Breakpoint
Editor.ManageBreakpoints.image=
Editor.ManageBreakpoints.description=Add or remove breakpoints in the editor's ruler
Editor.ManageBreakpoints.error.add.title=Add Breakpoint
Editor.ManageBreakpoints.error.add.message=Cannot add breakpoint
Editor.ManageBreakpoints.error.remove.title=Remove Breakpoint
Editor.ManageBreakpoints.error.remove.message=Cannot remove breakpoint
Editor.ManageBookmarks.add.label=Add Bookmark
Editor.ManageBookmarks.remove.label= Remove Bookmark
Editor.ManageBookmarks.tooltip=Adds and removes Bookmarks
Editor.ManageBookmarks.image=
Editor.ManageBookmarks.description=Adds and removes Bookmarks
Editor.ManageBookmarks.add.dialog.title=Add Bookmark
Editor.ManageBookmarks.add.dialog.message= Enter Bookmark name
Editor.ManageTasks.add.label=Add Task
Editor.ManageTasks.remove.label=Remove Tasks
Editor.ManageTasks.tooltip=Adds and removes Tasks
Editor.ManageTasks.image=
Editor.ManageTasks.description=Adds and removes Tasks
Editor.ManageTasks.add.dialog.title=Add Task
Editor.ManageTasks.add.dialog.message= Enter Task description
Editor.ContentAssistProposal.label=Content Assist@Ctrl+Space
Editor.ContentAssistProposal.tooltip=Content Assist
Editor.ContentAssistProposal.image=
Editor.ContentAssistProposal.description=Content Assist
Editor.ContentAssistTip.label=Content Tip@Ctrl+Shift+Space
Editor.ContentAssistTip.tooltip=Content Tip
Editor.ContentAssistTip.image=
Editor.ContentAssistTip.description=Content Tip
Editor.GotoLine.label=&Goto Line...@Ctrl+L
Editor.GotoLine.tooltip=Go to a line
Editor.GotoLine.image=
Editor.GotoLine.description=Go to a line
Editor.GotoLine.dialog.title=Goto Line
Editor.GotoLine.dialog.message=Enter line number:
Editor.GotoLine.dialog.invalid_input=Invalid line number
Editor.GotoLine.dialog.invalid_range=Line number out of range
Editor.NextError.label=Goto next problem
Editor.NextError.tooltip=Go to next problem
Editor.NextError.description=Go to next problem
Editor.NextError.image=
Editor.PreviousError.label=Goto previous problem
Editor.PreviousError.tooltip=Go to previous problem
Editor.PreviousError.description=Go to previous problem
Editor.PreviousError.image=
Editor.OpenOnSelection.label=&Open on Selection@F3
Editor.OpenOnSelection.description=Open an editor on the selected element
Editor.OpenOnSelection.title=Open on Selection
Editor.OpenOnSelection.message=Select or enter the element to open
Editor.OpenHierarchyOnSelection.label=Open Type Hierarchy@F4
Editor.OpenHierarchyOnSelection.description=Show the type hierarchy of the selected element
Editor.OpenHierarchyOnSelection.title=Open Type Hierarchy
Editor.OpenHierarchyOnSelection.message=Select the type to open
Editor.AddBreakpoint.label=Breakpoint
Editor.AddBreakpoint.description=Add breakpoint
Editor.AddBreakpoint.error.add_breakpoint.title=Add breakpoint
Editor.AddBreakpoint.error.add_breakpoint.message=Could not add breakpoint
Editor.RunToLine.label=Run To Line
Editor.RunToLine.description=Run To Line
Editor.RunToLine.error.run_to_line.title=Run to line
Editor.RunToLine.error.run_to_line.message=Unable to process run to line request.
Editor.Display.label=Display
Editor.Display.description=Display
Editor.Inspect.label=Inspect
Editor.Inspect.description=Inspect the result of evaluating the selected text
Editor.ruler.breakpoints.add.label=Add Breakpoint
Editor.ruler.breakpoints.add.description=Add breakpoint
Editor.ruler.breakpoints.error.add_breakpoint.title=Add breakpoint
Editor.ruler.breakpoints.error.add_breakpoint.message=Could not add breakpoint
Editor.ruler.breakpoints.remove.label=Remove Breakpoint
Editor.ruler.breakpoints.remove.description=Remove breakpoint
Editor.TogglePresentation.label=Change Presentation
Editor.TogglePresentation.tooltip=Show source of selected element only
Editor.TogglePresentation.image
Editor.TogglePresentation.description=Show source of selected element only
##############################################################
# Error messages
##############################################################
Editor.Error.access.title=Error accessing compilation unit
Editor.Error.access.message=Cannot access compilation unit
Editor.Error.no_provider=Java Editor does not have a document provider
Editor.Error.save.title=Save problems
Editor.Error.save.message=Internal error:
Editor.Error.revert.title=Problems while reverting to saved state
Editor.Error.revert.message=Internal error:
Editor.Error.setinput.title=Problem while opening
Editor.Error.setinput.message=Cannot open input element:
Editor.Error.no_input=Unable to read contents Java Editor input
Editor.Error.invalid_input=Invalid Java Editor input
##############################################################
# Source Editor Outliner Actions
##############################################################
Outliner.DeleteISourceManipulations.label=&Delete
Outliner.DeleteISourceManipulations.description=Delete the selected element in the editor
Outliner.DeleteISourceManipulations.error.delete.title=Problems while deleting element
Outliner.DeleteISourceManipulations.error.delete.message=Cannot delete element:
##############################################################
# General Actions & Labels
##############################################################
DefaultPackage.label=(default package)
ImportContainer.label=import declarations
Initializer.label=initializer
OpenSourceReferenceAction.label=&Open
OpenSourceReferenceAction.description=Open the selected element
OpenSourceReferenceAction.error.open.title=Problems while opening element
OpenSourceReferenceAction.error.open.message=Cannot open element:
ShowTypeHierarchyAction.label=&Show in Type Hierarchy
ShowTypeHierarchyAction.description=Show the type hierarchy of the selected type
ShowTypeHierarchyAction.error.open_view=Problems Opening Type Hierarchy
AddMethodEntryBreakpointAction.label=&Add Entry Breakpoint
AddMethodEntryBreakpointAction.description=Add a method entry breakpoint
AddMethodEntryBreakpointAction.error.create_breakpoint=Problems creating breakpoint
OpenTypeAction.label=Open Type...@Ctrl+Shift+T
OpenTypeAction.description=Open a type in the editor
OpenTypeAction.tooltip=Open a type
OpenTypeAction.dialog.title=Open type
OpenTypeAction.dialog.message=Choose a type (? = any character, * = any string):
OpenTypeAction.error.open.title=Open Type
OpenTypeAction.error.open.message=An exception occurred while opening the type.
action.reorg.discard_changes.message=These elements contain unsaved changes\nthey will be discarded if you proceed.
action.reorg.save_targets.message=These elements contain unsaved changes.\nCheck the elements you want to save before proceeding.
action.reorg.save_targets.progress=Saving
action.reorg.save_editors.error.message=An excepion occured while saving editor contents.
action.delete.label=&Delete
action.delete.name=Delete
action.delete.description=Delete the selected elements
action.delete.error.title=Error deleting elements
action.delete.error.message=An error occurred while deleting elements
action.delete.error.status=Exceptions occurred
action.delete.confirm.label=Delete the selected elements?
action.delete.confirm.title=Delete
action.delete.task.label=Deleting
action.copy.name=Copy
action.copy.label=&Copy
action.copy.description=Copy the selected elements
action.copy.error.exception.message=An error occurred while copying "{0}"
action.copy.error.exception.title=Copy
action.copy.error.duplicate.message=This name is already used.
action.copy.destination_dialog.message=Select the copy destination
action.copy.task.label=Copying
action.move.name=Move
action.move.label=&Move
action.move.description=Move the selected elements
action.move.error.exception.title=Move
action.move.error.exception.message=An error occurred while moving"{0}"
action.move.error.exception.status=Exceptions occurred
action.move.error.duplicate.message=This name is already used.
action.move.destination_dialog.message=Select the move destination
action.move.task.label=Moving
action.rename.label=&Rename
action.rename.name=Rename
action.rename.description=Copy the selected elements
action.rename.new_name.title=Rename
action.rename.new_name.message=Enter the new name:
action.rename.error.status=Exceptions occurred
action.rename.error.title=Rename
action.rename.error.message=An error occurred while renaming
action.reorg.confirm_discard.message=The selected element contains unsaved changes that will be discarded if you proceed.
reorg_policy.package_fragment.duplicate=The package folder already exists
reorg_policy.package_fragment.exception=An exception occurred
reorg_policy.package.duplicate=The package folder already exists
reorg_policy.package.invalid_name=This is not a valid package name
reorg_policy.package.exception=An exception occurred
reorg_policy.cu.duplicate=The compilation unit already exists
reorg_policy.cu.wrong_extension=The name must end with \".java\"
reorg_policy.cu.invalid_name=This is not a valid compilation unit name
reorg_policy.file.duplicate=The file already exists
reorg_policy.file.exception=An exception occurred
reorg_policy.file.invalid_name=This is not a valid file name
NameClashDialog.message=An element named "{0}" already exists.
NameClashDialog.replace.description=Replace element
NameClashDialog.rename.description=Rename to
NameClashDialog.title=Duplicate Name
PackageRootSelectionDialog.title=Package Root Selection
PackageRootSelectionDialog.message=Select the package root folder
SmartSave.rename_cu.title=Save
SmartSave.rename_cu.message=Rename compilation unit to "{0}"?
SmartSave.move_cu.title=Save
SmartSave.move_cu.message=Move compilation unit to "{0}"?
SmartSave.create_pkg.title=Save
SmartSave.create_pkg.message=Create the package "{0}" and move the compilation unit?
SmartSave.pick_pkg.title=Save
SmartSave.pick_pkg.message=Choose a package
SmartSave.exception.title=Save
SmartSave.exception.message=An exception occurred while saving.
PackageViewer.filter_empty.label=Show emtpy
PackageViewer.filter_empty.tooltip=Show empty leaf packages
PackageViewer.filter_empty.description=Show empty leaf packages
type_selector.no_mapping.title=Select Type
type_selector.no_mapping.message=Couldn't uniquely map the type name to a type.
##############################################################
# Source Editing Preference Page
##############################################################
Editor.highlight_keywords=Highlight Java keywords, e.g., class, while, null
Editor.highlight_types=Highlight Java built-in types, e.g., int, float, short
Editor.highlight_strings=Highlight Java strings, i.e., "..."
Editor.highlight_comments=Highlight Java comments, i.e., /* ... */ and //...
Editor.autoindent=Auto indent
Editor.autoindent_off=No automatic indentation
Editor.autoindent_normal=New line indentation like the indent of the previous line
Editor.autoindent_smart=New line indentation sensitive to brackets ('{', '}')
Editor.model_reconciler_delay=Delay until content outliner is synchronized (milliseconds):
##############################################################
# Package Viewer
##############################################################
OpenResourceAction.openJava.error.log=Cannot open Java editor.
OpenResourceAction.openJava.error.title=Problems Opening Editor
OpenResourceAction.openJava.error.message=Cannot open Java editor on "{0}". {1}
OpenResourceAction.openClass.error.log=Cannot open class file editor.
OpenResourceAction.openClass.error.title=Problems Opening Editor
OpenResourceAction.openClass.error.message=Cannot open Java editor on "{0}". {1}
PackageViewer.filter_empty.label=Show emtpy
PackageViewer.filter_empty.tooltip=Show empty leaf packages
PackageViewer.filter_empty.description=Show empty leaf packages
PackageViewer.dragAndDrop.fileDrag.deleting=Deleting ...
PackageViewer.dragAndDrop.fileDrag.refreshing=Refreshing ...
PackageViewer.dragAndDrop.fileDrag.error.title=Drag & Drop
PackageViewer.dragAndDrop.fileDrag.error.message=Problem while moving or copying files.
PackageViewer.dragAndDrop.fileDrop.override.title=Question
PackageViewer.dragAndDrop.fileDrop.override.message={0} already exists. Would you like to overwrite it?
PackageViewer.dragAndDrop.fileDrop.error.title=Drag & Drop
PackageViewer.dragAndDrop.fileDrop.error.message=Error while moving or copying files.
PackageViewer.dragAndDrop.fileDrop.error.identical.message=Cannot copy {0}: the destination folder is the same as the source folder.
PackageViewer.dragAndDrop.fileDrop.error.parent.message=Cannot copy {0}: the destination folder is a subfolder of the source folder.
##############################################################
# Type Hierarchy Viewer
##############################################################
TypeHierarchyViewPart.message=Use "Show In Type Hierarchy" on a type to see its super/subtypes
TypeHierarchyViewPart.nodecl=No declarations of selected members\nin the chosen hierarchy of {0}
TypeHierarchyLifeCycle.error.createhierarchy.title=Error creating type hierarchy
TypeHierarchyLifeCycle.error.createhierarchy.message=While creating type hierarchy
TypeHierarchyViewPart.toggleaction.subtypes.label=Subtype Hierarchy
TypeHierarchyViewPart.toggleaction.subtypes.tooltip=Show the subtype hierarchy
TypeHierarchyViewPart.toggleaction.subtypes.description=Show the subtype hierarchy
TypeHierarchyViewPart.toggleaction.supertypes.label=Supertype Hierarchy
TypeHierarchyViewPart.toggleaction.supertypes.tooltip=Show the supertype hierarchy
TypeHierarchyViewPart.toggleaction.supertypes.description=Show the supertype hierarchy
TypeHierarchyViewPart.toggleaction.vajhierarchy.label=Class Hierarchy
TypeHierarchyViewPart.toggleaction.vajhierarchy.tooltip=Show the class hierarchy
TypeHierarchyViewPart.toggleaction.vajhierarchy.description=Show the class hierarchy
TypeHierarchyViewPart.error.createhierarchy.title=Error
TypeHierarchyViewPart.error.createhierarchy.message=Could not create type hierarchy
SuperTypeHierarchyViewer.title=Supertypes
SuperTypeHierarchyViewer.filtered.title=Filtered Supertypes
SubTypeHierarchyViewer.title=Subtypes
SubTypeHierarchyViewer.filtered.title=Filtered Subtypes
TraditionalHierarchyViewer.title=Classes
TraditionalHierarchyViewer.filtered.title=Filtered Classes
MethodsViewer.show_fields.label=&Show Fields
MethodsViewer.show_fields.tooltip=Show or hide fields
MethodsViewer.show_fields.description=Show or hide fields
MethodsViewer.show_static.label=static
MethodsViewer.show_static.tooltip=Show or hide static members
MethodsViewer.show_static.description=Show or hide static members
MethodsViewer.show_private.label=private
MethodsViewer.show_private.tooltip=Show or hide private members
MethodsViewer.show_private.description=Show or hide private members
MethodsViewer.show_default.label=default
MethodsViewer.show_default.tooltip=Show or hide default visibility members
MethodsViewer.show_default.description=Show or hide default visibility members
MethodsViewer.show_protected.label=protected
MethodsViewer.show_protected.tooltip=Show or hide protected members
MethodsViewer.show_protected.description=Show or hide protectedmembers
MethodsViewer.show_public.label=public
MethodsViewer.show_public.tooltip=Show or hide public members
MethodsViewer.show_public.description=Show or hide publicmembers
MethodsViewer.visibilitymenu.label=Visibility
ShowInheriredMembersAction.label=All Inherited Members
ShowInheriredMembersAction.tooltip=Show all inherited members
ShowInheriredMembersAction.description=Show all inherited members
EnableMemberFilterAction.label=Members in Hierarchy
EnableMemberFilterAction.tooltip=Lock view and show members in hierarchy
EnableMemberFilterAction.description=Lock view and show members in hierarchy
ShowInPackageViewAction.label=Show in Packages View
ShowInPackageViewAction.tooltip=Show in Packages View
ShowInPackageViewAction.description=Show the selected element in Packages view
OpenImportDeclarationAction.label=&Open
OpenImportDeclarationAction.tooltip=Open the selected element in the editor
OpenImportDeclarationAction.description=Open the selected element in the editor
OpenImportDeclarationAction.error.title=Error on open
OpenImportDeclarationAction.error.message=Cannot open resource
##############################################################
# BuildPathsPropertyPage
##############################################################
BuildPathsPropertyPage.nojavaproject=Not a Java project
BuildPathsPropertyPage.closedproject=Java information is not available for a closed project
BuildPathsPropertyPage.op_error.title=Error Setting Build Path
BuildPathsPropertyPage.op_error.message=An error occurred while setting the build path
##############################################################
# SourceAttachmentPropertyPage
##############################################################
SourceAttachmentPropertyPage.op_error.title=Error Attaching Source
SourceAttachmentPropertyPage.op_error.message=An error occurred while associating the source
SourceAttachmentPropertyPage.nolibrary=Source can only be attached to JAR files in Java projects
SourceAttachmentPropertyPage.addtobpdialog.title=Attaching Source
SourceAttachmentPropertyPage.addtobpdialog.message=Source can only be attached to JAR files on the build path.\nDo you want to add the JAR to the build path?
##############################################################
# Preferences
##############################################################
org.eclipse.jdt.ui.build.jdk.library.description=The default JDK settings for new Java Projects.
org.eclipse.jdt.ui.build.jdk.library.label=JDK JAR file:
org.eclipse.jdt.ui.build.jdk.source.label=JDK sources JAR file:
org.eclipse.jdt.ui.build.jdk.prefix.label=Package root path:
org.eclipse.jdt.ui.build.jdk.source.err.prefix=Can't find the file java/lang/Object.java in the given JAR
org.eclipse.jdt.ui.packages.linkselection=Link Packages view selection to active editor
org.eclipse.jdt.ui.build.jdk.error.title=Error opening zip file
org.eclipse.jdt.ui.build.jdk.error.message=There was an error opening zip file
ImportOrganizePreferencePage.description=Import Organize Settings
ImportOrganizePreferencePage.importorder.label=Sorting of Imports:
ImportOrganizePreferencePage.ondemandthreshold.label=Import-On-Demand Threshold:
ImportOrganizePreferencePage.newentrydialog.title=Import Order Entry
ImportOrganizePreferencePage.newentrydialog.message=Package name or package name prefix:
ImportOrganizePreferencePage.newentrydialog.errormessage=Not a valid package name
##############################################################
# Wizard resources
##############################################################
NewElementWizardPage.op_error.tiltle=Error
NewElementWizardPage.op_error.message=Wizard action failed
# ------- ContainerPage -------
ContainerPage.container.label=Folder:
ContainerPage.container.button=Browse...
ContainerPage.error.EnterContainerName=
ContainerPage.error.ContainerIsBinary={0} is a JAR archive
ContainerPage.error.InvalidPath=Folder path name is not valid
ContainerPage.error.ContainerDoesNotExist={0} does not exist
ContainerPage.error.NotAFolder={0} must be a project or folder
ContainerPage.error.ProjectClosed=project {0} must be accessible
ContainerPage.warning.NotAJavaProject=Folder is not a Java project
ContainerPage.warning.NotInAJavaProject=Folder is not in a Java project
ContainerPage.warning.NotOnClassPath=Folder is not on the Java build class path
ContainerPage.ChooseSourceContainerDialog.title=Folder Selection
ContainerPage.ChooseSourceContainerDialog.description=Choose a folder:
# ------- NewPackageCreationWizardPage -------
NewPackageCreationWizard.title=New
NewPackageCreationWizardPage.package.label=Package:
NewPackageCreationWizardPage.error.InvalidPackageName=Invalid package name. {0}
NewPackageCreationWizardPage.error.IsOutputFolder=Name conflict with output location
NewPackageCreationWizardPage.warning.PackageExists=A folder corresponding to the package name already exists. Notice, the package view filters empty non-leaf packages
NewPackageCreationWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0}
NewPackageCreationWizardPage.title=Java Package
NewPackageCreationWizardPage.description=Create a folder corresponding to a Java package.
# ------- ContainerPackagePage -------
#ContainerPackagePage.package.selection.label=Create New Class:
ContainerPackagePage.package.label=Package:
ContainerPackagePage.package.button=Browse...
ContainerPackagePage.enclosing.selection.label=Enclosed In:
#ContainerPackagePage.enclosing.label=Enclosing Type:
ContainerPackagePage.enclosing.button=Browse...
ContainerPackagePage.error.InvalidPackageName=Package name is not valid. {0}
ContainerPackagePage.error.ClashOutputLocation=Package clashes with project output folder location
ContainerPackagePage.warning.DiscouragedPackageName=Package name is discouraged. {0}
ContainerPackagePage.default=(default)
ContainerPackagePage.ChoosePackageDialog.title=Package Selection
ContainerPackagePage.ChoosePackageDialog.description=Choose a folder:
ContainerPackagePage.ChoosePackageDialog.empty=No packages to choose from.
ContainerPackagePage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection
ContainerPackagePage.ChooseEnclosingTypeDialog.description=Choose a type to add the new class to.
ContainerPackagePage.error.EnclosingTypeEnterName=Name of enclosing type must be entered
ContainerPackagePage.error.EnclosingTypeNotExists=Enclosing type does not exist
ContainerPackagePage.error.EnclosingNotInCU=Enclosing type is binary
# ------- TypePage-------
TypePage.typename.label=Name:
TypePage.superclass.label=Superclass:
TypePage.superclass.button=Browse...
TypePage.interfaces.label=Superinterfaces:
TypePage.interfaces.add=Add...
TypePage.interfaces.remove=Remove
TypePage.modifiers.acc.label=Access Modifiers:
TypePage.modifiers.public=public
TypePage.modifiers.private=private
TypePage.modifiers.protected=protected
TypePage.modifiers.default=default
TypePage.modifiers.abstract=abstract
TypePage.modifiers.final=final
TypePage.modifiers.static=static
TypePage.error.EnterTypeName=
TypePage.error.TypeNameExists=Type already exists
TypePage.error.InvalidTypeName=Type name is not valid. {0}
TypePage.error.QualifiedName=Type name must not be qualified
TypePage.warning.TypeNameDiscouraged=Type name is discouraged. {0}
TypePage.error.EnterSuperClassName=Superclass name must be entered
TypePage.error.InvalidSuperClassName=Superclass name is not valid
TypePage.warning.SuperClassNotExists=Warning: Superclass does not exist in current project
TypePage.warning.SuperClassIsFinal=Warning: Superclass {0} is final
TypePage.warning.SuperClassIsNotVisible=Warning: Superclass {0} is not visible
TypePage.warning.SuperClassIsNotClass=Warning: Superclass {0} is an interface
TypePage.warning.InterfaceIsNotVisible=Superinterface {0} is not visible
TypePage.warning.InterfaceNotExists=Superinterface {0} does not exist in current project
TypePage.warning.InterfaceIsNotInterface=Superinterface {0} is not an interface
TypePage.error.ModifiersFinalAndAbstract=Class can not be both final and abstract
TypePage.SuperClassDialog.title=Superclass Selection
TypePage.SuperClassDialog.message=Choose a type
TypePage.InterfacesDialog.title= Superinterfaces Selection
TypePage.InterfacesDialog.message=Choose interfaces
# ------- SuperInterfaceSelectionDialog -----
NewElementCreationWizard.SuperInterfaceSelectionDialog.addButton.label=Add
# ------- NewClassCreationWizardPage -------
NewClassCreationWizard.title=New
NewClassCreationWizardPage.title=Java Class
NewClassCreationWizardPage.description=Create a new Java class.
NewClassCreationWizardPage.methods.label=Which method stubs would you like to create?
NewClassCreationWizardPage.methods.main=public static void main(String[] args)
NewClassCreationWizardPage.methods.constructors=Constructors from superclass
NewClassCreationWizardPage.methods.inherited=Inherited abstract methods
# ------- NewInterfaceCreationWizardPage -------
NewInterfaceCreationWizard.title=New
NewInterfaceCreationWizardPage.title=Java Interface
NewInterfaceCreationWizardPage.description=Create a new Java interface.
# ------- NewProjectCreationWizard -------
NewProjectCreationWizard.title=New
NewProjectCreationWizard.op_error.title=Error creating Java project
NewProjectCreationWizard.op_error.message=An error occurred while creating the Java project
NewProjectCreationWizard.MainPage.title=Java Project
NewProjectCreationWizard.MainPage.description=Create a new Java project.
# ------- NewJavaProjectWizardPage-------
NewJavaProjectWizardPage.title=Java Settings
NewJavaProjectWizardPage.description=Define the Java build settings.
# ------- NewPackageRootCreationWizardPage-------
NewPackageRootCreationWizard.title=New
NewPackageRootCreationWizardPage.title=Source Folder
NewPackageRootCreationWizardPage.description=Add a new source folder
NewPackageRootCreationWizardPage.root.label=Folder name:
NewPackageRootCreationWizardPage.root.button=Browse...
NewPackageRootCreationWizardPage.project.label=Project name:
NewPackageRootCreationWizardPage.project.button=Browse...
NewPackageRootCreationWizardPage.editclasspath.button=Edit Class Path...
NewPackageRootCreationWizardPage.ChooseExistingRootDialog.title=Existing Folder Selection
NewPackageRootCreationWizardPage.ChooseExistingRootDialog.description=Choose folder as source folder
NewPackageRootCreationWizardPage.ChooseProjectDialog.title=Project Selection
NewPackageRootCreationWizardPage.ChooseProjectDialog.description=Choose project for the new source folder
NewPackageRootCreationWizardPage.EditClassPathDialog.title=Project Class Path Settings
NewPackageRootCreationWizardPage.EditClassPathDialog.description=Edit the class path
NewPackageRootCreationWizardPage.error.EnterRootName=
NewPackageRootCreationWizardPage.error.InvalidRootName=Invalid folder name
NewPackageRootCreationWizardPage.error.NotAFolder=Not a folder
NewPackageRootCreationWizardPage.error.AlreadyExisting=Already a source folder
NewPackageRootCreationWizardPage.error.WillOverlap=Folder will overlap with existing class path entry {0}
NewPackageRootCreationWizardPage.error.EnterProjectName=Project name must be entered
NewPackageRootCreationWizardPage.error.InvalidProjectPath=Invalid project path
NewPackageRootCreationWizardPage.error.NotAJavaProject=Project is not a Java project
NewPackageRootCreationWizardPage.error.ProjectNotExists=Project does not exist
# ------- BuildPathsBlock -------
BuildPathsBlock.tab.source=Source
BuildPathsBlock.tab.projects=Projects
BuildPathsBlock.tab.libraries=Libraries
BuildPathsBlock.tab.order=Order
BuildPathsBlock.classpath.label=Build class path:
BuildPathsBlock.classpath.addnew.button=Add Folder...
BuildPathsBlock.classpath.addexisting.button=Add Projects...
BuildPathsBlock.classpath.addjar.button=Add Libraries...
BuildPathsBlock.classpath.addextjar.button=Add External JAR...
BuildPathsBlock.classpath.remove.button=Remove
BuildPathsBlock.classpath.up.button=Up
BuildPathsBlock.classpath.down.button=Down
BuildPathsBlock.buildpath.label=Build output folder:
BuildPathsBlock.buildpath.button=Browse...
BuildPathsBlock.error.InvalidBuildPath=Invalid build output folder: {0}
BuildPathsBlock.error.EnterBuildPath=Build output folder must be entered
BuildPathsBlock.error.BuildPathExists=Build output folder can not be project or solution
BuildPathsBlock.error.BuildPathProjNotExists=Build output folder has to be in an existing and open project
BuildPathsBlock.error.BuildPathInClassPath={0} is nested with the output folder path
BuildPathsBlock.error.CycleInClassPath=Build path will result in a cycle
BuildPathsBlock.error.RecursiveClassPath=Nested build path entries {0} and {1}
BuildPathsBlock.error.DuplicateEntriesInClassPath=Build class path entry {0} is duplicated
BuildPathsBlock.operationdesc=Setting Build Paths...
BuildPathsBlock.ChooseOutputFolderDialog.title=Folder Selection
BuildPathsBlock.ChooseOutputFolderDialog.description=Choose the folder for the build output.
CPListLabelProvider.new=(new)
CPListLabelProvider.classcontainer=(class folder)
# ------- SourceContainerWorkbookPage-------
SourceContainerWorkbookPage.folders.label=Source folders on build path
SourceContainerWorkbookPage.folders.remove.button=Remove
SourceContainerWorkbookPage.folders.addnew.button=Create New Folder...
SourceContainerWorkbookPage.folders.addnew.addexisting.button=Add Existing Folders...
SourceContainerWorkbookPage.rb1.label=Use the project as source folder
SourceContainerWorkbookPage.rb2.label=Use additional source folders
SourceContainerWorkbookPage.ExistingSourceFolderDialog.title=Source Folder Selection
SourceContainerWorkbookPage.ExistingSourceFolderDialog.description=Choose source folder to be added to the build path.
SourceContainerWorkbookPage.NewSourceFolderDialog.title=New Source Folder
SourceContainerWorkbookPage.NewSourceFolderDialog.description=Enter a path relative to {0}
# ------- ProjectsWorkbookPage-------
ProjectsWorkbookPage.projects.label=Required projects on the build path:
ProjectsWorkbookPage.projects.checkall.button=Check All
ProjectsWorkbookPage.projects.uncheckall.button=Uncheck All
# ------- LibrariesWorkbookPage-------
LibrariesWorkbookPage.libraries.label=JARs and class folders on the build path:
LibrariesWorkbookPage.libraries.remove.button=Remove
LibrariesWorkbookPage.libraries.addnew.button=Create Folder...
LibrariesWorkbookPage.libraries.addexisting.button=Add Folder...
LibrariesWorkbookPage.libraries.addjar.button=Add JARs...
LibrariesWorkbookPage.libraries.addextjar.button=Add External JAR...
LibrariesWorkbookPage.libraries.setsource.button=Attach Source...
LibrariesWorkbookPage.ExistingClassFolderDialog.title=Class Folder Selection
LibrariesWorkbookPage.ExistingClassFolderDialog.description=Choose class folders to be added to the build path.
LibrariesWorkbookPage.NewClassFolderDialog.title=New Class Folder
LibrariesWorkbookPage.NewClassFolderDialog.description=Enter a path relative to {0}
LibrariesWorkbookPage.JARArchiveDialog.title=JAR Selection
LibrariesWorkbookPage.JARArchiveDialog.description=Choose jar archives to be added to the build path.
LibrariesWorkbookPage.SourceAttachmentDialog.title=Attachments for {0}
LibrariesWorkbookPage.SourceAttachmentDialog.message=Select the source and documentation locations for this JAR
# ------- NewContainerDialog-------
NewContainerDialog.error.invalidpath={0}
NewContainerDialog.error.enterpath=
NewContainerDialog.error.pathexists=Folder already in list or output folder
# ------- SourceAttachmentBlock-------
SourceAttachmentBlock.filename.label=Sources JAR file:
SourceAttachmentBlock.filename.internal.button=Internal JAR...
SourceAttachmentBlock.filename.external.button=External JAR...
SourceAttachmentBlock.filename.error.notexists=File does not exist
SourceAttachmentBlock.filename.error.notvalid=File name is not valid
SourceAttachmentBlock.prefix.label=Package root:
SourceAttachmentBlock.prefix.button=Browse...
SourceAttachmentBlock.prefix.description=The package root path is prepended to the package name\nwhen looking up source files.
SourceAttachmentBlock.javadoc.label=Documentation folder:
SourceAttachmentBlock.javadoc.button=Browse...
SourceAttachmentBlock.javadoc.description=The JavaDoc location is an URL to the root the documentation\ngenerated with JavaDoc.\nIt should contain the files 'index.html' and 'package-list'.
SourceAttachmentBlock.javadoc.error.notafolder=No existing folder found for the JavaDoc location
SourceAttachmentBlock.javadoc.error.malformed=JavaDoc location is not a valid URL: {0}
SourceAttachmentBlock.javadoc.warning.filesnotfound=Files 'index.html' and 'package-list' not found in JavaDoc location
SourceAttachmentBlock.intjardialog.title=Sources JAR Selection
SourceAttachmentBlock.intjardialog.message=Select jar/zip file containing the source
SourceAttachmentBlock.prefixdialog.title=Prefix Selection
SourceAttachmentBlock.prefixdialog.message=Choose the package root
SourceAttachmentBlock.extjardialog.text=Select jar/zip file containing the source
SourceAttachmentBlock.jdocdialog.text=Select the folder containing the JavaDoc documentation
##############################################################
# Open Wizard Actions
##############################################################
AbstractOpenWizardAction.title=New
NewGroup.wizards_add=Ne&w
NewGroup.wizards_add_project.label=Java &Project...
NewGroup.wizards_add_project.description=Create a Java project
NewGroup.wizards_add_project.tooltip=Create a Java project
NewGroup.wizards_add_package.label=P&ackage...
NewGroup.wizards_add_package.description=Create a Java package
NewGroup.wizards_add_package.tooltip=Create a Java package
NewGroup.wizards_add_class.label=&Class...
NewGroup.wizards_add_class.description=Create a Java class
NewGroup.wizards_add_class.tooltip=Create a Java class
NewGroup.wizards_add_interface.label=&Interface...
NewGroup.wizards_add_interface.description=Create a Java interface
NewGroup.wizards_add_interface.tooltip=Create a Java interface
NewGroup.wizards_add_packageroot.label=&Source Folder...
NewGroup.wizards_add_packageroot.description=Create a Java source folder
NewGroup.wizards_add_packageroot.tooltip=Create a Java source folder
PackageViewer.open_typehierarchy.title=&Show in Type Hierarchy
PackageViewer.open_typehierarchy.description=Show type in the type hierarchy
# ------- Dialog Resources ------
ElementListSelectionDialog.error.listempty=No entries available
ElementListSelectionDialog.error.noselection=Select an entry
ElementTreeSelectionDialog.error.treeempty=No entries available
# ------- Code Manipulation Actions ------
AddUnimplementedMethodsAction.label=Add Unimplemented Methods
AddUnimplementedMethodsAction.tooltip=Add Unimplemented Methods
AddUnimplementedMethodsAction.description=Evaluate and add unimplemented methods
AddUnimplementedMethodsAction.NothingAddedDialog.title=Add Unimplemented Methods
AddUnimplementedMethodsAction.NothingAddedDialog.message=No unimplemented methods found for this type
AddUnimplementedMethodsAction.NotInWorkingCopyDialog.title=Add Unimplemented Methods
AddUnimplementedMethodsAction.NotInWorkingCopyDialog.message=Input Type removed in editor
AddUnimplementedMethodsOperation.description=Evaluate and add unimplemented methods
AddImportOnSelectionAction.label=Add I&mport@Ctrl+Shift+M
AddImportOnSelectionAction.tooltip=Create Import Statement On Selection
AddImportOnSelectionAction.description=Create Import Statement On Selection
AddImportOnSelectionAction.selectiondialog.title=Add Import
AddImportOnSelectionAction.selectiondialog.message=Choose element to generate an import statement for
AddImportsOperation.description=Add Import
OrganizeImportsAction.label=&Organize Imports@Ctrl+Shift+O
OrganizeImportsAction.tooltip=Evaluate all required imports and replace the current imports
OrganizeImportsAction.description=Evaluate all required imports and replace the current imports
OrganizeImportsAction.title=Organize Imports
OrganizeImportsAction.message=Evaluate all required imports
OrganizeImportsAction.compilationerrordialog.title=Organize imports
OrganizeImportsAction.compilationerrordialog.message=Syntax errors in compilation unit prevent correct evaluation\nof type references. Fix errors first
OrganizeImportsOperation.description=Organize Imports
OrganizeImportsOperation.dialog.title=Organize Imports
OrganizeImportsOperation.dialog.message=Choose type to import
OrganizeImportsOperation.dialog.pageinfo=Page {0} of {1}
AddGetterSetterAction.label=Generate Getter and Setter
AddGetterSetterAction.tooltip=Generate Getter and Setter
AddGetterSetterAction.description=Generate getter and setter for the member field
AddGetterSetterAction.NotInWorkingCopyDialog.title=Create Getter And Setter
AddGetterSetterAction.NotInWorkingCopyDialog.message=Input Type removed in editor
AddGetterSetterAction.GetterSetterAlreadyExistsDialog.title=Create Getter And Setter
AddGetterSetterAction.GetterSetterAlreadyExistsDialog.message=Getter and Setter already exist. Nothing added.
AddGetterSetterAction.SetterAlreadyExistsDialog.title=Create Getter And Setter
AddGetterSetterAction.SetterAlreadyExistsDialog.message=Setter already exists. No Setter added.
AddGetterSetterAction.GetterAlreadyExistsDialog.title=Create Getter And Setter
AddGetterSetterAction.GetterAlreadyExistsDialog.message=Getter already exists. No Getter added.
AddGetterSetterOperation.description=Generate Getter and Setter
AddMethodStubAction.label=Create Method
AddMethodStubAction.detailedlabel=Create in {0}
AddMethodStubAction.tooltip=Add method stub to type
AddMethodStubAction.description=Add method stub to type
AddMethodStubAction.NothingAddedDialog.title=Create Method
AddMethodStubAction.NothingAddedDialog.message=Method already exists
AddMethodStubAction.OverridesFinalDialog.title=Warning
AddMethodStubAction.OverridesFinalDialog.message=This will override the final method "{0}".\nOK to continue?
AddMethodStubAction.NotInWorkingCopyDialog.title=Create Method
AddMethodStubAction.NotInWorkingCopyDialog.message=Input type removed in editor
AddMethodStubOperation.description=Create Method
# Status Bar updater
StatusBarUpdater.num_elements_selected={0} items selected
# ------- Java Search related resources -------
group.search=&Search
Search.Error.search.title=Search Error
Search.Error.search.message=An error occurred during the search operation
Search.Error.setDescription.title=Search Error
Search.Error.setDescription.message=Can't save workspace description
Search.Error.javaElementAccess.title=Search Error
Search.Error.javaElementAccess.message=An error occurred while accessing a Java element
Search.Error.markerAttributeAccess.title=Search Error
Search.Error.markerAttributeAccess.message=An error occurred while accessing a marker attribute
Search.Error.createJavaElement.title=Search Error
Search.Error.createJavaElement.message=An error occurred while creating a Java element
Search.Error.openEditor.title=Search Error
Search.Error.openEditor.message=Could not open the editor
Search.Error.deleteMarkers.title=Search Error
Search.Error.deleteMarkers.message=An error occurred during deletion of search markers
SearchElementSelectionDialog.title=Search
SearchElementSelectionDialog.message=Select the element to search for.
SearchResultRenderer.removedResourceString=<removed resource>
SearchResultCollector.matches=matches
SearchResultCollector.done=Search done
SearchPage.searchFor.label=Search For
SearchPage.searchFor.type=Type
SearchPage.searchFor.method=Method
SearchPage.searchFor.field=Field
SearchPage.searchFor.package=Package
SearchPage.searchFor.constructor=Constructor
SearchPage.limitTo.label=Limit To
SearchPage.limitTo.declarations=Declarations
SearchPage.limitTo.implementors=Implementors
SearchPage.limitTo.references=References
SearchPage.limitTo.allOccurrences=All Occurrences
SearchPage.expression.label=Search Expression
SearchPage.expression.pattern=(? = any character, * = any string)
Search.FindDeclarationAction.label=&Declarations in Workspace
Search.FindDeclarationAction.tooltip=Search for declarations of the selected element in the workspace
Search.FindHierarchyDeclarationsAction.label=Declarations in &Hierarchy
Search.FindHierarchyDeclarationsAction.tooltip=Search for declarations of the selected element in the hierarchy
Search.FindImplementorsAction.label=&Implementors
Search.FindImplementorsAction.tooltip=Search for implementors of the selected interface
Search.FindReferencesAction.label=Re&ferences
Search.FindReferencesAction.tooltip=Search for references to the selected element
Search.GotoMarkerAction.label=Go to File
Search.GotoMarkerAction.tooltip=Go to File
JavaSearchOperation.declarationsPostfix=\ - {0} Declarations
JavaSearchOperation.referencesPostfix=\ - {0} References
JavaSearchOperation.implementorsPostfix=\ - {0} Implementors
JavaSearchOperation.occurrencesPostfix=\ - {0} Occurrences