#########
## jdt.internal.ui
#########

JavaPlugin.internal_error=Internal Error
JavaElementProperties.name=Name

#########
## actions
#########
AddWatchpointAction.errorTitle=Error Adding Watchpoint

AddGetterSetterAction.label=&Create Getter and Setter
AddGetterSetterAction.description=Create getter and setter methods for the field
AddGetterSetterAction.tooltip=Create Getter and Setter Methods for the Field

AddGetterSetterAction.error.title=Generate Getter and Setter
AddGetterSetterAction.error.actionfailed=Generate Getter and Setter Failed.
AddGetterSetterAction.error.fieldNotExisting=The field ''{0}'' has been removed in the editor.

AddGetterSetterAction.QueryDialog.title=Generate 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.detailed.implement=&Implement in ''{0}''
AddMethodStubAction.detailed.override=&Override 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 has been 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?

AddJavaDocStubAction.label=Add &PHPDoc Comment
AddJavaDocStubAction.description=Add a PHPDoc comment stub to the member element
AddJavaDocStubAction.tooltip=Add a PHPDoc comment stub to the member element

AddJavaDocStubsAction.error.dialogTitle=Add PHPDoc Comment
AddJavaDocStubsAction.error.noWorkingCopy=Could not find working copy.
AddJavaDocStubsAction.error.memberNotExisting=Member has been removed in editor.
AddJavaDocStubsAction.error.actionFailed=Error while adding PHPDoc comment

AddUnimplementedMethodsAction.label=&Override Methods...
AddUnimplementedMethodsAction.description=Override Methods from super types.
AddUnimplementedMethodsAction.tooltip=Override Methods

AddUnimplementedMethodsAction.error.title=Override Methods
AddUnimplementedMethodsAction.error.nothing_found=No methods to override found for this type.
AddUnimplementedMethodsAction.error.type_removed_in_editor=Input type has been removed in editor.

AddUnimplementedConstructorsAction.label=Add &Constructors from Superclass
AddUnimplementedConstructorsAction.description=Evaluate and add constructors from superclass
AddUnimplementedConstructorsAction.tooltip=Add Constructors from Superclass

AddUnimplementedConstructorsAction.error.title=Add Constructors from Superclass
AddUnimplementedConstructorsAction.error.nothing_found=No unimplemented constructors found.
AddUnimplementedConstructorsAction.error.type_removed_in_editor=Input type has been 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

OpenJavaElementAction.description=Open the selected element
OpenJavaElementAction.tooltip=Open the Selected Element
OpenJavaElementAction.errorMessage=Cannot open element:
OpenJavaElementAction.errorTitle=Problems while Opening Element
OpenJavaElementAction.label=&Open

OpenTypeAction.description=Open a type in the editor
OpenTypeAction.tooltip=Open a Type
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

OpenSuperImplementationAction.label=Open S&uper Implementation
OpenSuperImplementationAction.description=Open the Implementation in the Super Type
OpenSuperImplementationAction.tooltip=Open the Implementation in the Super Type
OpenSuperImplementationAction.error.title=Open Super Implementation
OpenSuperImplementationAction.error.message=Opening failed. Check log for details.

ShowInPackageViewAction.label=Show in &Package Explorer
ShowInPackageViewAction.description=Show the selected element in Package Explorer
ShowInPackageViewAction.tooltip=Show in Package Explorer
ShowInPackageViewAction.error.title=Show In Package Explorer
ShowInPackageViewAction.error.message=Internal error. Please see log for details.

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 the Type Hierarchy view:

ShowTypeHierarchyAction.error.title=Problems Opening Type Hierarchy


#######
## dialogs
#######

ElementTreeSelectionDialog.nothing_available=No entries available.

CheckedTreeSelectionDialog.nothing_available=No entries available.
CheckedTreeSelectionDialog.select_all=Select &All
CheckedTreeSelectionDialog.deselect_all=&Deselect All

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
MultiTypeSelectionDialog.error2Message=Unexpected exception. See log for details.
MultiTypeSelectionDialog.error2Title=Exception

TypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
TypeSelectionDialog.errorTitle=Select Type
TypeSelectionDialog.lowerLabel=&Qualifier:
TypeSelectionDialog.upperLabel=&Matching types:
TypeSelectionDialog.notypes.title=Type Selection
TypeSelectionDialog.notypes.message=No types available.
TypeSelectionDialog.error2Message=Unexpected exception. See log for details.
TypeSelectionDialog.error2Title=Exception
TypeSelectionDialog.error3Message=Unexpected exception. See log for details.
TypeSelectionDialog.error3Title=Exception

ExceptionDialog.seeErrorLogMessage= See error log for more details.

MainTypeSelectionDialog.errorTitle=Error
MultiMainTypeSelectionDialog.errorTitle=Error

######
## 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.order.label=Define the &sorting order of import statements. A package name prefix (e.g. org.eclipse) is a valid entry.

ImportOrganizePreferencePage.order.add.button=&New..
ImportOrganizePreferencePage.order.edit.button=&Edit...
ImportOrganizePreferencePage.order.up.button=&Up
ImportOrganizePreferencePage.order.down.button=Do&wn
ImportOrganizePreferencePage.order.remove.button=&Remove
ImportOrganizePreferencePage.order.load.button=&Load...
ImportOrganizePreferencePage.order.save.button=Sa&ve...
ImportOrganizePreferencePage.ignoreLowerCase.label=Do not create imports for &types starting with a lowercase letter

ImportOrganizePreferencePage.threshold.label=Number of &qualified imports before .* is used (e.g. org.eclipse.*):
ImportOrganizePreferencePage.error.invalidthreshold=Invalid import number.

ImportOrganizePreferencePage.loadDialog.title=Load Import Order from File
ImportOrganizePreferencePage.loadDialog.error.title=Load Import Order
ImportOrganizePreferencePage.loadDialog.error.message=Loading failed. Not a valid import order file.

ImportOrganizePreferencePage.saveDialog.title=Save Import Order to File
ImportOrganizePreferencePage.saveDialog.error.title=Save Import Order
ImportOrganizePreferencePage.saveDialog.error.message=Writing import order file failed.


ImportOrganizeInputDialog.title=Import Order Entry
ImportOrganizeInputDialog.message=&Package name or package name prefix:
ImportOrganizeInputDialog.browse.button=&Browse...
ImportOrganizeInputDialog.ChoosePackageDialog.title=Package Selection
ImportOrganizeInputDialog.ChoosePackageDialog.description=Choose package name or package prefix:
ImportOrganizeInputDialog.ChoosePackageDialog.empty=No packages available.
ImportOrganizeInputDialog.error.enterName=Enter a package name.
ImportOrganizeInputDialog.error.invalidName=Not a valid package name. {0}
ImportOrganizeInputDialog.error.entryExists=Package name already exists in list.

JavaBasePreferencePage.description=General settings for Java development:

JavaBasePreferencePage.linkPackageView= L&ink Package Explorer selection to active editor
JavaBasePreferencePage.dblClick=A&ction on double-clicking in Package Explorer on container is  'Go Into'
JavaBasePreferencePage.cuChildren=S&how members in Package Explorer

JavaBasePreferencePage.updateJavaViews=Update Java views:
JavaBasePreferencePage.onSave=On &save only
JavaBasePreferencePage.whileEditing=While &editing
JavaBasePreferencePage.notice.outliner=Note: This preference is not applied to already opened views (Outline view is always updated while editing)

JavaBasePreferencePage.typeHierarchySettings=Type Hierarchy settings
JavaBasePreferencePage.linkTypeHierarchy=Lin&k Type Hierarchy view selection to active editor
JavaBasePreferencePage.openTypeHierarchy=When opening a Type Hierarchy:
JavaBasePreferencePage.inPerspective=Open a new Type Hierarchy &Perspective
JavaBasePreferencePage.inView=Show the &Type Hierarchy View in the current perspective
JavaBasePreferencePage.doubleclick.action=Action on double click in the Package Explorer:
JavaBasePreferencePage.doubleclick.gointo=&Go into the selected element
JavaBasePreferencePage.doubleclick.expand=E&xpand the selected element

