JavaEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
JavaEditorPreferencePage.annotations.showInVerticalRuler= Show in vertical r&uler
JavaEditorPreferencePage.annotations.color= C&olor:
+JavaEditorPreferencePage.tags=PHP tags
JavaEditorPreferencePage.multiLineComment=Multi-line comment
JavaEditorPreferencePage.singleLineComment=Single-line comment
JavaEditorPreferencePage.returnKeyword= Keyword 'return'
JavaEditorPreferencePage.keywords=Keywords excluding 'return'
-JavaEditorPreferencePage.strings=Strings
+JavaEditorPreferencePage.functionNames=Predefined function names
+JavaEditorPreferencePage.variables='$' Variables
+JavaEditorPreferencePage.variables_dollar='$_' Variables
+JavaEditorPreferencePage.constants=Constants
+JavaEditorPreferencePage.types=Types
+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.javaDocKeywords=PHPdoc keywords
-JavaEditorPreferencePage.javaDocHtmlTags=PHPdoc HTML tags
-JavaEditorPreferencePage.javaDocLinks=PHPdoc links
-JavaEditorPreferencePage.javaDocOthers=PHPdoc others
+JavaEditorPreferencePage.phpDocKeywords=PHPDoc keywords
+JavaEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
+JavaEditorPreferencePage.phpDocLinks=PHPDoc links
+JavaEditorPreferencePage.phpDocOthers=PHPDoc others
+
JavaEditorPreferencePage.backgroundColor=Background color
JavaEditorPreferencePage.systemDefault=S&ystem Default
JavaEditorPreferencePage.custom=C&ustom:
JavaEditorPreferencePage.closeBrackets= Close &brackets and parenthesis
JavaEditorPreferencePage.closeBraces= Cl&ose braces
JavaEditorPreferencePage.closeJavaDocs= Close PHP&docs and comments
-JavaEditorPreferencePage.wrapStrings= Wra&p PHP strings
-JavaEditorPreferencePage.escapeStrings= &Escape text when pasting into a string literal
+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
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:
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:
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}''...
JavaEditorPreferencePage.AnnotationDecoration.BOX=Box
JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam
-
-PHPEditorPreferencePage.multiLineComment=Multi-line comment
-PHPEditorPreferencePage.singleLineComment=Single-line comment
-PHPEditorPreferencePage.tags=PHP/Smarty tags
-PHPEditorPreferencePage.keywords=Keywords
-PHPEditorPreferencePage.functionNames=Predefined function names
-PHPEditorPreferencePage.variables=Variables
-PHPEditorPreferencePage.constants=Constants
-PHPEditorPreferencePage.types=Types
-PHPEditorPreferencePage.strings=Strings
-PHPEditorPreferencePage.others=Others
-PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
-PHPEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
-PHPEditorPreferencePage.phpDocLinks=PHPDoc links
-PHPEditorPreferencePage.phpDocOthers=PHPDoc others
+# edit template dialog
+EditTemplateDialog.error.noname=Template name cannot be empty.
+EditTemplateDialog.title.new=New Template
+EditTemplateDialog.title.edit=Edit Template
+
+EditTemplateDialog.name=&Name:
+EditTemplateDialog.description=&Description:
+EditTemplateDialog.context=&Context:
+EditTemplateDialog.pattern=&Pattern:
+EditTemplateDialog.insert.variable=Insert &Variable...
+
+EditTemplateDialog.undo=&Undo
+EditTemplateDialog.cut=Cu&t
+EditTemplateDialog.copy=&Copy
+EditTemplateDialog.paste=&Paste
+EditTemplateDialog.select.all=Select &All
+EditTemplateDialog.content.assist=Insert &Variable...
JavaEditorPreferencePage.folding.title= &Folding