Created a separated 'externaltools' plugin
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / preferences / PreferencesMessages.properties
index ccb6825..1e8544f 100644 (file)
@@ -105,10 +105,12 @@ 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 and brackets
+JavaEditorPreferencePage.operators=Operators, brackets excluding '{}'
+JavaEditorPreferencePage.braces='{}' brackets
 JavaEditorPreferencePage.javaCommentTaskTags=Task Tags
 JavaEditorPreferencePage.phpDocKeywords=PHPDoc keywords
 JavaEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
@@ -178,12 +180,15 @@ JavaEditorPreferencePage.closeStringsSQ= Close &single quoted strings
 JavaEditorPreferencePage.closeBrackets= Close &brackets and parenthesis
 JavaEditorPreferencePage.closeBraces= Cl&ose braces
 JavaEditorPreferencePage.closeJavaDocs= Close PHP&docs and comments
+JavaEditorPreferencePage.formatJavaDocs= &Wrap PHPdocs and comments at print margin
+JavaEditorPreferencePage.wrapWords= Wrap words
 JavaEditorPreferencePage.wrapStringsDQ= Wra&p double quoted PHP strings
 JavaEditorPreferencePage.escapeStringsDQ= &Escape text when pasting into a double quoted PHP string
 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
@@ -280,7 +285,7 @@ AppearancePreferencePage.description= Appearance of PHP elements in viewers:
 AppearancePreferencePage.methodreturntype.label= Show &method return types
 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress all package name segments, except the final segment
-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.note=Note:
@@ -384,11 +389,13 @@ CompilerConfigurationBlock.pb_assert_as_identifier.label=Disallow identifie&rs c
 CompilerConfigurationBlock.compliance.group.label=JDK Compliance
 CompilerConfigurationBlock.classfiles.group.label=Classfile Generation
 
+CompilerConfigurationBlock.pb_file_not_exist.label=Include filename doesn't exist in project:
 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:
@@ -485,6 +492,8 @@ CompilerConfigurationBlock.filter.invalidsegment.error=Filter is invalid: {0}
 OptionsConfigurationBlock.builderror.title=Preference Changes
 OptionsConfigurationBlock.builderror.message=Problem while building. Check log for details.
 
+OptionsConfigurationBlock.job.title=Rebuilding
+
 OptionsConfigurationBlock.buildall.taskname=Build all...
 OptionsConfigurationBlock.buildproject.taskname=Build project ''{0}''...