JavaBasePreferencePage.linkSettings.text=Link settings:
JavaBasePreferencePage.linkJavaBrowsingViewsCheckbox.text=&Link Java Browsing views selection to active editor


NewJavaProjectPreferencePage.description=Specify the classpath entries used as default by the New Java Project creation wizard:

NewJavaProjectPreferencePage.sourcefolder.label=As source and output location use:
NewJavaProjectPreferencePage.sourcefolder.project=&Project
NewJavaProjectPreferencePage.sourcefolder.folder=&Folders
NewJavaProjectPreferencePage.folders.src=&Source folder name:
NewJavaProjectPreferencePage.folders.bin=&Output location name:

NewJavaProjectPreferencePage.jrelibrary.label=As &JRE library use:
NewJavaProjectPreferencePage.jre_variable.description=JRE_LIB variable
NewJavaProjectPreferencePage.jre_container.description=JRE container

NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}

NewJavaProjectPreferencePage.error.decode=Error while decoding JRE entry

PHPEditorPreferencePage.updatesOnNextChangeIinEditor.label=Note: Updates on next change in the editor
PHPEditorPreferencePage.annotationsTab.title= Annotation&s
PHPEditorPreferencePage.showQuickFixables=&Indicate problems solvable with Quick Fix in vertical ruler
PHPEditorPreferencePage.description=PHP Editor settings:
PHPEditorPreferencePage.font=Text Font:
PHPEditorPreferencePage.multiLineComment=Multi-line comment
PHPEditorPreferencePage.singleLineComment=Single-line comment
PHPEditorPreferencePage.tags=PHP tags
PHPEditorPreferencePage.keywords=Keywords
PHPEditorPreferencePage.functionNames=Predefined function names
PHPEditorPreferencePage.variables=Variables
PHPEditorPreferencePage.constants=Constants
PHPEditorPreferencePage.types=Types
PHPEditorPreferencePage.strings=Strings
PHPEditorPreferencePage.others=Others
PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
PHPEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
PHPEditorPreferencePage.phpDocLinks=PHPDoc links
PHPEditorPreferencePage.phpDocOthers=PHPDoc others
PHPEditorPreferencePage.backgroundColor=Background color
PHPEditorPreferencePage.systemDefault=S&ystem Default
PHPEditorPreferencePage.custom=C&ustom:
PHPEditorPreferencePage.foreground=Fo&reground:
PHPEditorPreferencePage.color=C&olor:
PHPEditorPreferencePage.bold=&Bold
PHPEditorPreferencePage.preview=Preview:
PHPEditorPreferencePage.textFont=Text &font:
PHPEditorPreferencePage.displayedTabWidth=Displayed &tab width:
PHPEditorPreferencePage.insertSpaceForTabs=Ins&ert space for tabs (see Code Formatter preference page)
PHPEditorPreferencePage.showOverviewRuler=Show overview &ruler
PHPEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
PHPEditorPreferencePage.matchingBracketsHighlightColor=Matching &brackets highlight color:
PHPEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
PHPEditorPreferencePage.currentLineHighlightColor=Current &line highlight color:
PHPEditorPreferencePage.showPrintMargin=Sho&w print margin
PHPEditorPreferencePage.printMarginColor=Print m&argin color:
PHPEditorPreferencePage.printMarginColumn=Print margin col&umn:
PHPEditorPreferencePage.findScopeColor=F&ind Scope Color:
PHPEditorPreferencePage.linkedPositionColor=Lin&ked Position Color:
PHPEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
PHPEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=Show only proposals &visible in the invocation context
PHPEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
PHPEditorPreferencePage.enableAutoActivation=&Enable auto activation
PHPEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add &import instead of qualified name
PHPEditorPreferencePage.insertCompletion=&Insert completion
PHPEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
PHPEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
PHPEditorPreferencePage.autoActivationDelay=Auto activation dela&y:
PHPEditorPreferencePage.autoActivationTriggersForPHP=Auto activation &triggers for PHP:
PHPEditorPreferencePage.autoActivationTriggersForPHPDoc=Auto activation triggers for &PHPDoc:
PHPEditorPreferencePage.autoActivationTriggersForHTML=Auto activation triggers for &HTML:
PHPEditorPreferencePage.backgroundForCompletionProposals=&Background for completion proposals:
PHPEditorPreferencePage.foregroundForCompletionProposals=&Foreground for completion proposals:
PHPEditorPreferencePage.backgroundForMethodParameters=Bac&kground for method parameters:
PHPEditorPreferencePage.foregroundForMethodParameters=Fo&reground for method parameters:
PHPEditorPreferencePage.backgroundForCompletionReplacement=Back&ground for completion replacement:
PHPEditorPreferencePage.foregroundForCompletionReplacement=Foregr&ound for completion replacement:
PHPEditorPreferencePage.general=Appeara&nce
PHPEditorPreferencePage.colors=Synta&x
PHPEditorPreferencePage.codeAssist=Code A&ssist
PHPEditorPreferencePage.change=C&hange...
PHPEditorPreferencePage.empty_input=Empty input
PHPEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
PHPEditorPreferencePage.showLineNumbers=Show lin&e numbers
PHPEditorPreferencePage.lineNumberColor=Line number foreground color:
PHPEditorPreferencePage.lineNumberForegroundColor=Line number foreground
PHPEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
PHPEditorPreferencePage.currentLineHighlighColor=Current line highlight
PHPEditorPreferencePage.printMarginColor2=Print margin
PHPEditorPreferencePage.findScopeColor2=Find scope
PHPEditorPreferencePage.linkedPositionColor2=Linked position
PHPEditorPreferencePage.linkColor2=Link
PHPEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection on cursor move (editor must be reopened)
PHPEditorPreferencePage.appearanceOptions=Appearance co&lor options:
PHPEditorPreferencePage.behaviourTab.title=Be&havior
PHPEditorPreferencePage.closeStringsPHP=Automatically close str&ings in PHP mode
PHPEditorPreferencePage.closeBracketsPHP=Automatically close &brackets and parenthesis in PHP mode
PHPEditorPreferencePage.closeBraces=Automatically close bra&ces
PHPEditorPreferencePage.closePHPDocs=Automatically close PHP&Docs and comments
PHPEditorPreferencePage.wrapStrings=Smart PHP stri&ng wrapping
PHPEditorPreferencePage.addPHPDocTags=Automatically add PHPDoc &tags
PHPEditorPreferencePage.formatPHPDocs=Automatically format &PHPDocs and multi-line comments
PHPEditorPreferencePage.smartPaste= Sma&rt pasting for correct indentation
PHPEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
PHPEditorPreferencePage.closeStringsHTML=Automatically close str&ings in HTML mode
PHPEditorPreferencePage.closeBracketsHTML=Automatically close &brackets and parenthesis in HTML mode

