blob: d8b26b08fb0fdac5f65444b444244f9726d0e7e8 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
BuildPathsPropertyPage_error_message=An error occurred while setting the build path
BuildPathsPropertyPage_error_title=Error Setting Build Path
BuildPathsPropertyPage_job_title=Setting build path
BuildPathsPropertyPage_no_java_project_message=Not a Java project.
BuildPathsPropertyPage_closed_project_message=Java information is not available for a closed project.
BuildPathsPropertyPage_unsavedchanges_title=Setting Java Build Path
BuildPathsPropertyPage_unsavedchanges_message=The Java Build path property page contains unsaved modifications. Do you want to save changes so that other build path related property pages can be updated?
BuildPathsPropertyPage_unsavedchanges_button_save=Apply
BuildPathsPropertyPage_unsavedchanges_button_discard=Discard
BuildPathsPropertyPage_unsavedchanges_button_ignore=Apply Later
ClasspathVariablesPreferencePage_title=Classpath Variables
ClasspathVariablesPreferencePage_description=A classpath variable can be added to a project's class path. It can be used to define the location of a JAR file that isn't part of the workspace. The reserved class path variables JRE_LIB, JRE_SRC, JRE_SRCROOT are set internally depending on the JRE setting.
ClasspathVariablesPreferencePage_savechanges_title=Classpath Variables
ClasspathVariablesPreferencePage_savechanges_message=Do you want to apply the changes to the class path variables now? Your changes will be lost if another page modifies the classpath variables as well.
ImportOrganizePreferencePage_description=Preferences used by the Organize Imports action:
ImportOrganizePreferencePage_title=Organize Imports
ImportOrganizeConfigurationBlock_order_label=Define the &sorting order of import statements. A package or type name prefix (e.g. org.eclipse) is a valid entry. An import is always added to the most specific group.
ImportOrganizeConfigurationBlock_other_static=* - all unmatched static imports
ImportOrganizeConfigurationBlock_other_static_label=Enable 'Other static' group
ImportOrganizeConfigurationBlock_other_normal=* - all unmatched type imports
ImportOrganizeConfigurationBlock_other_normal_label=Enable 'Other' group
ImportOrganizeConfigurationBlock_order_add_button=&New...
ImportOrganizeConfigurationBlock_order_edit_button=&Edit...
ImportOrganizeConfigurationBlock_order_up_button=&Up
ImportOrganizeConfigurationBlock_order_down_button=Do&wn
ImportOrganizeConfigurationBlock_order_remove_button=&Remove
ImportOrganizeConfigurationBlock_order_add_static_button=New Stati&c...
ImportOrganizeConfigurationBlock_order_load_button=I&mport...
ImportOrganizeConfigurationBlock_order_save_button=E&xport...
ImportOrganizeConfigurationBlock_other_description=Group all import not covered by all other groups:
ImportOrganizeConfigurationBlock_ignoreLowerCase_label=Do not create imports for &types starting with a lowercase letter
ImportOrganizeConfigurationBlock_threshold_label=Number of &imports needed for .* (e.g. org.eclipse.*):
ImportOrganizeConfigurationBlock_error_invalidthreshold=Invalid import number.
ImportOrganizeConfigurationBlock_loadDialog_title=Load Import Order from File
ImportOrganizeConfigurationBlock_loadDialog_error_title=Load Import Order
ImportOrganizeConfigurationBlock_loadDialog_error_message=Importing failed. Not a valid import order file.
ImportOrganizeConfigurationBlock_saveDialog_title=Save Import Order to File
ImportOrganizeConfigurationBlock_saveDialog_error_title=Save Import Order
ImportOrganizeConfigurationBlock_staticthreshold_label=Static imports:
ImportOrganizeConfigurationBlock_saveDialog_error_message=Exporting import order file failed.
ImportOrganizeInputDialog_title=Import Group
ImportOrganizeInputDialog_browse_packages_button=&Packages...
ImportOrganizeInputDialog_browse_types_label=&Types...
ImportOrganizeInputDialog_title_static=Static Import Group
ImportOrganizeInputDialog_ChoosePackageDialog_title=Package Selection
ImportOrganizeInputDialog_ChoosePackageDialog_description=Choose package name or package prefix:
ImportOrganizeInputDialog_ChoosePackageDialog_empty=No packages available.
ImportOrganizeInputDialog_ChooseTypeDialog_title=Type Selection
ImportOrganizeInputDialog_ChooseTypeDialog_description=Choose type name:
ImportOrganizeInputDialog_ChooseTypeDialog_error_message=A problem occurred while collecting types. Check log for more details.
ImportOrganizeInputDialog_error_enterName=Enter a name or prefix.
ImportOrganizeInputDialog_error_invalidName=Not a valid type or package name.
ImportOrganizeInputDialog_error_entryExists=Entry already exists in list.
ImportOrganizeInputDialog_name_group_label=Enter a prefix (e.g. 'org.eclipse') or '*' to match all imports:
ImportOrganizeInputDialog_name_group_static_label=Enter a prefix (e.g. 'org.eclipse') or '*' to match all imports:
JavaBasePreferencePage_description=General settings for Java development:
JavaBasePreferencePage_doubleclick_action=Action on double click in the Package Explorer
JavaBasePreferencePage_doubleclick_gointo=&Go into the selected element
JavaBasePreferencePage_doubleclick_expand=E&xpand the selected element
JavaBasePreferencePage_refactoring_title= Refactoring Java Code
JavaBasePreferencePage_refactoring_auto_save= &Save all modified resources automatically prior to refactoring
JavaBasePreferencePage_search= Search
JavaBasePreferencePage_search_small_menu=Use &reduced search menu
NewJavaProjectPreferencePage_title=New Project
NewJavaProjectPreferencePage_description=Specify the build path entries used as default by the New Java Project creation wizard:
NewJavaProjectPreferencePage_sourcefolder_label=Source and output folder
NewJavaProjectPreferencePage_sourcefolder_project=&Project
NewJavaProjectPreferencePage_sourcefolder_folder=&Folders
NewJavaProjectPreferencePage_folders_src=&Source folder name:
NewJavaProjectPreferencePage_folders_bin=&Output folder name:
NewJavaProjectPreferencePage_jrelibrary_label=As &JRE library use:
NewJavaProjectPreferencePage_jre_variable_description=JRE_LIB variable
NewJavaProjectPreferencePage_jre_container_description=JRE container
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_error_decode=Error while decoding JRE entry
JavaEditorPreferencePage_showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler
JavaEditorPreferencePage_analyseAnnotationsWhileTyping= Report &problems as you type
JavaEditorPreferencePage_multiLineComment=Multi-line comment
JavaEditorPreferencePage_singleLineComment=Single-line comment
JavaEditorPreferencePage_returnKeyword= Keyword 'return'
JavaEditorPreferencePage_keywords=Keywords excluding 'return'
JavaEditorPreferencePage_strings=Strings
JavaEditorPreferencePage_others=Others
JavaEditorPreferencePage_operators=Operators and brackets
JavaEditorPreferencePage_annotations=Annotations
JavaEditorPreferencePage_javaCommentTaskTags=Task Tags
JavaEditorPreferencePage_javaDocKeywords=Tags
JavaEditorPreferencePage_javaDocHtmlTags=HTML markup
JavaEditorPreferencePage_javaDocLinks=Links
JavaEditorPreferencePage_javaDocOthers=Others
JavaEditorPreferencePage_backgroundColor=Background color
JavaEditorPreferencePage_systemDefault=&System Default
JavaEditorPreferencePage_custom=C&ustom:
JavaEditorPreferencePage_semanticHighlighting_option= &Enable advanced coloring
JavaEditorPreferencePage_foreground=Ele&ment:
JavaEditorPreferencePage_color=C&olor:
JavaEditorPreferencePage_bold=&Bold
JavaEditorPreferencePage_italic=&Italic
JavaEditorPreferencePage_strikethrough=&Strikethrough
JavaEditorPreferencePage_underline=&Underline
JavaEditorPreferencePage_enable=Enab&le
JavaEditorPreferencePage_preview=Previe&w:
JavaEditorPreferencePage_displayedTabWidth=Displayed &tab width:
JavaEditorPreferencePage_insertSpaceForTabs=Ins&ert spaces for tab (see Code Formatter preference page)
JavaEditorPreferencePage_showOverviewRuler=Show overview &ruler
JavaEditorPreferencePage_highlightMatchingBrackets=Highlight &matching brackets
JavaEditorPreferencePage_highlightCurrentLine=Highlight &current line
JavaEditorPreferencePage_showPrintMargin=Sho&w print margin
JavaEditorPreferencePage_printMarginColumn=&Print margin column:
JavaEditorPreferencePage_insertSingleProposalsAutomatically=Insert single &proposals automatically
JavaEditorPreferencePage_showOnlyProposalsVisibleInTheInvocationContext=&Hide proposals not visible in the invocation context
JavaEditorPreferencePage_presentProposalsInAlphabeticalOrder=Present proposals in alpha&betical order
JavaEditorPreferencePage_coloring_element=&Element:
JavaEditorPreferencePage_enableAutoActivation=&Enable auto activation
JavaEditorPreferencePage_automaticallyAddImportInsteadOfQualifiedName=Add import instead of qua&lified name
JavaEditorPreferencePage_completionInserts=Completion inser&ts
JavaEditorPreferencePage_completionOverwrites=Completion over&writes
JavaEditorPreferencePage_completionToggleHint=Press 'Ctrl' to toggle while code assist is active
JavaEditorPreferencePage_fillArgumentNamesOnMethodCompletion=&Fill argument names on completion
JavaEditorPreferencePage_guessArgumentNamesOnMethodCompletion=&Guess filled method arguments
JavaEditorPreferencePage_autoActivationDelay=A&uto activation delay:
JavaEditorPreferencePage_autoActivationTriggersForJava=Auto activation trigger&s for Java:
JavaEditorPreferencePage_autoActivationTriggersForJavaDoc=Auto activation triggers for &Javadoc:
JavaEditorPreferencePage_completePrefixes= &Insert common prefixes automatically
JavaEditorPreferencePage_backgroundForCompletionProposals= Completion proposal background
JavaEditorPreferencePage_foregroundForCompletionProposals= Completion proposal foreground
JavaEditorPreferencePage_backgroundForMethodParameters= Parameter hints background
JavaEditorPreferencePage_foregroundForMethodParameters= Parameter hints foreground
JavaEditorPreferencePage_backgroundForCompletionReplacement= Completion overwrite background
JavaEditorPreferencePage_foregroundForCompletionReplacement= Completion overwrite foreground
JavaEditorPreferencePage_general=Appeara&nce
JavaEditorPreferencePage_colors=Synta&x
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_findScopeColor2=Find scope
JavaEditorPreferencePage_appearanceOptions=Appearance co&lor options:
JavaEditorPreferencePage_typing_tabTitle=T&yping
JavaEditorPreferencePage_typing_description= Enable these typing aids in Smart Insert mode:
JavaEditorPreferencePage_closeStrings= "&Strings"
JavaEditorPreferencePage_closeBrackets= (Parentheses), [square] and <angle> brac&kets
JavaEditorPreferencePage_closeBraces= {B&races}
JavaEditorPreferencePage_closeJavaDocs= Ja&vadoc and comment regions
JavaEditorPreferencePage_wrapStrings= &Wrap automatically
JavaEditorPreferencePage_escapeStrings= Escape text w&hen pasting into a string literal
JavaEditorPreferencePage_addJavaDocTags= Add &Javadoc tags
JavaEditorPreferencePage_smartPaste= Adjust &indentation
JavaEditorPreferencePage_link=Java editor preferences. Note that some preferences may be set on the <a>Text Editors</a> preference page.
JavaEditorPreferencePage_link_tooltip=Show the shared text editor preferences
JavaEditorPreferencePage_linking_title=Lin&ked Mode
JavaEditorPreferencePage_importsOnPaste=&Update imports
JavaEditorPreferencePage_smartHomeEnd= &Smart caret positioning at line start and end
JavaEditorPreferencePage_subWordNavigation= Smart &caret positioning in Java names (overrides platform behavior)
JavaEditorPreferencePage_typing_smartSemicolon= Se&micolons
JavaEditorPreferencePage_typing_smartOpeningBrace= &Braces
JavaEditorPreferencePage_typing_smartTab= &Tab key indents the current line
# DO NOT TRANSLATE "org.eclipse.ui.preferencePages.GeneralTextEditor" and "org.eclipse.ui.preferencePages.ColorsAndFonts"
JavaEditorColoringConfigurationBlock_link= Default colors and font can be configured on the <a href=\"org.eclipse.ui.preferencePages.GeneralTextEditor\">Text Editors</a> and on the <a href=\"org.eclipse.ui.preferencePages.ColorsAndFonts\">Colors and Fonts</a> preference page.
JavaEditorPreferencePage_hoverTab_title= Ho&vers
JavaBasePreferencePage_openTypeHierarchy=When opening a Type Hierarchy
JavaBasePreferencePage_inView=Show the &Type Hierarchy View in the current perspective
JavaBasePreferencePage_inPerspective=Open a new Type Hierarchy &Perspective
JavaEditorPreferencePage_quickassist_lightbulb=L&ight bulb for quick assists
JavaEditorPreferencePage_accessibility_disableCustomCarets= &Use custom caret
JavaEditorPreferencePage_accessibility_wideCaret= Enable thic&k caret
JavaEditorHoverConfigurationBlock_annotationRollover= &Expand vertical ruler icons upon hovering (does not affect open editors)
JavaEditorHoverConfigurationBlock_hoverPreferences= Text &Hover key modifier preferences:
JavaEditorHoverConfigurationBlock_enabled= &Enabled
JavaEditorHoverConfigurationBlock_keyModifier= Pressed key &modifier while hovering:
JavaEditorHoverConfigurationBlock_description= Descriptio&n:
JavaEditorHoverConfigurationBlock_modifierIsNotValid= Modifier ''{0}'' is not valid.
JavaEditorHoverConfigurationBlock_modifierIsNotValidForHover= Modifier ''{0}'' for ''{1}'' hover is not valid.
JavaEditorHoverConfigurationBlock_duplicateModifier= ''{0}'' hover uses the same modifier as ''{1}'' hover.
JavaEditorHoverConfigurationBlock_nameColumnTitle= Text Hover Name
JavaEditorHoverConfigurationBlock_modifierColumnTitle= Pressed Key Modifier While Hovering
JavaEditorHoverConfigurationBlock_delimiter= +
JavaEditorHoverConfigurationBlock_insertDelimiterAndModifierAndDelimiter= \ + {0} +
JavaEditorHoverConfigurationBlock_insertModifierAndDelimiter= \ {0} +
JavaEditorHoverConfigurationBlock_insertDelimiterAndModifier= \ + {0}
JavaEditorHoverConfigurationBlock_showAffordance= &Show affordance in hover on how to make it sticky
MarkOccurrencesConfigurationBlock_title= &Mark Occurrences
MarkOccurrencesConfigurationBlock_markOccurrences= Mark &occurrences of the selected element in the current file.
MarkOccurrencesConfigurationBlock_markTypeOccurrences= &Types
MarkOccurrencesConfigurationBlock_markMethodOccurrences= &Methods
MarkOccurrencesConfigurationBlock_markConstantOccurrences= &Constants
MarkOccurrencesConfigurationBlock_markFieldOccurrences= &Non-constant fields
MarkOccurrencesConfigurationBlock_markLocalVariableOccurrences= &Local variables
MarkOccurrencesConfigurationBlock_markExceptionOccurrences= E&xpressions throwing a declared exception
MarkOccurrencesConfigurationBlock_markMethodExitPoints= Method &exits
MarkOccurrencesConfigurationBlock_markImplementors= Methods implementing an &interface
MarkOccurrencesConfigurationBlock_stickyOccurrences= &Keep marks when the selection changes
JavaElementInfoPage_binary=binary
JavaElementInfoPage_classpath_entry_kind=Classpath entry kind:
JavaElementInfoPage_library=library
JavaElementInfoPage_nameLabel=Name:
JavaElementInfoPage_not_present=not present
JavaElementInfoPage_package=Package:
JavaElementInfoPage_package_contents=Package contents:
JavaElementInfoPage_project=project
JavaElementInfoPage_resource_path=Resource path:
JavaElementInfoPage_source=source
JavaElementInfoPage_variable=variable
JavaElementInfoPage_variable_path=Variable path:
JavaElementInfoPage_location=Location:
JavadocConfigurationPropertyPage_IsPackageFragmentRoot_description=Specify the location (URL) of the documentation generated by Javadoc. The Javadoc location will contain a file called 'package-list'.
JavadocConfigurationPropertyPage_IsIncorrectElement_description=Javadoc location can only be attached to Java projects or archives and class folders in Java projects. Source folders use the location specified at their project.
JavadocConfigurationPropertyPage_IsJavaProject_description=Specify the location of the project\'s Javadoc documentation. This location is used by the Javadoc export wizard as the default value and by the \'Open External Javadoc\' action. For example: \'c:/myworkspace/myproject/doc\'.
JavadocConfigurationBlock_browse_archive_button=&Browse...
JavadocConfigurationBlock_error_notafolder=Location does not exist.
JavadocConfigurationBlock_warning_packagelistnotfound=Location does not contain file 'package-list'.
JavadocConfigurationBlock_javadocFolderDialog_label=Javadoc Location Selection
JavadocConfigurationBlock_javadocFolderDialog_message=Select Javadoc location:
JavadocConfigurationBlock_MalformedURL_error=Invalid URL
JavadocConfigurationBlock_validate_button=&Validate...
JavadocConfigurationBlock_InvalidLocation_message=Location might be invalid. Files 'package-list' and 'index.html' that are typically available at the root of documentation created by the Javadoc tool have not been found.
JavadocConfigurationBlock_ValidLocation_message=Location is likely valid. Files 'package-list' and 'index.html' have been found. Open the location in your browser?
JavadocConfigurationBlock_UnableToValidateLocation_message=Unable to validate location
JavadocConfigurationBlock_MessageDialog_title=Validating Javadoc Location
JavadocConfigurationBlock_location_type_path_label=Javadoc &URL (e.g. 'http://www.sample-url.org/doc/' or 'file:/c:/myworkspace/myproject/doc')
JavadocConfigurationBlock_location_type_jar_label=Javadoc in ar&chive
JavadocConfigurationBlock_location_path_label=&Javadoc location path:
JavadocConfigurationBlock_location_jar_label=Archive &path:
JavadocConfigurationBlock_jar_path_label=Path &within archive:
JavadocConfigurationBlock_zipImportSource_title=Javadoc Archive Selection
JavadocConfigurationBlock_location_in_jarorzip_message=&Select the folder that is the root of the Javadoc documentation:
JavadocConfigurationBlock_browse_jarorzip_path_title=Javadoc Root Location
JavadocConfigurationBlock_browse_archive_path_button=Br&owse...
JavadocConfigurationBlock_browse_folder_button=&Browse...
JavadocConfigurationBlock_error_notafile=Archive does not exist.
JavadocConfigurationBlock_error_invalidarchivepath=Archive path is not a valid path.
JavadocConfigurationBlock_error_archivepathnotabsolute=Archive path must be an absolute path.
SourceAttachmentPropertyPage_error_title=Error Attaching Source
SourceAttachmentPropertyPage_error_message=An error occurred while associating the source
SourceAttachmentPropertyPage_noarchive_message=Source can only be attached to archive and class folders in Java projects.
SourceAttachmentPropertyPage_containerentry_message=JAR belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page (For example for JREs go to ''Installed JREs'' page in the preferences).
AppearancePreferencePage_description= Appearance of Java elements in viewers:
AppearancePreferencePage_methodreturntype_label= Show &method return types
AppearancePreferencePage_methodtypeparams_label=Show method type pa&rameters
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_showMembersInPackagesView=S&how members in Package Explorer
AppearancePreferencePage_stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
AppearancePreferencePage_note=Note:
AppearancePreferencePage_preferenceOnlyEffectiveForNewPerspectives=This preference will only take effect on new perspectives
AppearancePreferencePage_packageNameCompressionPattern_error_isEmpty=Enter a package name compression pattern
AppearancePreferencePage_foldEmptyPackages= &Fold empty packages in hierarchical Package Explorer layout
CodeFormatterPreferencePage_title=Code Formatter
CodeFormatterPreferencePage_description=Sele&ct a profile:
TodoTaskPreferencePage_title=Task Tags
TodoTaskPreferencePage_description=&Strings indicating tasks in Java comments. The entry marked as default will be used in the code templates.
TodoTaskConfigurationBlock_markers_tasks_high_priority=High
TodoTaskConfigurationBlock_markers_tasks_normal_priority=Normal
TodoTaskConfigurationBlock_markers_tasks_low_priority=Low
TodoTaskConfigurationBlock_markers_tasks_add_button=&New...
TodoTaskConfigurationBlock_markers_tasks_remove_button=&Remove
TodoTaskConfigurationBlock_markers_tasks_edit_button=&Edit...
TodoTaskConfigurationBlock_markers_tasks_name_column=Tag
TodoTaskConfigurationBlock_markers_tasks_priority_column=Priority
TodoTaskConfigurationBlock_markers_tasks_setdefault_button=Defa&ult
TodoTaskConfigurationBlock_casesensitive_label=&Case sensitive task tag names
TodoTaskConfigurationBlock_needsbuild_title=Task Tags Settings Changed
TodoTaskConfigurationBlock_tasks_default={0} (default)
TodoTaskConfigurationBlock_needsfullbuild_message=The task tags settings have changed. A full rebuild is required to for changes to take effect. Do the full build now?
TodoTaskConfigurationBlock_needsprojectbuild_message=The task tags settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
TodoTaskInputDialog_new_title=New Task Tag
TodoTaskInputDialog_edit_title=Edit Task Tag
TodoTaskInputDialog_name_label=T&ag:
TodoTaskInputDialog_priority_label=&Priority:
TodoTaskInputDialog_priority_high=High
TodoTaskInputDialog_priority_normal=Normal
TodoTaskInputDialog_priority_low=Low
TodoTaskInputDialog_error_enterName=Enter task tag name.
TodoTaskInputDialog_error_comma=Name cannot contain a comma.
TodoTaskInputDialog_error_entryExists=An entry with the same name already exists.
TodoTaskInputDialog_error_noSpace=Name cannot begin or end with a whitespace.
PropertyAndPreferencePage_useworkspacesettings_change=Configure Workspace Settings...
PropertyAndPreferencePage_showprojectspecificsettings_label=Configure Project Specific Settings...
PropertyAndPreferencePage_useprojectsettings_label=Enable pr&oject specific settings
JavaBuildPreferencePage_title=Builder
JavaBuildPreferencePage_description=Options for the Java compiler:\nNote that a full rebuild is required for changes to take effect.
JavaBuildConfigurationBlock_section_general=&General
JavaBuildConfigurationBlock_section_output_folder=Out&put folder
JavaBuildConfigurationBlock_section_access_rules=A&ccess rule severities
JavaBuildConfigurationBlock_section_build_path_problems=&Build path problems
JavaBuildConfigurationBlock_error=Error
JavaBuildConfigurationBlock_warning=Warning
JavaBuildConfigurationBlock_ignore=Ignore
JavaBuildConfigurationBlock_needsbuild_title=Building Settings Changed
JavaBuildConfigurationBlock_needsfullbuild_message=The Building settings have changed. A full rebuild is required for changes to take effect. Do the full build now?
JavaBuildConfigurationBlock_needsprojectbuild_message=The Building settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
JavaBuildConfigurationBlock_resource_filter_description=Filtered resources are not be copied to the output folder during a build. List is comma separated (e.g. '*.doc, plugin.xml, scripts/')
JavaBuildConfigurationBlock_resource_filter_label=Fi&ltered Resources:
JavaBuildConfigurationBlock_build_invalid_classpath_label=Abo&rt build when build path errors occur
JavaBuildConfigurationBlock_build_clean_outputfolder_label=Scrub output folders &when cleaning projects
JavaBuildConfigurationBlock_enable_exclusion_patterns_label=Enable use of e&xclusion patterns in source folders
JavaBuildConfigurationBlock_enable_multiple_outputlocations_label=Enable use of m&ultiple output locations for source folders
JavaBuildConfigurationBlock_pb_incomplete_build_path_label=I&ncomplete build path:
ProblemSeveritiesConfigurationBlock_pb_discourraged_reference_label=Di&scouraged reference (access rules):
JavaBuildConfigurationBlock_pb_build_path_cycles_label=Circular d&ependencies:
JavaBuildConfigurationBlock_pb_duplicate_resources_label=Duplica&ted resources:
ProblemSeveritiesConfigurationBlock_pb_forbidden_reference_label=&Forbidden reference (access rules):
JavaBuildConfigurationBlock_pb_max_per_unit_label=&Maximum number of problems reported per compilation unit:
JavaBuildConfigurationBlock_pb_check_prereq_binary_level_label=In&compatible required binaries:
JavaBuildConfigurationBlock_empty_input=Number of problems cannot be empty.
JavaBuildConfigurationBlock_invalid_input={0} is not a valid number of problems.
JavaBuildConfigurationBlock_filter_invalidsegment_error=Filter is invalid: {0}
ProblemSeveritiesPreferencePage_title=Problem Severities
ProblemSeveritiesConfigurationBlock_error=Error
ProblemSeveritiesConfigurationBlock_warning=Warning
ProblemSeveritiesConfigurationBlock_ignore=Ignore
ProblemSeveritiesConfigurationBlock_section_potential_programming_problems=&Potential programming problems
ProblemSeveritiesConfigurationBlock_section_unnecessary_code=&Unnecessary code
ProblemSeveritiesConfigurationBlock_section_nls=String e&xternalization
ProblemSeveritiesConfigurationBlock_section_code_style=&Code style
ProblemSeveritiesConfigurationBlock_section_deprecations=D&eprecated and restricted API
ProblemSeveritiesConfigurationBlock_section_name_shadowing=&Name shadowing and conflicts
ProblemSeveritiesConfigurationBlock_section_jdk50=&J2SE 5.0 options
ProblemSeveritiesConfigurationBlock_needsbuild_title=Error/Warning Settings Changed
ProblemSeveritiesConfigurationBlock_needsfullbuild_message=The Error/Warning settings have changed. A full rebuild is required for changes to take effect. Do the full build now?
ProblemSeveritiesConfigurationBlock_needsprojectbuild_message=The Error/Warning settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
ProblemSeveritiesConfigurationBlock_common_description=Select the severity level for the following Java compiler problems:
ProblemSeveritiesConfigurationBlock_pb_unsafe_type_op_label=Unchecked generic type operation:
ProblemSeveritiesConfigurationBlock_pb_final_param_bound_label=&Generic type parameter declared with a final type bound:
ProblemSeveritiesConfigurationBlock_pb_inexact_vararg_label=Inexact type &match for vararg arguments:
ProblemSeveritiesConfigurationBlock_pb_accidential_assignement_label=Po&ssible accidental boolean assignment (e.g. if (a = b)):
ProblemSeveritiesConfigurationBlock_pb_local_variable_hiding_label=Local &variable declaration hides another field or variable:
ProblemSeveritiesConfigurationBlock_pb_field_hiding_label=Field declaration &hides another field or variable:
ProblemSeveritiesConfigurationBlock_pb_special_param_hiding_label=Include constructor or setter method parameters
ProblemSeveritiesConfigurationBlock_pb_unqualified_field_access_label=Un&qualified access to instance field:
ProblemSeveritiesConfigurationBlock_pb_finally_block_not_completing_label='&finally' does not complete normally:
ProblemSeveritiesConfigurationBlock_pb_undocumented_empty_block_label=Undocumented empty &block:
ProblemSeveritiesConfigurationBlock_pb_unused_throwing_exception_label=Unnecessary declaration of thrown checked exception:
ProblemSeveritiesConfigurationBlock_pb_unhandled_surpresswarning_tokens=Unhandled warning tokens in '@SuppressWarnings':
ProblemSeveritiesConfigurationBlock_pb_unused_throwing_exception_when_overriding_label=Check overriding and implementing methods
ProblemSeveritiesConfigurationBlock_pb_missing_serial_version_label=Seriali&zable class without serialVersionUID:
ProblemSeveritiesConfigurationBlock_pb_overriding_pkg_dflt_label=Methods &overridden but not package visible:
ProblemSeveritiesConfigurationBlock_pb_method_naming_label=&Methods with a constructor name:
ProblemSeveritiesConfigurationBlock_pb_no_effect_assignment_label=Assignmen&t has no effect (e.g. 'x = x'):
ProblemSeveritiesConfigurationBlock_pb_incompatible_interface_method_label=Interface method conflicts &with protected 'Object' method:
ProblemSeveritiesConfigurationBlock_pb_indirect_access_to_static_label=&Indirect access to static member:
ProblemSeveritiesConfigurationBlock_pb_hidden_catchblock_label=Hidden catch bloc&k:
ProblemSeveritiesConfigurationBlock_pb_static_access_receiver_label=&Non-static access to static member:
ProblemSeveritiesConfigurationBlock_pb_unused_imports_label=Unused &imports:
ProblemSeveritiesConfigurationBlock_pb_unused_local_label=&Local variable is never read:
ProblemSeveritiesConfigurationBlock_pb_unused_parameter_label=Parameter is never read:
ProblemSeveritiesConfigurationBlock_pb_signal_param_in_overriding_label=Check overriding and implementing methods
ProblemSeveritiesConfigurationBlock_pb_unused_private_label=Unused local or private members:
ProblemSeveritiesConfigurationBlock_pb_non_externalized_strings_label=Usage of non-externalized strings:
ProblemSeveritiesConfigurationBlock_pb_deprecation_label=Deprecated API:
ProblemSeveritiesConfigurationBlock_pb_deprecation_in_deprecation_label=Signal use of deprecated API inside deprecated code
ProblemSeveritiesConfigurationBlock_pb_deprecation_when_overriding_label=Signal overriding or implementing deprecated method
ProblemSeveritiesConfigurationBlock_pb_empty_statement_label=Empt&y statement:
ProblemSeveritiesConfigurationBlock_pb_unnecessary_type_check_label=Unnecessary cast or 'instanceof' operation:
ProblemSeveritiesConfigurationBlock_pb_incomplete_enum_switch_label=Not all enum constants covered on 'switch':
ProblemSeveritiesConfigurationBlock_pb_inconsistent_null_check_label=Inconsistent null check:
ProblemSeveritiesConfigurationBlock_pb_unnecessary_else_label=Unnecessary else statement:
ProblemSeveritiesConfigurationBlock_pb_synth_access_emul_label=Access to a non-accessible member of an enclosing type:
ProblemSeveritiesConfigurationBlock_pb_autoboxing_problem_label=&Boxing and unboxing conversions:
ProblemSeveritiesConfigurationBlock_pb_char_array_in_concat_label=Using a char array in string concatenation:
ProblemSeveritiesConfigurationBlock_pb_missing_override_annotation_label=Missing '@Override' annotation:
ProblemSeveritiesConfigurationBlock_pb_enable_surpresswarning_annotation=Enable '@SuppressWarnings' annotations
ProblemSeveritiesConfigurationBlock_pb_missing_deprecated_annotation_label=Missing '@Deprecated' annotation:
ProblemSeveritiesConfigurationBlock_pb_annotation_super_interface_label=Annotation is used as super interface:
ProblemSeveritiesConfigurationBlock_pb_type_parameter_hiding_label=Type parameter hides another type:
JavadocProblemsPreferencePage_title=Javadoc Comments
JavadocProblemsConfigurationBlock_public=Public
JavadocProblemsConfigurationBlock_protected=Protected
JavadocProblemsConfigurationBlock_default=Default
JavadocProblemsConfigurationBlock_private=Private
JavadocProblemsConfigurationBlock_error=Error
JavadocProblemsConfigurationBlock_warning=Warning
JavadocProblemsConfigurationBlock_ignore=Ignore
JavadocProblemsConfigurationBlock_needsbuild_title=Javadoc Settings Changed
JavadocProblemsConfigurationBlock_needsfullbuild_message=The Javadoc settings have changed. A full rebuild is required for changes to take effect. Do the full build now?
JavadocProblemsConfigurationBlock_needsprojectbuild_message=The Javadoc settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
JavadocProblemsConfigurationBlock_javadoc_description=Severity level for problems in Javadoc comments:
JavadocProblemsConfigurationBlock_pb_javadoc_support_label=Proc&ess Javadoc comments
JavadocProblemsConfigurationBlock_pb_invalid_javadoc_label=Mal&formed Javadoc comments:
JavadocProblemsConfigurationBlock_pb_invalid_javadoc_tags_label=Report e&rrors in tags
JavadocProblemsConfigurationBlock_pb_invalid_javadoc_tags_visibility_label=On&ly consider members as visible as:
JavadocProblemsConfigurationBlock_pb_invalid_javadoc_tags_not_visible_ref_label=Report non &visible references
JavadocProblemsConfigurationBlock_pb_invalid_javadoc_tags_deprecated_label=Report de&precated references
JavadocProblemsConfigurationBlock_pb_missing_javadoc_label=Missing Javadoc &tags:
JavadocProblemsConfigurationBlock_pb_missing_javadoc_tags_visibility_label=O&nly consider members as visible as:
JavadocProblemsConfigurationBlock_pb_missing_javadoc_tags_overriding_label=C&heck overriding and implementing methods
JavadocProblemsConfigurationBlock_pb_missing_comments_label=&Missing Javadoc comments:
JavadocProblemsConfigurationBlock_pb_missing_comments_visibility_label=&Only consider members as visible as:
JavadocProblemsConfigurationBlock_pb_missing_comments_overriding_label=Chec&k overriding and implementing methods
CompliancePreferencePage_title=Compiler
CompliancePreferencePage_description=Options for the Java compiler:\nNote that a full rebuild is required for changes to take effect.
ComplianceConfigurationBlock_error=Error
ComplianceConfigurationBlock_warning=Warning
ComplianceConfigurationBlock_ignore=Ignore
ComplianceConfigurationBlock_version11=1.1
ComplianceConfigurationBlock_version12=1.2
ComplianceConfigurationBlock_version13=1.3
ComplianceConfigurationBlock_version14=1.4
ComplianceConfigurationBlock_version15=5.0
ComplianceConfigurationBlock_needsbuild_title=Compiler Settings Changed
ComplianceConfigurationBlock_needsfullbuild_message=The compiler settings have changed. A full rebuild is required for changes to take effect. Do the full build now?
ComplianceConfigurationBlock_needsprojectbuild_message=The compiler settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
ComplianceConfigurationBlock_variable_attr_label=Add varia&ble attributes to generated class files (used by the debugger)
ComplianceConfigurationBlock_line_number_attr_label=Add &line number attributes to generated class files (used by the debugger)
ComplianceConfigurationBlock_source_file_attr_label=Add source &file name to generated class file (used by the debugger)
ComplianceConfigurationBlock_codegen_unused_local_label=Pr&eserve unused (never read) local variables
ComplianceConfigurationBlock_codegen_inline_jsr_bytecode_label=Inline finally bl&ocks (larger class files, but improved performance)
ComplianceConfigurationBlock_compiler_compliance_label=Comp&iler compliance level:
ComplianceConfigurationBlock_default_settings_label=Use defaul&t compliance settings
ComplianceConfigurationBlock_source_compatibility_label=Source co&mpatibility:
ComplianceConfigurationBlock_codegen_targetplatform_label=Ge&nerated .class files compatibility:
ComplianceConfigurationBlock_pb_assert_as_identifier_label=Disallow identifie&rs called 'assert':
ComplianceConfigurationBlock_pb_enum_as_identifier_label=Disallo&w identifiers called 'enum':
ComplianceConfigurationBlock_compliance_group_label=JDK Compliance
ComplianceConfigurationBlock_classfiles_group_label=Classfile Generation
ComplianceConfigurationBlock_cpl13src145_error=In 1.3 compliance level, source compatibility must be 1.3
ComplianceConfigurationBlock_cpl13trg145_error=In 1.3 compliance level, the classfile compatibility must be 1.3 or less
ComplianceConfigurationBlock_jrecompliance_info=When selecting 5.0 compliance, make sure to have a 5.0 JRE installed and activated. <a>Configure...</a>
ComplianceConfigurationBlock_cpl14src15_error=In 1.4 compliance level, source compatibility must be 1.4 or less
ComplianceConfigurationBlock_cpl14trg15_error=In 1.4 compliance level, the classfile compatibility must be 1.4 or less
ComplianceConfigurationBlock_src14tgt14_error=When source compatibility is 1.4, the classfile compatibility has to be 1.4 or greater.
ComplianceConfigurationBlock_src15tgt15_error=When source compatibility is 5.0, the classfile compatibility has to be 5.0.
OptionsConfigurationBlock_job_title=Rebuilding
OptionsConfigurationBlock_buildall_taskname=Build all...
OptionsConfigurationBlock_buildproject_taskname=Build project ''{0}''...
CodeStylePreferencePage_title=Code Style
CodeTemplatesPreferencePage_title=Code Templates
JavaCategoryPropertyPage_text=<form>\
Project specific settings for project ''{0}''. If specified, they override settings defined in the global workspace preferences.\
<li><a href=''{1}''>Build path</a>: Configures the paths used to find source files and classes and defines the output locations for the generated class files.</li>\
<li><a href=''{2}''>Compiler</a>: Specifies the used compiler compliance and various options for the Java compiler like <a href=''{3}''>Todo</a> tasks, problem <a href=''{4}''>severities</a>, <a href=''{5}''>Javadoc</a> processing and <a href=''{6}''>build</a> options</li>\
<li><a href=''{7}''>Code Style</a>: Defines the rules used when creating code, including your preferred code <a href=''{8}''>formatter</a> settings, used code <a href=''{9}''>templates</a> and <a href=''{10}''>import</a> order</li>\
<li><a href=''{11}''>Javadoc location</a>: Configures the location where you want to generate your documentation to.</li>\
</form>
NameConventionConfigurationBlock_field_label=Fields
NameConventionConfigurationBlock_static_label=Static Fields
NameConventionConfigurationBlock_arg_label=Parameters
NameConventionConfigurationBlock_local_label=Local Variables
NameConventionConfigurationBlock_keywordthis_label=&Qualify all generated field accesses with 'this.'
NameConventionConfigurationBlock_isforbooleangetters_label=&Use 'is' prefix for getters that return boolean
NameConventionConfigurationBlock_use_override_annotation_label=Add '@O&verride' annotation for new overriding methods
NameConventionConfigurationBlock_dialog_prefix=P&refix list:
NameConventionConfigurationBlock_dialog_suffix=S&uffix list:
NameConventionConfigurationBlock_exceptionname_label=E&xception variable name in catch blocks:
NameConventionConfigurationBlock_error_emptyprefix=Prefix strings cannot contain an empty entry.
NameConventionConfigurationBlock_error_emptysuffix=Suffix strings cannot contain an empty entry.
NameConventionConfigurationBlock_error_invalidprefix={0} is not a valid prefix.
NameConventionConfigurationBlock_error_invalidsuffix={0} is not a valid suffix.
NameConventionConfigurationBlock_list_label=&Conventions for variable names:
NameConventionConfigurationBlock_list_edit_button=&Edit...
NameConventionConfigurationBlock_list_name_column=Variable type
NameConventionConfigurationBlock_list_prefix_column=Prefix list
NameConventionConfigurationBlock_list_suffix_column=Suffix list
NameConventionConfigurationBlock_field_dialog_title=Field Name Conventions
NameConventionConfigurationBlock_field_dialog_message=Specify prefix and suffix to be used for fields (comma separated):
NameConventionConfigurationBlock_static_dialog_title=Static Field Name Conventions
NameConventionConfigurationBlock_static_dialog_message=Specify prefix and suffix to be used for static fields (comma separated):
NameConventionConfigurationBlock_arg_dialog_title=Parameter Name Conventions
NameConventionConfigurationBlock_arg_dialog_message=Specify prefix and suffix to be used for parameters (comma separated):
NameConventionConfigurationBlock_local_dialog_title=Local Variable Name Conventions
NameConventionConfigurationBlock_local_dialog_message=Specify prefix and suffix to be used for local variables (comma separated):
MembersOrderPreferencePage_category_button_up=&Up
MembersOrderPreferencePage_category_button_down=D&own
MembersOrderPreferencePage_visibility_button_up=U&p
MembersOrderPreferencePage_visibility_button_down=Do&wn
MembersOrderPreferencePage_label_description=&Choose the order in which members will be displayed. The order is also used by the 'Sort Members' action.
MembersOrderPreferencePage_fields_label=Fields
MembersOrderPreferencePage_constructors_label=Constructors
MembersOrderPreferencePage_methods_label=Methods
MembersOrderPreferencePage_staticfields_label=Static Fields
MembersOrderPreferencePage_staticmethods_label=Static Methods
MembersOrderPreferencePage_initialisers_label=Initializers
MembersOrderPreferencePage_staticinitialisers_label=Static Initializers
MembersOrderPreferencePage_types_label=Types
MembersOrderPreferencePage_public_label=Public
MembersOrderPreferencePage_private_label=Private
MembersOrderPreferencePage_protected_label=Protected
MembersOrderPreferencePage_default_label=Default
MembersOrderPreferencePage_usevisibilitysort_label=&Sort members in same category by visibility
CodeTemplateBlock_templates_comment_node=Comments
CodeTemplateBlock_templates_code_node=Code
CodeTemplateBlock_catchblock_label=Catch block body
CodeTemplateBlock_methodstub_label=Method body
CodeTemplateBlock_constructorstub_label=Constructor body
CodeTemplateBlock_newtype_label=New Java files
CodeTemplateBlock_typecomment_label=Types
CodeTemplateBlock_fieldcomment_label=Fields
CodeTemplateBlock_filecomment_label=Files
CodeTemplateBlock_methodcomment_label=Methods
CodeTemplateBlock_overridecomment_label=Overriding methods
CodeTemplateBlock_constructorcomment_label=Constructors
CodeTemplateBlock_gettercomment_label=Getters
CodeTemplateBlock_settercomment_label=Setters
CodeTemplateBlock_getterstub_label=Getter body
CodeTemplateBlock_setterstub_label=Setter body
CodeTemplateBlock_templates_edit_button=&Edit...
CodeTemplateBlock_templates_import_button=I&mport...
CodeTemplateBlock_templates_export_button=E&xport...
CodeTemplateBlock_templates_exportall_button=Ex&port All...
CodeTemplateBlock_link_tooltip=Show code style settings
CodeTemplateBlock_createcomment_label=A&utomatically add comments for new methods and types
CodeTemplateBlock_templates_label=C&onfigure generated code and comments:
CodeTemplateBlock_preview=Pa&ttern:
CodeTemplateBlock_import_title=Import Templates
CodeTemplateBlock_import_extension=*.xml
CodeTemplateBlock_export_title=Export {0} Code Template(s)
CodeTemplateBlock_export_filename=codetemplates.xml
CodeTemplateBlock_export_extension=*.xml
CodeTemplateBlock_export_exists_title=Export Code Templates
CodeTemplateBlock_export_exists_message={0} already exists.\nDo you want to replace it?
CodeTemplateBlock_error_read_title= Code Templates
CodeTemplateBlock_error_read_message= Failed to read templates.
CodeTemplateBlock_error_parse_message= Failed to parse templates:\n{0}
CodeTemplateBlock_error_write_title=Code Templates
CodeTemplateBlock_error_write_message=Failed to write templates.
CodeTemplateBlock_export_error_title= Export Templates
CodeTemplateBlock_export_error_hidden= Export failed.\n{0} is a hidden file.
CodeTemplateBlock_export_error_canNotWrite= Export failed.\n{0} cannot be modified.
TypeFilterPreferencePage_description=All types in packages that match the selected filter strings will not be shown in the 'Open Type' dialog. They will also be ignored in code assist or quick fix proposals. For example 'java.awt.*' will hide all types from the awt packages.
TypeFilterPreferencePage_list_label=&Filter list:
TypeFilterPreferencePage_add_button=&New...
TypeFilterPreferencePage_addpackage_button=Add &Packages...
TypeFilterPreferencePage_edit_button=&Edit...
TypeFilterPreferencePage_remove_button=&Remove
TypeFilterPreferencePage_selectall_button=Ena&ble All
TypeFilterPreferencePage_deselectall_button=Di&sable All
TypeFilterPreferencePage_choosepackage_label=Package Selection
TypeFilterPreferencePage_choosepackage_description=&Choose packages to filter:
TypeFilterInputDialog_title=Type Filter
TypeFilterInputDialog_message=&Type filter name ('*' and '?' are valid wildcards):
TypeFilterInputDialog_browse_button=&Browse...
TypeFilterInputDialog_error_enterName=Enter a qualified type name.
TypeFilterInputDialog_error_invalidName=Invalid name: {0}.
TypeFilterInputDialog_error_entryExists=Entry already exists.
TypeFilterInputDialog_choosepackage_label=Package Selection
TypeFilterInputDialog_choosepackage_description=&Choose packages to filter:
JavaEditorPreferencePage_selectionBackgroundColor= Selection background color
JavaEditorPreferencePage_selectionForegroundColor= Selection foreground color
SpellingPreferencePage_empty_threshold= A maximum number of correction proposals must be specified.
SpellingPreferencePage_invalid_threshold=''{0}'' is not a valid maximum number of correction proposals.
SpellingPreferencePage_ignore_digits_label=Ignore &words with digits
SpellingPreferencePage_ignore_mixed_label=Ignore &mixed case words
SpellingPreferencePage_ignore_sentence_label=Ignore &sentence capitalization
SpellingPreferencePage_ignore_upper_label=Ignore u&pper case words
SpellingPreferencePage_ignore_url_label=Ignore &internet addresses
SpellingPreferencePage_proposals_threshold= Maximum &number of correction proposals:
SpellingPreferencePage_dictionary_label=Plat&form dictionary:
SpellingPreferencePage_workspace_dictionary_label=&User defined dictionary:
SpellingPreferencePage_browse_label=&Browse...
SpellingPreferencePage_dictionary_error=The dictionary file must be read/write accessible.
SpellingPreferencePage_locale_error=There is no dictionary available for this language.
SpellingPreferencePage_filedialog_title=Select dictionary
SpellingPreferencePage_filter_dictionary_extension=*.dictionary
SpellingPreferencePage_filter_all_extension=*.*
SpellingPreferencePage_filter_dictionary_label=Dictionary Files
SpellingPreferencePage_filter_all_label=All Files
SpellingPreferencePage_enable_contentassist_label=Ma&ke dictionary available to content assist
SpellingPreferencePage_preferences_user=&Options
SpellingPreferencePage_preferences_engine=&Language
SpellingPreferencePage_preferences_advanced=Ad&vanced
BuildPathPreferencePage_title=Build Path
BuildPathPreferencePage_description=Build path settings:
UserLibraryPreferencePage_title=User Libraries
UserLibraryPreferencePage_description=User libraries can be added to a Java Build path and bundle a number of external archives. System libraries will be added to the boot class path when launched.
UserLibraryPreferencePage_libraries_label=&Defined user libraries:
UserLibraryPreferencePage_libraries_new_button=&New...
UserLibraryPreferencePage_libraries_edit_button=&Edit...
UserLibraryPreferencePage_libraries_addjar_button=Add &JARs...
UserLibraryPreferencePage_libraries_remove_button=&Remove...
UserLibraryPreferencePage_libraries_load_button=I&mport...
UserLibraryPreferencePage_libraries_save_button=E&xport...
UserLibraryPreferencePage_operation=Updating classpath containers...
UserLibraryPreferencePage_operation_error=Error while updating classpath containers
UserLibraryPreferencePage_config_error_title=User Libraries
UserLibraryPreferencePage_config_error_message=Configuration of user libraries failed.
UserLibraryPreferencePage_browsejar_new_title=JAR Selection
UserLibraryPreferencePage_browsejar_edit_title=Edit JAR
UserLibraryPreferencePage_LibraryNameDialog_new_title=New User Library
UserLibraryPreferencePage_LibraryNameDialog_edit_title=Edit User Library
UserLibraryPreferencePage_LibraryNameDialog_name_label=&User library name:
UserLibraryPreferencePage_LibraryNameDialog_issystem_label=&System library (added to the boot class path)
UserLibraryPreferencePage_LibraryNameDialog_name_error_entername=Enter a library name.
UserLibraryPreferencePage_LibraryNameDialog_name_error_exists=Library {0} already exists.
UserLibraryPreferencePage_LoadSaveDialog_save_title=Export User Libraries
UserLibraryPreferencePage_LoadSaveDialog_save_ok_title=Export User Libraries
UserLibraryPreferencePage_LoadSaveDialog_load_title=Import User Libraries
UserLibraryPreferencePage_LoadSaveDialog_location_label=&File location:
UserLibraryPreferencePage_LoadSaveDialog_location_button=&Browse...
UserLibraryPreferencePage_LoadSaveDialog_list_selectall_button=&Select All
UserLibraryPreferencePage_LoadSaveDialog_load_replace_message=An existing library will be replaced. Do you want to continue?
UserLibraryPreferencePage_LoadSaveDialog_load_replace_multiple_message={0} libraries will be replaced. Do you want to continue?
UserLibraryPreferencePage_LoadSaveDialog_list_deselectall_button=&Deselect All
UserLibraryPreferencePage_LoadSaveDialog_list_save_label=S&elect libraries to export:
UserLibraryPreferencePage_LoadSaveDialog_list_load_label=Libraries contained in the s&elected file:
UserLibraryPreferencePage_LoadSaveDialog_filedialog_save_title=Export User Libraries
UserLibraryPreferencePage_LoadSaveDialog_filedialog_load_title=Import User Libraries
UserLibraryPreferencePage_LoadSaveDialog_error_empty=The selected file contains no user libraries
UserLibraryPreferencePage_LoadSaveDialog_error_invalidfile=The selected file is not a valid user library data file
UserLibraryPreferencePage_LoadSaveDialog_overwrite_title=Export User Libraries
UserLibraryPreferencePage_LoadSaveDialog_save_ok_message=Libraries successfully exported.
UserLibraryPreferencePage_LoadSaveDialog_overwrite_message=The file already exists. Do you want to overwrite the existing file?
UserLibraryPreferencePage_LoadSaveDialog_save_errordialog_title=Export User Libraries
UserLibraryPreferencePage_LoadSaveDialog_save_errordialog_message=Could not export file. {0}.
UserLibraryPreferencePage_LoadSaveDialog_location_error_save_enterlocation=A location must be specified for the export.
UserLibraryPreferencePage_LoadSaveDialog_location_error_save_invalid=The export location is invalid.
UserLibraryPreferencePage_LoadSaveDialog_list_error_save_nothingselected=Select the libraries to export.
UserLibraryPreferencePage_LoadSaveDialog_location_error_load_enterlocation=A location must be specified for the import target.
UserLibraryPreferencePage_LoadSaveDialog_location_error_load_invalid=The location path does not point to a file.
UserLibraryPreferencePage_LoadSaveDialog_list_error_load_nothingselected=Select the libraries to import.
UserLibraryPreferencePage_UserLibraryPreferencePage_libraries_up_button=&Up
UserLibraryPreferencePage_UserLibraryPreferencePage_libraries_down_button=D&own
UserLibraryPreferencePage_LoadSaveDialog_load_badformat=bad format
UserLibraryPreferencePage_LoadSaveDialog_load_replace_title=Import User Libraries
# template stuff
# 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_autoinsert=Auto&matically insert
EditTemplateDialog_content_assist=Insert &Variable...
JavaEditorPreferencePage_folding_title= &Folding
FoldingConfigurationBlock_enable= Enable f&olding
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
# Properties File Editor
PropertiesFileEditorPreferencePage_key= Keys
PropertiesFileEditorPreferencePage_value= Values
PropertiesFileEditorPreferencePage_assignment= Assignments
PropertiesFileEditorPreferencePage_argument= Arguments
PropertiesFileEditorPreferencePage_comment= Comments
PropertiesFileEditorPreferencePage_foreground=Fo&reground:
PropertiesFileEditorPreferencePage_color= C&olor:
PropertiesFileEditorPreferencePage_bold= &Bold
PropertiesFileEditorPreferencePage_italic= &Italic
PropertiesFileEditorPreferencePage_strikethrough=&Strikethrough
PropertiesFileEditorPreferencePage_underline=&Underline
PropertiesFileEditorPreferencePage_enable= Enab&le
PropertiesFileEditorPreferencePage_preview= Previe&w:
PropertiesFileEditorPreferencePage_link= Properties file editor preferences. Note that some preferences may be set on the <a>Text Editors</a> preference page.
PropertiesFileEditorPreferencePage_link_tooltip= Show the shared text editor preferences
# smart typing block
SmartTypingConfigurationBlock_autoclose_title=Automatically close
SmartTypingConfigurationBlock_automove_title=Automatically insert at correct position
SmartTypingConfigurationBlock_tabs_title=Tabulators
# The first argument will be replaced by the tab size, the second by the NLSed string of 'SmartTypingConfigurationBlock_tabs_message_spaces' or 'SmartTypingConfigurationBlock_tabs_message_tabs' (see below)
SmartTypingConfigurationBlock_tabs_message_text=The tab display value and whether spaces are used to indent lines are configured on the <a>formatter preference page</a>. The current indentation size is {0}, using {1}.
SmartTypingConfigurationBlock_tabs_message_tooltip=Go to the formatter preference page
SmartTypingConfigurationBlock_tabs_message_spaces=spaces
SmartTypingConfigurationBlock_tabs_message_tabs=tabs
SmartTypingConfigurationBlock_pasting_title=When pasting
SmartTypingConfigurationBlock_strings_title=In string literals
# do not translate the href arguments (org.eclipse.jdt.ui.preferences.ProblemSeveritiesPreferencePage and org.eclipse.ui.editors.preferencePages.Spelling)
SmartTypingConfigurationBlock_annotationReporting_link=Also see the <a href="org.eclipse.jdt.ui.preferences.ProblemSeveritiesPreferencePage">compiler warnings</a> and <a href="org.eclipse.ui.editors.preferencePages.Spelling">spell checking</a> preferences.
# code assist block
CodeAssistConfigurationBlock_insertionSection_title=Insertion
CodeAssistConfigurationBlock_sortingSection_title=Sorting and Filtering
CodeAssistConfigurationBlock_autoactivationSection_title=Auto-Activation
# do not translate the href arguments (org.eclipse.jdt.ui.preferences.ProblemSeveritiesPreferencePage)
CodeAssistConfigurationBlock_restricted_link=Proposals with <a href="org.eclipse.jdt.ui.preferences.ProblemSeveritiesPreferencePage">access restrictions</a>:
CodeAssistConfigurationBlock_hideForbidden_label=Hide fo&rbidden references
CodeAssistConfigurationBlock_hideDiscouraged_label=Hide dis&couraged references
# {0} will be replaced by the keyboard shortcut for the command (e.g. "Ctrl+Space", or "no shortcut")
CodeAssistConfigurationBlockInProgress_computer_description=The categories above the separator will be shown in the given order when repeatedly invoking content assist ({0}). Check the categories to show them in the default proposal list.
# stand-in text if there is no keyboard shortcut
CodeAssistConfigurationBlockInProgress_no_shortcut=no shortcut
# do not translate the href argument (org.eclipse.ui.preferencePages.Keys)
CodeAssistConfigurationBlockInProgress_computer_link=The key bindings for each proposal type can be changed on the <a href="org.eclipse.ui.preferencePages.Keys">Keys</a> preference page.
CodeAssistConfigurationBlockInProgress_Up=&Up
CodeAssistConfigurationBlockInProgress_Down=D&own
CodeAssistConfigurationBlockInProgress_separator=- Above shown separately -
CodeAssistConfigurationBlockInProgress_include=Include in the default proposals
# coloring
JavaEditorPreferencePage_coloring_category_java=Java
JavaEditorPreferencePage_coloring_category_javadoc=Javadoc
JavaEditorPreferencePage_coloring_category_comments=Comments
# linked mode
LinkedModeConfigurationBlock_annotationPresentationOptions= &Ranges:
LinkedModeConfigurationBlock_SQUIGGLES=Squiggles
LinkedModeConfigurationBlock_UNDERLINE=Underlined
LinkedModeConfigurationBlock_BOX=Box
LinkedModeConfigurationBlock_IBEAM=Vertical Bar
LinkedModeConfigurationBlock_HIGHLIGHT=Highlighted
LinkedModeConfigurationBlock_labels_showIn=&Show in text as:
LinkedModeConfigurationBlock_color= C&olor:
ProjectSelectionDialog_title=Project Specific Configuration
ProjectSelectionDialog_desciption=&Select the project to configure:
ProjectSelectionDialog_filter=&Filter projects with no project specific settings