X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIMessages.properties index 4eefa3d..e1e7d3f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIMessages.properties @@ -298,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 @@ -380,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. @@ -399,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: @@ -431,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: @@ -496,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=,\ @@ -540,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 #########