X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties index bd11016..1e8544f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties @@ -105,7 +105,8 @@ JavaEditorPreferencePage.functionNames=Predefined function names JavaEditorPreferencePage.variables=Variables JavaEditorPreferencePage.constants=Constants JavaEditorPreferencePage.types=Types -JavaEditorPreferencePage.strings=Strings +JavaEditorPreferencePage.strings_dq=Double Quoted Strings +JavaEditorPreferencePage.strings_sq=Single Quoted Strings JavaEditorPreferencePage.others=Others JavaEditorPreferencePage.methodNames=Method names JavaEditorPreferencePage.operators=Operators, brackets excluding '{}' @@ -187,6 +188,7 @@ JavaEditorPreferencePage.wrapStringsSQ= Wra&p single quoted PHP strings JavaEditorPreferencePage.escapeStringsSQ= &Escape text when pasting into a single quoted PHP string JavaEditorPreferencePage.addJavaDocTags= Add PHPdoc &tags JavaEditorPreferencePage.smartPaste= Pasting fo&r correct indentation +JavaEditorPreferencePage.p_rtrim_on_save= Remove trailing spaces on editor save JavaEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end JavaEditorPreferencePage.subWordNavigation= Smart cursor positioning in &PHP names @@ -391,8 +393,9 @@ CompilerConfigurationBlock.pb_file_not_exist.label=Include filename doesn't exis CompilerConfigurationBlock.pb_var_deprecated.label=Keyword 'var' is deprecated: CompilerConfigurationBlock.pb_keyword.label=Don't use keyword as identifier: CompilerConfigurationBlock.pb_uppercase_identifier.label=Non-variable identifiers should contain only uppercase characters: - CompilerConfigurationBlock.pb_unreachable_code.label=&Unreachable code: +CompilerConfigurationBlock.pb_unitialized_local_variable.label=Uninitialized local function or method variable: + CompilerConfigurationBlock.pb_invalid_import.label=Unresol&vable import statements: CompilerConfigurationBlock.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible: CompilerConfigurationBlock.pb_method_naming.label=Me&thods with a constructor name: