1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / preferences / PreferencesMessages.properties
index 15ce377..8e31bcc 100644 (file)
@@ -1,10 +1,10 @@
 ###############################################################################
 # Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials 
+# All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Common Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/cpl-v10.html
-# 
+#
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
@@ -78,7 +78,10 @@ NewJavaProjectPreferencePage.folders.bin=&Output folder name:
 NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
 NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
 NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}
-NewJavaProjectPreferencePage.folders.error.invalidcp=Settings will result in an invalid build path. Check for nested folders. 
+NewJavaProjectPreferencePage.folders.error.invalidcp=Settings will result in an invalid build path. Check for nested folders.
+
+JavaEditorPreferencePage.appearanceTabLink=Some general preferences now live on the Eclipse <a href="org.eclipse.ui.preferencePages.GeneralTextEditor">Text Editors</a> pages.
+JavaEditorPreferencePage.appearanceTabTooltip=Jump to the Text Editors page
 
 JavaEditorPreferencePage.annotationsTab.title= Annotation&s
 JavaEditorPreferencePage.showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler
@@ -96,25 +99,37 @@ 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.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.foreground=Fo&reground:
 JavaEditorPreferencePage.color=C&olor:
 JavaEditorPreferencePage.bold=&Bold
+JavaEditorPreferencePage.italic=&Italic
+JavaEditorPreferencePage.underline=&Underline
+JavaEditorPreferencePage.strikethrough=&Strike Through
 JavaEditorPreferencePage.preview=Preview:
 JavaEditorPreferencePage.displayedTabWidth=Displayed &tab width:
 JavaEditorPreferencePage.insertSpaceForTabs=Ins&ert spaces for tab (see Code Formatter preference page)
@@ -151,8 +166,6 @@ JavaEditorPreferencePage.colors=Synta&x
 JavaEditorPreferencePage.codeAssist= &Code Assist
 JavaEditorPreferencePage.empty_input=Empty input
 JavaEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
-JavaEditorPreferencePage.showLineNumbers=Show lin&e numbers
-JavaEditorPreferencePage.lineNumberForegroundColor=Line number foreground
 JavaEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
 JavaEditorPreferencePage.currentLineHighlighColor=Current line highlight
 JavaEditorPreferencePage.printMarginColor2=Print margin
@@ -172,8 +185,12 @@ 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
 
@@ -190,10 +207,11 @@ JavaEditorPreferencePage.navigation.modifierIsNotValid= Modifier ''{0}'' is not
 JavaEditorPreferencePage.navigation.shiftIsDisabled= The modifier 'Shift' is not allowed because 'Shift' + click sets a new selection.
 
 JavaEditorPreferencePage.navigation.delimiter= +
-JavaEditorPreferencePage.navigation.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
-JavaEditorPreferencePage.navigation.insertModifierAndDelimiter= \ {0} + 
+JavaEditorPreferencePage.navigation.insertDelimiterAndModifierAndDelimiter= \ + {0} +
+JavaEditorPreferencePage.navigation.insertModifierAndDelimiter= \ {0} +
 JavaEditorPreferencePage.navigation.insertDelimiterAndModifier= \ + {0}
 
+MarkOccurrencesConfigurationBlock.title=Mark Occurences
 JavaEditorPreferencePage.markOccurrences= Mar&k occurrences in file
 JavaEditorPreferencePage.stickyOccurrences= S&ticky
 
@@ -206,21 +224,21 @@ JavaEditorHoverConfigurationBlock.modifierIsNotValidForHover= Modifier ''{0}'' f
 JavaEditorHoverConfigurationBlock.duplicateModifier= ''{0}'' hover uses the same modifier as ''{1}'' hover.
 
 JavaEditorHoverConfigurationBlock.delimiter= +
-JavaEditorHoverConfigurationBlock.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
-JavaEditorHoverConfigurationBlock.insertModifierAndDelimiter= \ {0} + 
+JavaEditorHoverConfigurationBlock.insertDelimiterAndModifierAndDelimiter= \ + {0} +
+JavaEditorHoverConfigurationBlock.insertModifierAndDelimiter= \ {0} +
 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifier= \ + {0}
 
 JavaEditorHoverConfigurationBlock.showAffordance= Show affordance in hover on how to make it sticky
 
 JavaElementInfoPage.binary=binary
