X-Git-Url: http://secure.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 602acdc..3800019 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 @@ -381,6 +381,8 @@ CompilerConfigurationBlock.compliance.group.label=JDK Compliance CompilerConfigurationBlock.classfiles.group.label=Classfile Generation 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_invalid_import.label=Unresol&vable import statements: @@ -684,9 +686,9 @@ JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam PHPEditorPreferencePage.multiLineComment=Multi-line comment PHPEditorPreferencePage.singleLineComment=Single-line comment -PHPEditorPreferencePage.tags=PHP tags +PHPEditorPreferencePage.tags=PHP/Smarty tags PHPEditorPreferencePage.keywords=Keywords -PHPEditorPreferencePage.functionNames=Predefined function names +PHPEditorPreferencePage.functionNames=Predefined function names PHPEditorPreferencePage.variables=Variables PHPEditorPreferencePage.constants=Constants PHPEditorPreferencePage.types=Types