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 91fe4b9..0756df8 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 @@ -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,7 @@ 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.annotationsTab.title= Annotation&s JavaEditorPreferencePage.showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler @@ -101,11 +101,13 @@ 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.functionNames=Predefined function names +JavaEditorPreferencePage.variables='$' Variables +JavaEditorPreferencePage.variables_dollar='$_' 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, brackets excluding '{}' @@ -179,6 +181,7 @@ 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 @@ -186,6 +189,7 @@ 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 @@ -200,10 +204,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 @@ -216,21 +221,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: @@ -282,7 +287,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,7 +380,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 @@ -386,11 +391,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: @@ -487,6 +494,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}''... @@ -578,7 +587,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: @@ -710,6 +719,6 @@ 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