-JavaElementInfoPage.classpath_entry_kind=Classpath entry kind: 
+JavaElementInfoPage.classpath_entry_kind=Classpath entry kind:
 JavaElementInfoPage.library=library
-JavaElementInfoPage.nameLabel=Name: 
+JavaElementInfoPage.nameLabel=Name:
 JavaElementInfoPage.not_present=not present
-JavaElementInfoPage.package=Package: 
-JavaElementInfoPage.package_contents=Package contents: 
+JavaElementInfoPage.package=Package:
+JavaElementInfoPage.package_contents=Package contents:
 JavaElementInfoPage.project=project
-JavaElementInfoPage.resource_path=Resource path: 
+JavaElementInfoPage.resource_path=Resource path:
 JavaElementInfoPage.source=source
 JavaElementInfoPage.variable=variable
 JavaElementInfoPage.variable_path=Variable path:
@@ -272,7 +290,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:
@@ -365,7 +383,7 @@ CompilerConfigurationBlock.build_warnings.description=Select the severity level
 CompilerConfigurationBlock.variable_attr.label=Add varia&ble attributes to generated class files (used by the debugger)
 CompilerConfigurationBlock.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
 CompilerConfigurationBlock.source_file_attr.label=Add source &file name to generated class file (used by the debugger)
-CompilerConfigurationBlock.codegen_unused_local.label=Pr&eserve unused local variables (never read) 
+CompilerConfigurationBlock.codegen_unused_local.label=Pr&eserve unused local variables (never read)
 
 CompilerConfigurationBlock.compiler_compliance.label=Comp&iler compliance level:
 CompilerConfigurationBlock.default_settings.label=Use defaul&t compliance settings
@@ -376,11 +394,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_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:
@@ -477,6 +497,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}''...
 
@@ -568,7 +590,7 @@ CodeTemplateBlock.templates.import.button=&Import...
 CodeTemplateBlock.templates.export.button=E&xport...
 CodeTemplateBlock.templates.exportall.button=Ex&port All...
 
-CodeTemplateBlock.createcomment.label=A&utomatically add comments for new methods and types 
+CodeTemplateBlock.createcomment.label=A&utomatically add comments for new methods and types
 CodeTemplateBlock.createcomment.description=(does not apply to comments contained in the code patterns)
 CodeTemplateBlock.templates.label=C&onfigure generated code and comments:
 CodeTemplateBlock.preview=Pa&ttern:
@@ -672,6 +694,12 @@ SpellingPreferencePage.preferences.user=&Comments
 SpellingPreferencePage.preferences.engine=&Language
 SpellingPreferencePage.preferences.advanced=&Advanced
 
+EditorPreferencePage.description=General Editor Preferences:
+EditorPreferencePage.title=Editor
+EditorPreferencePage.file.title=File Saving
+EditorPreferencePage.save_on_blur=&Save files when focus is lost
+EditorPreferencePage.p_rtrim_on_save=&Remove trailing spaces on save
+
 
 JavaEditorPreferencePage.AnnotationDecoration.NONE=None
 JavaEditorPreferencePage.AnnotationDecoration.SQUIGGLIES=Squiggles
@@ -679,25 +707,27 @@ JavaEditorPreferencePage.AnnotationDecoration.UNDERLINE=Underline
 JavaEditorPreferencePage.AnnotationDecoration.BOX=Box
 JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam
 
+# 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...
 
-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
+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
 
 FoldingConfigurationBlock.enable= Enable folding when &opening a new editor
-FoldingConfigurationBlock.combo_caption= Select folding to &use: 
+FoldingConfigurationBlock.combo_caption= Select folding to &use:
 FoldingConfigurationBlock.info.no_preferences= The selected folding provider did not provide a preference control
 FoldingConfigurationBlock.error.not_exist= The selected folding provider does not exist