PHPEditorPreferencePage.hoverTab.title= Ho&vers


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:
JavaElementInfoPage.location=Location:

JavadocConfigurationPropertyPage.IsPackageFragmentRoot.description=Specify the location (URL) of the documentation generated by PHPDoc. The Javadoc location will contain a file called 'package-list'. For example: \'http://www.sample-url.org/doc/\'
JavadocConfigurationPropertyPage.IsIncorrectElement.description=PHPDoc location can only be attached to JAR files in projects or Java projects
JavadocConfigurationPropertyPage.IsJavaProject.description=Specify the location (URL) of the project\'s PHPDoc documentation. This location is used by the PHPDoc export wizard as default value and by the \'Open External PHPDoc\' action. For example: \'file://c:/myworkspace/myproject/doc/\'.

JavadocConfigurationBlock.location.label=PHPDoc &Location:
JavadocConfigurationBlock.location.button=Bro&wse...

JavadocConfigurationBlock.error.invalidurl=Not a valid URL: {0}
JavadocConfigurationBlock.error.notafolder=Location does not exist.
JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.

JavadocConfigurationBlock.javadocLocationDialog.label=PHPDoc Location Selection
JavadocConfigurationBlock.javadocLocationDialog.message=&Select PHPDoc location:

JavadocConfigurationBlock.MalformedURL.error=Invalid URL

JavadocConfigurationBlock.ValidateButton.label=&Validate...
JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
JavadocConfigurationBlock.MessageDialog.title=Validating PHPDoc Location
JavadocConfigurationBlock.EmptyJavadocLocation.warning=Enter a javadoc location

JavadocPreferencePage.description=Specify the location of the PHPDoc command to be used by the PHPDoc export wizard. Location must be an absolute path.
JavadocPreferencePage.command.label=&PHPDoc command:
JavadocPreferencePage.command.button=Bro&wse...

JavadocPreferencePage.error.notexists=PHPDoc command does not exist

JavadocPreferencePage.browsedialog.title=PHPDoc Command Selection

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.
SourceAttachmentPropertyPage.containerentry.message=JAR belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page (For example for JREs go to ''Installed JREs'' page in the preferences).

AppearancePreferencePage.description= Appearance of Java elements in viewers:
AppearancePreferencePage.methodreturntype.label= Show &method return types
AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
AppearancePreferencePage.pkgNamePatternEnable.label= &Compress package name segments (except for the last one)
AppearancePreferencePage.pkgNamePattern.label= Com&pression pattern (e.g. given package name 'net.sourceforge.phpdt' pattern '.' will compress it to '..jdt',  '0' to 'jdt', '1~.' to 'o~.e~.jdt'):

AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=Note: This preference will only take effect on new perspectives
AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern

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 a new line before an opening brace
CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
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 a &tab
CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing a tab:

CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line S&plitting
CodeFormatterPreferencePage.tab.style.tabtitle=St&yle

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.compliance.tabtitle=&JDK Compliance
CompilerPreferencePage.others.tabtitle=&Other

CompilerPreferencePage.warnings.description=Select the severity level for the following problems:

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.compiler_compliance.label=&Compiler compliance level:
CompilerPreferencePage.default_settings.label=&Use default compliance settings
CompilerPreferencePage.source_compatibility.label=&Source compatibility:
CompilerPreferencePage.codegen_targetplatform.label=Ge&nerated .class files compatibility:
CompilerPreferencePage.pb_assert_as_identifier.label=&Report 'assert' as identifier:

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 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_imports.label=Unu&sed includes:
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_max_per_unit.label=Maximum number of problems &reported per compilation unit:

CompilerPreferencePage.resource_filter.description=Enter resources and resource types that should not be copied to the output folder during a build. List is comma separated (e.g. '*.doc, plugin.xml, scripts/')
CompilerPreferencePage.resource_filter.label=Filtered &Resources:
CompilerPreferencePage.build_invalid_classpath.label=Stop &building when an invalid classpath is detected

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.version11=1.1
CompilerPreferencePage.version12=1.2
CompilerPreferencePage.version13=1.3
CompilerPreferencePage.version14=1.4

CompilerPreferencePage.needsbuild.title=Compiler Settings Changed
CompilerPreferencePage.needsbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?

CompilerPreferencePage.builderror.title=Compiler Settings
CompilerPreferencePage.builderror.message=Problem while building. Check log for details.

CompilerPreferencePage.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
CompilerPreferencePage.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
CompilerPreferencePage.src14asrterr.error=With 1.4 source compatibility, 'assert' can not be an identifier.
CompilerPreferencePage.src14tgt14.error=With 1.4 source compatibility, the classfile compatibility must be 1.4

CompilerPreferencePage.empty_input=Number of problems can not be empty.
CompilerPreferencePage.invalid_input={0} is not a valid number of problems.

CompilerPreferencePage.filter.invalidsegment.error=Filter is invalid: {0}

CodeGenerationPreferencePage.description=Options for Code Generation:

CodeGenerationPreferencePage.gettersetter.label=Getter and Setter Creation:
CodeGenerationPreferencePage.gettersetter.prefix.checkbox=Remove &prefix from field names
CodeGenerationPreferencePage.gettersetter.prefix.list=P&refix list (comma separated):
CodeGenerationPreferencePage.gettersetter.suffix.checkbox=Remove &suffix from field names
CodeGenerationPreferencePage.gettersetter.suffix.list=S&uffix list (comma separated):

