###############################################################################
# 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
###############################################################################
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
JavaEditorPreferencePage.singleLineComment=Single-line comment
JavaEditorPreferencePage.returnKeyword= Keyword 'return'
JavaEditorPreferencePage.keywords=Keywords excluding 'return'
-JavaEditorPreferencePage.functionNames=Predefined function names
+JavaEditorPreferencePage.functionNames=Predefined function names
JavaEditorPreferencePage.variables='$' Variables
JavaEditorPreferencePage.variables_dollar='$_' Variables
JavaEditorPreferencePage.constants=Constants
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
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
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
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:
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
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:
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:
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
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