blob: 3dea536eda0dc1cdc54b1e081b83a094b4a513fd [file] [log] [blame]
#########
## jdt.internal.ui
#########
JavaPlugin.internal_error=Internal Error
JavaElementProperties.name=Name
#########
## actions
#########
AbstractOpenWizardAction.title=New
AddWatchpointAction.errorTitle=Error Adding Watchpoint
AddGetterSetterAction.label=&Generate Getter and Setter
AddGetterSetterAction.description=Generate getter and setter for the member field
AddGetterSetterAction.tooltip=Generate getter and setter for the member field
AddGetterSetterAction.error.title=Create Getter and Setter
AddGetterSetterAction.error.actionfailed=Generating Getter and Setter failed.
AddGetterSetterAction.error.fieldNotExisting=The field \'{0}\' has been removed in the editor.
AddGetterSetterAction.QueryDialog.title=Create Getter and Setter
AddGetterSetterAction.SkipSetterForFinalDialog.message=Field \'{0}\' is final.\nOK to only create getter?
AddGetterSetterAction.SkipExistingDialog.message=Method \'{0}\' already exists.\nSkip creation?
AddGetterSetterAction.SkipExistingDialog.skip.label=&Skip
AddGetterSetterAction.SkipExistingDialog.replace.label=&Replace
AddGetterSetterAction.SkipExistingDialog.skipAll.label=Skip &All
AddMethodStubAction.label=Create Method
AddMethodStubAction.detailedlabel=&Create in \'{0}\'
AddMethodStubAction.description=Add method stub to type
AddMethodStubAction.tooltip=Add Method Stub to Type
AddMethodStubAction.error.title=Add Method Stub Failed
AddMethodStubAction.error.type_removed_in_editor=Input type removed in editor
AddMethodStubAction.QueryDialog.title=Create Method Stub
AddMethodStubAction.OverridesFinalDialog.message=This will override the final method \'{0}\' from \'{1}\'\nOK to continue?
AddMethodStubAction.OverridesPrivateDialog.message=This will override the private method \'{0}\' from \'{1}\'\nOK to continue?
AddMethodStubAction.ReplaceExistingDialog.message=This will replace the existing method \'{0}\'.\nOK to continue?
AddUnimplementedMethodsAction.label=Add &Unimplemented Methods
AddUnimplementedMethodsAction.description=Evaluate and add unimplemented methods
AddUnimplementedMethodsAction.tooltip=Add Unimplemented Methods
AddUnimplementedMethodsAction.error.title=Add Unimplemented Methods
AddUnimplementedMethodsAction.error.nothing_found=No unimplemented methods found for this type.
AddUnimplementedMethodsAction.error.type_removed_in_editor=Input type removed in editor.
OpenHierarchyPerspectiveItem.menulabel=Open Type &Hierarchy
OpenImportDeclarationAction.errorMessage=Cannot open resource
OpenImportDeclarationAction.errorTitle=Error On Open
OpenImportDeclarationAction.label=&Open
OpenImportDeclarationAction.description=Open the Selected Element in the Editor\t
OpenImportDeclarationAction.tooltip=Open the selected element in the editor
OpenSourceReferenceAction.description=Open the selected element
OpenSourceReferenceAction.errorMessage=Cannot open element:
OpenSourceReferenceAction.errorTitle=Problems while Opening Element
OpenSourceReferenceAction.label=&Open
OpenSourceReferenceAction.tooltip=Open the selected element
OpenTypeAction.description=Open a type in the editor
OpenTypeAction.dialogMessage=&Choose a type (? = any character, * = any string):
OpenTypeAction.dialogTitle=Open Type
OpenTypeAction.errorMessage=An exception occurred while opening the type.
OpenTypeAction.errorTitle=Open Type
OpenTypeAction.label=Open Type...@Ctrl+Shift+T
OpenTypeAction.tooltip=Open a Type
ShowInPackageViewAction.description=Show the selected element in Packages view
ShowInPackageViewAction.errorMessage=Internal error. Please see log for details
ShowInPackageViewAction.errorTitle=Show In Packages View
ShowInPackageViewAction.label=Show in &Packages View
ShowInPackageViewAction.tooltip=Show in Packages View
ShowTypeHierarchyAction.label=&Show in Type Hierarchy
ShowTypeHierarchyAction.tooltip=Show in Type Hierarchy
ShowTypeHierarchyAction.description=Show the type hierarchy of the selected type
ShowTypeHierarchyAction.selectiondialog.title=Show In Type Hierarchy
ShowTypeHierarchyAction.selectiondialog.message=&Select the type to be shown in Type Hierarchy view:
ShowTypeHierarchyAction.error.title=Problems Opening Type Hierarchy
#######
## dialogs
#######
ElementTreeSelectionDialog.nothing_available=No entries available
MultiElementListSelectionDialog.pageInfoMessage=Page {0} of {1}
MultiTypeSelectionDialog.dialogMessage=Could not uniquely map the type name to a type.
MultiTypeSelectionDialog.dialogTitle=Select Type
MultiTypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
MultiTypeSelectionDialog.errorTitle=Select Type
OpenTypeSelectionDialog.checkboxtext=&Show in Type Hierarchy
TypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
TypeSelectionDialog.errorTitle=Select Type
TypeSelectionDialog.lowerLabel=In &packages:
TypeSelectionDialog.upperLabel=&Matching types:
TypeSelectionDialog.notypes.title=Type Selection
TypeSelectionDialog.notypes.message=No types available.
######
## dnd
######
LocalSelectionTransfer.errorMessage=Received wrong transfer data.
###########
## preferences
###########
BuildPathsPropertyPage.error.message=An error occurred while setting the build path
BuildPathsPropertyPage.error.title=Error Setting Build Path
BuildPathsPropertyPage.no_java_project.message=Not a Java project.
BuildPathsPropertyPage.closed_project.message=Java information is not available for a closed project.
ClasspathVariablesPreferencePage.description=A classpath variable can be added to a project\'s class path. It can be used to define the location of a JAR file that isn\'t part of the workspace. The reserved class path variables JRE_LIB, JRE_SRC, JRE_SRCROOT are set internally depending on the JRE setting.
ImportOrganizePreferencePage.description=Preferences used by the Organize Imports action.
ImportOrganizePreferencePage.errorMessage=Not a valid package name
ImportOrganizePreferencePage.listLabel=Define the &sorting order of import statements. A package name prefix (e.g. org.eclipse)\nis a valid entry.
ImportOrganizePreferencePage.message=&Package name or package name prefix:
ImportOrganizePreferencePage.thresholdMessage=Number of &qualified imports before .* is used (e.g. org.eclipse.*):
ImportOrganizePreferencePage.title=Import Order Entry
JavaBasePreferencePage.description=General settings for Java.
JavaBasePreferencePage.inPerspective=the &Hierarchy Perspective
JavaBasePreferencePage.inView=the &Type Hierarchy View
JavaBasePreferencePage.linkPackageView=&Link Packages view selection to active editor
JavaBasePreferencePage.linkTypeHierarchy=Lin&k Type Hierarchy view selection to active editor
JavaBasePreferencePage.dblClick=A&ction on double-clicking in Packages view on container is \'Go Into\'
JavaBasePreferencePage.folders=&Use \'src\' and \'bin\' folders as default in new Java projects
JavaBasePreferencePage.openTypeHierarchy=Open a new type hierarchy inside
JavaEditorPreferencePage.description=Java Editor Settings.
JavaEditorPreferencePage.font=Text Font:
JavaElementInfoPage.binary=binary
JavaElementInfoPage.classpath_entry_kind=Classpath entry kind:
JavaElementInfoPage.library=library
JavaElementInfoPage.nameLabel=Name:
JavaElementInfoPage.not_present=not present
JavaElementInfoPage.package=Package:
JavaElementInfoPage.package_contents=Package contents:
JavaElementInfoPage.project=project
JavaElementInfoPage.resource_path=Resource path:
JavaElementInfoPage.source=source
JavaElementInfoPage.variable=variable
JavaElementInfoPage.variable_path=Variable path:
MinMaxIntegerEditor.error.too_small=Value must not be smaller than {0}.
MinMaxIntegerEditor.error.too_large=Value must not be greater than {0}.
SourceAttachmentPropertyPage.error.title=Error Attaching Source
SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.
CodeFormatterPreferencePage.description=Options for the Java Code Formatter.
CodeFormatterPreferencePage.empty_input=Empty input
CodeFormatterPreferencePage.invalid_input=\'{0}\' is not a valid input.
CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert new line before opening brace
CodeFormatterPreferencePage.newline_control_statement.label=Insert new &line in control statement
CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
CodeFormatterPreferencePage.newline_else_if.label=&Keep else if on the same line
CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
CodeFormatterPreferencePage.split_line.label=Ma&ximum line length:
CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
CodeFormatterPreferencePage.tab_char.label=Indentation is represented by &tab
CodeFormatterPreferencePage.tab_size.label=&Amount of spaces representing a tab:
CodeFormatterPreferencePage.tab.newline.tabtitle=New Lines
CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line Splitting
CodeFormatterPreferencePage.tab.style.tabtitle=Style
CompilerPreferencePage.description=Options for the Java compiler.\nNote that a full rebuild is required to make changes effective.
CompilerPreferencePage.generation.tabtitle=&Classfile Generation
CompilerPreferencePage.warnings.tabtitle=&Errors and Warnings
CompilerPreferencePage.variable_attr.label=Add &variable attributes to generated class files (used by the debugger)
CompilerPreferencePage.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
CompilerPreferencePage.source_file_attr.label=Add &source file name to generated class file (used by the debugger)
CompilerPreferencePage.codegen_unused_local.label=Preserve &unused local variables (i.e. never read)
CompilerPreferencePage.codegen_targetplatform.label=Generate .class files &backward compatible with:
CompilerPreferencePage.source_compatibility.label=Source is compatible with:
CompilerPreferencePage.pb_unreachable_code.label=&Unreachable code:
CompilerPreferencePage.pb_invalid_import.label=Unresol&vable import statements:
CompilerPreferencePage.pb_overriding_pkg_dflt.label=&Methods overridden but not visible as package visible:
CompilerPreferencePage.pb_method_naming.label=Me&thods with a constructor name:
CompilerPreferencePage.pb_deprecation.label=Usage of de&precated API:
CompilerPreferencePage.pb_hidden_catchblock.label=&Hidden catch blocks:
CompilerPreferencePage.pb_unused_local.label=Unused &local variables (i.e. never read) :
CompilerPreferencePage.pb_unused_parameter.label=U&nused parameters (i.e. never read) :
CompilerPreferencePage.pb_synth_access_emul.label=A&ccess to a non-accessible member of an enclosing type:
CompilerPreferencePage.pb_non_externalized_strings.label=Non-e&xternalized strings:
CompilerPreferencePage.pb_assert_as_identifier.label=&Report \'assert\' as identifier:
CompilerPreferencePage.error=Error
CompilerPreferencePage.warning=Warning
CompilerPreferencePage.ignore=Ignore
CompilerPreferencePage.jvm11=JVM 1.1
CompilerPreferencePage.jvm12=JVM 1.2
CompilerPreferencePage.jvm13=JVM 1.3
CompilerPreferencePage.jvm14=JVM 1.4
CompilerPreferencePage.version13=JDK 1.3
CompilerPreferencePage.version14=JDK 1.4
JavaDebugPreferencePage.description=Options for Java debugging
JavaDebugPreferencePage.hex=Display hexidecimal values (byte, short, char, int, long)
JavaDebugPreferencePage.char=Display ASCII character values (byte, short, int, long)
JavaDebugPreferencePage.unsigned=Display unsigned values (byte)
JavaDebugPreferencePage.primitivePrefs=Primitive type display options
###########
## viewsupport
###########
JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type
JavaTextLabelProvider.default_package=(default package)
JavaTextLabelProvider.import_declarations=import declarations
JavaTextLabelProvider.initializer=\{...\}
StatusBarUpdater.num_elements_selected={0} items selected
#########
## jdt.ui
#########
JavaElementContentProvider.errorMessage=Child not present
#########
## util
#########
OpenTypeHierarchyHelper.error.open_view=Problems opening Type Hierarchy View
OpenTypeHierarchyHelper.error.open_perspective=Problems opening Type Hierarchy Perspective
OpenTypeHierarchyHelper.error.open_editor=Problems opening Java Editor
OpenTypeHierarchyHelper.selectionDialog.title=Open In Type Hierarchy
OpenTypeHierarchyHelper.selectionDialog.message=&Select the type to be shown as Type Hierarchy:
TypeRefLabelProvider.default_package=(default package)