CodeGenerationPreferencePage.comments.label=Comments Creation:
CodeGenerationPreferencePage.javadoc_comment.label=Create &PHPDoc comments for methods and types (template 'typecomment')
CodeGenerationPreferencePage.see_comment.label=Create &non-PHPDoc comments for overridden methods
CodeGenerationPreferencePage.file_comment.label=Create &file comments for new files (template 'filecomment')

CodeGenerationPreferencePage.gettersetter.error.emptyprefix=Prefix strings can not contain an empty entry.
CodeGenerationPreferencePage.gettersetter.error.emptysuffix=Suffix strings can not contain an empty entry.
CodeGenerationPreferencePage.gettersetter.error.invalidprefix={0} is not a valid prefix.
CodeGenerationPreferencePage.gettersetter.error.invalidsuffix={0} is not a valid suffix.

###########
## viewsupport
###########
JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type

JavaTextLabelProvider.default_package=(default package)
JavaTextLabelProvider.import_declarations=include declarations
JavaTextLabelProvider.initializer=\{...\}

JavaElementLabels.default_package=(default package) 
JavaElementLabels.import_container=include declarations
JavaElementLabels.initializer=\{...\}
JavaElementLabels.concat_string=\ -\ 
JavaElementLabels.comma_string=,\ 
JavaElementLabels.declseparator_string=\ :\ 

StatusBarUpdater.num_elements_selected={0} items selected
StatusBarUpdater.twopart={0} - {1}
StatusBarUpdater.threepart={0} - {1} - {2}


#########
## jdt.ui
#########
JavaElementContentProvider.errorMessage=Child not present

#########
## util
#########

OpenTypeHierarchyUtil.error.open_view=Problems opening Type Hierarchy View
OpenTypeHierarchyUtil.error.open_perspective=Problems opening Type Hierarchy Perspective
OpenTypeHierarchyUtil.error.open_editor=Problems opening Java Editor
OpenTypeHierarchyUtil.error.no_perspective=Type Hierarchy perspective not found
OpenTypeHierarchyUtil.selectionDialog.title=Open In Type Hierarchy
OpenTypeHierarchyUtil.selectionDialog.message=&Select the type to be shown in the Type Hierarchy:

TypeInfoLabelProvider.default_package=(default package)
TypeInfoLabelProvider.dash=\ - 

JavaUIHelp.link.label=PHPDoc for {0}

#########
# DnD
#########
ResourceTransferDragAdapter.cannot_delete_resource=Cannot delete resources
ResourceTransferDragAdapter.moving_resource=Moving Resources via DND
ResourceTransferDragAdapter.cannot_delete_files=Cannot delete the following file(s)

#########
# Spelling
#########

Spelling.dictionary.file.extension=dictionary
Spelling.error.label=The word ''{0}'' is not correctly spelled
Spelling.correct.label=Change to ''{0}''
Spelling.add.info=Adds the word ''{0}'' to the dictionary
Spelling.add.label=Add ''{0}'' to dictionary
Spelling.ignore.info=Always ignores ''{0}'' during the current session
Spelling.ignore.label=Always ignore ''{0}''
Spelling.case.label=Change to upper case
Spelling.error.case.label= The word ''{0}'' should have an initial upper case letter

#########
# misc
#########

AddImportOnSelectionAction.error.message=AddImportOnSelectionAction: Failed to resolve TypeRef: {0}

CompilationUnitDocumentProvider.problemsCreatingBuffer=Problems creating buffer

_ClassFileDocumentProvider.problemsCreatingBuffer=Problems creating buffer

NewMethodCompletionProposal.method=Method {0}

JavaAnnotationHover.multipleMarkersAtThisLine=Multiple markers at this line
JavaTextHover.createTextHover=Could not create java text hover

HTMLTextPresenter.ellipsis=
HTML2TextReader.dash=- 

JavaEditor.codeassist.noCompletions=No completions available.

OptionalMessageDialog.dontShowAgain= Don't show this message again