1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / PHPUIMessages.properties
index 7167fc6..e1e7d3f 100644 (file)
@@ -236,13 +236,18 @@ NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder
 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
+PHPEditorPreferencePage.constants=Constants
+PHPEditorPreferencePage.types=Types
 PHPEditorPreferencePage.strings=Strings
 PHPEditorPreferencePage.others=Others
 PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
@@ -280,6 +285,7 @@ PHPEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argum
 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:
@@ -292,9 +298,7 @@ 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
@@ -304,15 +308,18 @@ 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.closeStrings=Automatically close str&ings
-PHPEditorPreferencePage.closeBrackets=Automatically close &brackets and parenthesis
+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.closeJavaDocs=Automatically close Java&Docs and comments
-PHPEditorPreferencePage.wrapStrings=Smart Java stri&ng wrapping
-PHPEditorPreferencePage.addJavaDocTags=Automatically add JavaDoc &tags
-PHPEditorPreferencePage.formatJavaDocs=Automatically format &JavaDocs and multi-line comments
+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
 
 
@@ -371,14 +378,14 @@ 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 '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.
@@ -390,6 +397,8 @@ CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else
 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.style_compact_arrays.label=Compact &arrays
+CodeFormatterPreferencePage.style_compact_string_concatenation.label=Compact &string concatenation
 CodeFormatterPreferencePage.tab_char.label=Indentation is represented by a &tab
 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing a tab:
 
@@ -422,7 +431,7 @@ CompilerPreferencePage.pb_overriding_pkg_dflt.label=&Methods overridden but not
 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:
@@ -487,11 +496,11 @@ CodeGenerationPreferencePage.gettersetter.error.invalidsuffix={0} is not a valid
 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=,\ 
@@ -531,6 +540,20 @@ 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
 #########