NewJavaProjectPreferencePage.error.decode=Error while decoding JRE entry
PHPEditorPreferencePage.updatesOnNextChangeIinEditor.label=Note: Updates on next change in the editor
-PHPEditorPreferencePage.problemIndicationTab.title=Problem Indi&cation
+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
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 'org.eclipse.jdt' pattern '.' will compress it to '..jdt', '0' to 'jdt', '1~.' to 'o~.e~.jdt'):
+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.description=Options for the PHP Code Formatter:
CodeFormatterPreferencePage.empty_input=Empty input
CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
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 imports:
+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:
JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type
JavaTextLabelProvider.default_package=(default package)
-JavaTextLabelProvider.import_declarations=import declarations
+JavaTextLabelProvider.import_declarations=include declarations
JavaTextLabelProvider.initializer=\{...\}
-JavaElementLabels.default_package=(default package)
-JavaElementLabels.import_container=import declarations
+JavaElementLabels.default_package=(default package)
+JavaElementLabels.import_container=include declarations
JavaElementLabels.initializer=\{...\}
JavaElementLabels.concat_string=\ -\
JavaElementLabels.comma_string=,\
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
#########