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 6363cbc..bd11016 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 @@ -96,19 +96,26 @@ TextEditorPreferencePage.annotations.highlightInText= &Highlight in text 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.functionNames=Predefined function names +JavaEditorPreferencePage.variables=Variables +JavaEditorPreferencePage.constants=Constants +JavaEditorPreferencePage.types=Types JavaEditorPreferencePage.strings=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: @@ -167,12 +174,17 @@ JavaEditorPreferencePage.appearanceOptions=Appearance co&lor options: JavaEditorPreferencePage.typing.tabTitle= T&yping JavaEditorPreferencePage.typing.description= Select options for automatic text modifications -JavaEditorPreferencePage.closeStrings= Close strin&gs +JavaEditorPreferencePage.closeStringsDQ= Close double quoted strin&gs +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.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 @@ -271,7 +283,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: @@ -375,6 +387,7 @@ 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: @@ -476,6 +489,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}''... @@ -678,21 +693,23 @@ JavaEditorPreferencePage.AnnotationDecoration.UNDERLINE=Underline 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