Added syntax highlighting for variables in double quoted strings
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / preferences / PreferencesMessages.properties
index bd11016..2d4aa0e 100644 (file)
@@ -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 '{}'
@@ -391,8 +392,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: