| ############################################################################### |
| # Copyright (c) 2000, 2020 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| # John Kaplan, johnkaplantech@gmail.com - 108071 [code templates] template for body of newly created class |
| # Sebastian Davids, sdavids@gmx.de - 187316 [preferences] Mark Occurences Pref Page; Link to |
| ############################################################################### |
| # NLS_ENCODING=UTF-8 |
| # NLS_MESSAGEFORMAT_VAR |
| |
| BuildPathsPropertyPage_error_message=An error occurred while setting the include path |
| BuildPathsPropertyPage_error_title=Error Setting Include Path |
| BuildPathsPropertyPage_job_title=Setting include path |
| BuildPathsPropertyPage_no_java_project_message=Not a JavaScript project. |
| BuildPathsPropertyPage_closed_project_message=JavaScript information is not available for a closed project. |
| |
| BuildPathsPropertyPage_unsavedchanges_title=Setting JavaScript Include Path |
| BuildPathsPropertyPage_unsavedchanges_message=The JavaScript Include path property page contains unsaved modifications. Do you want to save changes so that other include 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=Include Path Variables |
| ClasspathVariablesPreferencePage_description=A include path variable can be added to a project's include path. |
| |
| ClasspathVariablesPreferencePage_savechanges_title=Includepath Variables |
| ClasspathVariablesPreferencePage_savechanges_message=Do you want to apply the changes to the include path variables now? Your changes will be lost if another page modifies the include 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_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_error_invalidnumberofemptylines=Invalid number of empty lines between groups |
| 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=Number of &static imports needed for .* (e.g. 'java.lang.Math.*'): |
| ImportOrganizeConfigurationBlock_saveDialog_error_message=Exporting import order file failed. |
| ImportOrganizeConfigurationBlock_emptylines_between_groups_label=Empt&y lines between import groups: |
| 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 JavaScript development within web pages: |
| StandaloneJavaScriptPreferencePage_description=General settings for JavaScript development: |
| |
| JavaBasePreferencePage_doubleclick_action=Action on double click in the Script and Project Explorers |
| JavaBasePreferencePage_doubleclick_gointo=&Go into the selected element |
| JavaBasePreferencePage_doubleclick_expand=E&xpand the selected element |
| JavaBasePreferencePage_do_not_hide_button=&Clear |
| |
| JavaBasePreferencePage_refactoring_title= Refactoring JavaScript code |
| JavaBasePreferencePage_refactoring_auto_save= &Save all modified resources automatically prior to refactoring |
| JavaBasePreferencePage_refactoring_lightweight=Rename in editor &without dialog |
| JavaBasePreferencePage_do_not_hide_description=Clear all 'do not show again' settings and show all hidden dialogs again |
| JavaBasePreferencePage_do_not_hide_dialog_title=Hidden Dialogs |
| JavaBasePreferencePage_do_not_hide_dialog_message=All 'do not ask again' settings for JavaScript dialogs cleared. Hidden dialogs will be shown again. |
| |
| JavaBasePreferencePage_search= Search |
| JavaBasePreferencePage_search_small_menu=Use &reduced search menu |
| |
| NewJavaProjectPreferencePage_title=New Project |
| NewJavaProjectPreferencePage_description=Specify the JavaScript global context root used as default by the New JavaScript Project creation wizard: |
| |
| NewJavaProjectPreferencePage_sourcefolder_label=JavaScript global context root |
| NewJavaProjectPreferencePage_sourcefolder_project=&Project |
| NewJavaProjectPreferencePage_sourcefolder_folder=&Folder |
| NewJavaProjectPreferencePage_folders_src=&Root folder name: |
| |
| |
| NewJavaProjectPreferencePage_folders_error_namesempty=Enter folder names. |
| NewJavaProjectPreferencePage_folders_error_invalidsrcname=Invalid source folder name: {0} |
| NewJavaProjectPreferencePage_folders_error_invalidcp=Settings will result in an invalid include path. Check for nested folders. |
| |
| NewJavaProjectPreferencePage_exclgroup_title=Default exclusion patterns |
| NewJavaProjectPreferencePage_exclgroup_description=Enter comma-separated patterns for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'.\nExample: 'scripts/util/A*.js,scripts/util/,**/Test*'. |
| NewJavaProjectPreferencePage_exclgroup_patterns_label=Patterns: |
| NewJavaProjectPreferencePage_exclgroup_patterns_validation_message=''{0}'' is not a valid exclusion pattern list |
| |
| 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_templateLiteral=Template literal |
| JavaEditorPreferencePage_singleLineComment=Single-line comment |
| JavaEditorPreferencePage_returnKeyword= Keyword 'return' |
| JavaEditorPreferencePage_keywords=Keywords excluding 'return' |
| JavaEditorPreferencePage_strings=Strings |
| JavaEditorPreferencePage_others=Others |
| JavaEditorPreferencePage_operators=Operators |
| JavaEditorPreferencePage_brackets=Brackets |
| 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 ¤t line |
| JavaEditorPreferencePage_showPrintMargin=Sho&w print margin |
| JavaEditorPreferencePage_printMarginColumn=&Print margin column: |
| JavaEditorPreferencePage_insertSingleProposalsAutomatically=Insert single &proposals automatically |
| JavaEditorPreferencePage_showOnlyProposalsVisibleInTheInvocationContext=Hide proposals ¬ visible in the invocation context |
| JavaEditorPreferencePage_presentProposalsInAlphabeticalOrder=&Sort proposals |
| JavaEditorPreferencePage_coloring_element=&Element: |
| JavaEditorPreferencePage_enableAutoActivation=&Enable auto activation |
| #JavaEditorPreferencePage_automaticallyAddImportInsteadOfQualifiedName=Add import instead of qua&lified name |
| #JavaEditorPreferencePage_suggestStaticImports=&Use static imports (only 5.0 or higher) |
| JavaEditorPreferencePage_completionInserts=Completion inser&ts |
| JavaEditorPreferencePage_completionOverwrites=Completion over&writes |
| JavaEditorPreferencePage_completionToggleHint=Press 'Ctrl' to toggle while content assist is active |
| JavaEditorPreferencePage_fillArgumentNamesOnMethodCompletion=&Fill argument names on completion |
| JavaEditorPreferencePage_guessArgumentNamesOnMethodCompletion=&Guess filled function arguments |
| JavaEditorPreferencePage_autoActivationDelay=A&uto activation delay: |
| JavaEditorPreferencePage_autoActivationTriggersForJava=Auto activation triggers for &JavaScript: |
| JavaEditorPreferencePage_autoActivationTriggersForJavaDoc=Auto activation triggers for JSD&oc: |
| 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_sourceHoverBackgroundColor= Source hover background |
| |
| 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_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= JSD&oc and comment regions |
| JavaEditorPreferencePage_wrapStrings= &Wrap automatically |
| JavaEditorPreferencePage_escapeStrings= Escape text w&hen pasting into a string literal |
| JavaEditorPreferencePage_addJavaDocTags= Add &JSDoc tags |
| JavaEditorPreferencePage_smartPaste= Adjust &indentation |
| JavaEditorPreferencePage_link=JavaScript 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_importsOnPaste=&Update imports |
| JavaEditorPreferencePage_subWordNavigation= Smart &caret positioning in JavaScript names (overrides platform behavior) |
| JavaEditorPreferencePage_typing_smartSemicolon= Se&micolons |
| JavaEditorPreferencePage_typing_smartOpeningBrace= &Braces |
| JavaEditorPreferencePage_typing_smartTab= &Tab key adjusts the indentation of the current line |
| JavaEditorPropertyPage_SaveActionLink_Text=The actions to execute when the JavaScript Editor is saved can be configured on to the <a>Save Action</a> property page. |
| |
| # DO NOT TRANSLATE "org.eclipse.ui.preferencePages.GeneralTextEditor", "org.eclipse.ui.preferencePages.ColorsAndFonts", and "org.eclipse.ui.editors.preferencePages.Annotations" |
| 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 pages. Decorations for annotations can be configured on the <a href=\"org.eclipse.ui.editors.preferencePages.Annotations\">Annotations</a> preference page. |
| |
| JavaEditorPreferencePage_hoverTab_title= Ho&vers |
| |
| JavaBasePreferencePage_dialogs=JavaScript dialogs |
| |
| JavaEditorPreferencePage_quickassist_lightbulb=L&ight bulb for quick assists |
| JavaEditorPreferencePage_showJavaElementOnly= O&nly show the selected JavaScript element |
| JavaEditorPreferencePage_showOverrideIndicators= S&how override indicators for JavaScript functions |
| |
| 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} |
| |
| MarkOccurrencesConfigurationBlock_title= &Mark Occurrences |
| |
| # DO NOT TRANSLATE "org.eclipse.ui.editors.preferencePages.Annotations" |
| MarkOccurrencesConfigurationBlock_link= The appearance can be configured on the <a href=\"org.eclipse.ui.editors.preferencePages.Annotations\">Annotations</a> preference page. |
| |
| MarkOccurrencesConfigurationBlock_link_tooltip=Show the annotations preferences |
| MarkOccurrencesConfigurationBlock_markOccurrences= Mark &occurrences of the selected element in the current file. |
| #MarkOccurrencesConfigurationBlock_markTypeOccurrences= &Types |
| MarkOccurrencesConfigurationBlock_markMethodOccurrences= &Functions |
| MarkOccurrencesConfigurationBlock_markConstantOccurrences= &Constants |
| #MarkOccurrencesConfigurationBlock_markFieldOccurrences= &Non-constant fields |
| MarkOccurrencesConfigurationBlock_markLocalVariableOccurrences= &Local variables |
| #MarkOccurrencesConfigurationBlock_markExceptionOccurrences= E&xpressions throwing a declared exception |
| MarkOccurrencesConfigurationBlock_markMethodExitPoints= Function &exits |
| #MarkOccurrencesConfigurationBlock_markImplementors= Functions implementing an &interface |
| MarkOccurrencesConfigurationBlock_markBreakContinueTargets= Targets of &break and continue statements |
| 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 JSDoc. The JSDoc location will contain a file called 'package-list'. |
| JavadocConfigurationBlock_workspace_archive_selection_dialog_title=JSDoc Archive Selection Dialog |
| JavadocConfigurationBlock_workspace_archive_selection_dialog_description=&Choose the archive containing the documentation |
| JavadocConfigurationPropertyPage_IsIncorrectElement_description=JSDoc location can only be attached to JavaScript projects or archives and class folders in JavaScript projects. Source folders use the location specified at their project. |
| JavadocConfigurationPropertyPage_IsJavaProject_description=Specify the location of the project\'s JSDoc documentation. This location is used by the JSDoc export wizard as the default value and by the \'Open External JSDoc\' action. For example: \'file:/c:/myworkspace/myproject/doc\'. |
| JavadocConfigurationPropertyPage_invalid_container=The current class path entry belongs to container ''{0}'' which can not be configured. |
| JavadocConfigurationPropertyPage_not_supported=The current class path entry belongs to container ''{0}'' which does not support the attachment of Javadoc to its entries. |
| |
| JavadocConfigurationBlock_browse_archive_button=&Browse... |
| JavadocConfigurationBlock_error_notafolder=Location does not exist. |
| JavadocConfigurationPropertyPage_read_only=The current class path entry belongs to container ''{0}'' which does not allow user modifications to Javadoc locations on its entries. |
| JavadocConfigurationBlock_javadocFolderDialog_label=JSDoc Location Selection |
| JavadocConfigurationBlock_javadocFolderDialog_message=Select JSDoc location: |
| JavadocConfigurationBlock_MalformedURL_error=Invalid URL |
| JavadocConfigurationBlock_validate_button=&Validate... |
| JavadocConfigurationBlock_workspace_radio=Wor&kspace file |
| JavadocConfigurationBlock_InvalidLocation_message=Location might be invalid. File 'index.html' that is typically available at the root of documentation created by the JSDoc tool has not been found. |
| JavadocConfigurationBlock_ValidLocation_message=Location is likely valid. File 'index.html' has been found. Open the location in your browser? |
| JavadocConfigurationBlock_UnableToValidateLocation_message=Cannot validate JSDoc location. |
| JavadocConfigurationBlock_MessageDialog_title=Validating JSDoc Location |
| JavadocConfigurationBlock_location_type_path_label=JSDoc &URL (e.g. 'http://www.sample-url.org/doc/' or 'file:/c:/myworkspace/myproject/doc') |
| JavadocConfigurationBlock_location_type_jar_label=JSDoc in ar&chive |
| JavadocConfigurationBlock_location_path_label=&JSDoc location path: |
| JavadocConfigurationBlock_location_jar_label=Archive &path: |
| JavadocConfigurationBlock_jar_path_label=Path &within archive: |
| JavadocConfigurationBlock_zipImportSource_title=JSDoc Archive Selection |
| JavadocConfigurationBlock_location_in_jarorzip_message=&Select the folder that is the root of the JSDoc documentation: |
| JavadocConfigurationBlock_browse_jarorzip_path_title=JSDoc Root Location |
| JavadocConfigurationBlock_browse_archive_path_button=Br&owse... |
| JavadocConfigurationBlock_browse_folder_button=&Browse... |
| JavadocConfigurationBlock_error_notafile=Archive can not be found in file system |
| JavadocConfigurationBlock_external_radio=E&xternal file |
| JavadocConfigurationBlock_error_invalidarchivepath=Archive path is not a valid path. |
| JavadocConfigurationBlock_error_archivepathnotabsolute=Archive path must be an absolute path. |
| JavadocConfigurationBlock_error_archive_not_found_in_workspace=Archive can not be found in workspace |
| |
| SourceAttachmentPropertyPage_error_title=Error Attaching Source |
| SourceAttachmentPropertyPage_read_only=The current class path entry belongs to container ''{0}'' which does not allow user modifications to source attachments on its entries. |
| SourceAttachmentPropertyPage_error_message=An error occurred while associating the source |
| SourceAttachmentPropertyPage_not_supported=The current class path entry belongs to container ''{0}'' which does not support the attachment of sources to its entries. |
| SourceAttachmentPropertyPage_noarchive_message=Source can only be attached to archive and class folders in JavaScript projects. |
| SourceAttachmentPropertyPage_invalid_container=The current class path entry belongs to container ''{0}'' which can not be configured. |
| 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 JavaScript elements in viewers: |
| #AppearancePreferencePage_methodreturntype_label= Show &function return types |
| AppearancePreferencePage_inferredmethodreturntype_label= Show inferred &function return types |
| #AppearancePreferencePage_methodtypeparams_label=Show function type pa&rameters |
| AppearancePreferencePage_showCategory_label=Show categ&ories |
| #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.wst.jsdt' pattern '.' will compress it to '..jdt', '0' to 'jdt', '1~.' to 'o~.e~.jdt'): |
| AppearancePreferencePage_coloredlabels_label=Sho&w colored labels |
| AppearancePreferencePage_showMembersInPackagesView=S&how members in Script and Project Explorers |
| AppearancePreferencePage_stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the JavaScript 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 Script Explorer layout |
| AppearancePreferencePage_foldEmptySourceFolders= &Fold empty source folders in hierarchical Script and Project Explorer layouts |
| |
| CodeFormatterPreferencePage_title=Code Formatter |
| CodeFormatterPreferencePage_description=Sele&ct a profile: |
| |
| |
| TodoTaskPreferencePage_title=Task Tags |
| TodoTaskPreferencePage_description=&Strings indicating tasks in JavaScript 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 JavaScript 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_include_path_problems=&Include 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? |
| ProblemSeveritiesConfigurationBlock_treat_optional_as_fatal=Treat errors like &fatal compiler errors (make compiled code not executable) |
| 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<ered Resources: |
| JavaBuildConfigurationBlock_build_invalid_classpath_label=Abo&rt build when include path errors occur |
| JavaBuildConfigurationBlock_build_recreate_modified=Rebuild class files modified by others |
| |
| 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 include 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 JavaScript file: |
| |
| 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_Resolution=&Resolution |
| ProblemSeveritiesConfigurationBlock_section_code_style=&Code style |
| ProblemSeveritiesConfigurationBlock_section_generics=&Generic types |
| ProblemSeveritiesConfigurationBlock_section_deprecations=D&eprecated and restricted API |
| ProblemSeveritiesConfigurationBlock_section_name_shadowing=Name &shadowing and conflicts |
| ProblemSeveritiesConfigurationBlock_section_annotations=A&nnotations |
| ProblemSeveritiesConfigurationBlock_needsbuild_title=Error/Warning Settings Changed |
| ProblemSeveritiesConfigurationBlock_UnresolvedTypes=Unresolved Types |
| ProblemSeveritiesConfigurationBlock_UnresolvedFields=Unresolved Fields |
| 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 optional JavaScript validator problems: |
| ProblemSeveritiesConfigurationBlock_pb_unsafe_type_op_label=Unchecked generic type operation: |
| ProblemSeveritiesConfigurationBlock_pb_raw_type_reference=Usage of a raw type: |
| ProblemSeveritiesConfigurationBlock_pb_final_param_bound_label=Generic t&ype 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 function 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 token in '@SuppressWarnings': |
| ProblemSeveritiesConfigurationBlock_pb_unused_throwing_exception_when_overriding_label=Check overriding and implementing functions |
| ProblemSeveritiesConfigurationBlock_pb_missing_serial_version_label=Seriali&zable class without serialVersionUID: |
| |
| ProblemSeveritiesConfigurationBlock_pb_undefined_field_label=Undefined Field: |
| ProblemSeveritiesConfigurationBlock_pb_method_naming_label=&Function 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 function conflicts &with protected 'Object' function: |
| 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 &import: |
| 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 functions |
| ProblemSeveritiesConfigurationBlock_pb_unused_private_label=Unused local or private member: |
| ProblemSeveritiesConfigurationBlock_pb_parameter_assignment=Parameter assignment: |
| ProblemSeveritiesConfigurationBlock_pb_redundant_null_check=Redundant null check: |
| ProblemSeveritiesConfigurationBlock_pb_non_externalized_strings_label=Non-externalized strings (missing/unused $NON-NLS$ tag): |
| 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 function |
| ProblemSeveritiesConfigurationBlock_pb_empty_statement_label=Empty statement: |
| ProblemSeveritiesConfigurationBlock_LooselyDeclaredGlobalVar=Loosely Declared, Globally Scoped Variable Usage |
| ProblemSeveritiesConfigurationBlock_pb_unnecessary_type_check_label=Unnecessary cast or 'instanceof' operation: |
| ProblemSeveritiesConfigurationBlock_pb_incomplete_enum_switch_label=Enum type constant not covered on 'switch': |
| ProblemSeveritiesConfigurationBlock_pb_null_reference=Null reference: |
| ProblemSeveritiesConfigurationBlock_UnresolvedMethods=Unresolved Methods |
| ProblemSeveritiesConfigurationBlock_Optionalsemicolon=Optional Semi-Colon |
| ProblemSeveritiesConfigurationBlock_pb_potential_null_reference=Potential null pointer access: |
| ProblemSeveritiesConfigurationBlock_pb_duplicate_local_variables=Duplicate local variables: |
| ProblemSeveritiesConfigurationBlock_pb_fall_through_case='switch' case fall-through: |
| 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_ignore_documented_unused_parameters=Ignore parameters documented with '&@param' tag |
| ProblemSeveritiesConfigurationBlock_enableSemanticValidation=Enable JavaScript se&mantic validation |
| ProblemSeveritiesConfigurationBlock_enableStrictOnKeywordUsageValidation=Strict validation of JavaScript keywords usage |
| ProblemSeveritiesConfigurationBlock_pb_type_parameter_hiding_label=Type parameter hides another type: |
| ProblemSeveritiesConfigurationBlock_pb_unused_label_label=Unused 'break' or 'continue' label: |
| ProblemSeveritiesconfigurationBlock_pb_uninitialized_local_variable=Uninitialized local variables: |
| ProblemSeveritiesconfigurationBlock_pb_uninitialized_global_variable=Uninitialized global variables: |
| JavadocProblemsPreferencePage_title=JSDoc 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=JSDoc Settings Changed |
| JavadocProblemsConfigurationBlock_needsfullbuild_message=The JSDoc settings have changed. A full rebuild is required for changes to take effect. Do the full build now? |
| JavadocProblemsConfigurationBlock_needsprojectbuild_message=The JSDoc 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 JSDoc comments: |
| |
| JavadocProblemsConfigurationBlock_pb_javadoc_support_label=Proc&ess JSDoc comments (includes search and refactoring) |
| JavadocProblemsConfigurationBlock_pb_invalid_javadoc_label=Mal&formed JSDoc 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 JSDoc &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 functions |
| JavadocProblemsConfigurationBlock_pb_missing_comments_label=&Missing JSDoc comments: |
| JavadocProblemsConfigurationBlock_pb_missing_comments_visibility_label=&Only consider members as visible as: |
| JavadocProblemsConfigurationBlock_pb_missing_comments_overriding_label=Chec&k overriding and implementing functions |
| |
| |
| CompliancePreferencePage_title=Compiler |
| CompliancePreferencePage_description=Options for the JavaScript validator:\nNote that a full rebuild is required for changes to take effect. |
| |
| ComplianceConfigurationBlock_error=Error |
| ComplianceConfigurationBlock_warning=Warning |
| ComplianceConfigurationBlock_ignore=Ignore |
| |
| ComplianceConfigurationBlock_source_type_script=Script |
| ComplianceConfigurationBlock_source_type_module=Module |
| |
| ComplianceConfigurationBlock_version00=External Builder/Validator |
| ComplianceConfigurationBlock_version11=1.1 |
| ComplianceConfigurationBlock_version12=1.2 |
| ComplianceConfigurationBlock_version13=1.3 |
| ComplianceConfigurationBlock_version14=ECMAScript 3 |
| ComplianceConfigurationBlock_version15=ECMAScript 4 |
| ComplianceConfigurationBlock_version16=6.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_src_greater_compliance=Source compatibility must be equal or less than compliance level. |
| 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=ECMAScript compliance level: |
| ComplianceConfigurationBlock_default_settings_label=Use defaul&t compliance settings |
| ComplianceConfigurationBlock_source_compatibility_label=Source co&mpatibility: |
| ComplianceConfigurationBlock_source_type_label=&Source type: |
| 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=ECMAScript Compliance |
| ComplianceConfigurationBlock_classfiles_group_label=Classfile Generation |
| ComplianceConfigurationBlock_classfile_greater_compliance=Classfile compatibility must be equal or less than compliance level. |
| ComplianceConfigurationBlock_classfile_greater_source=Classfile compatibility must be greater or equal than source compatibility. |
| |
| ComplianceConfigurationBlock_jrecompliance_info=When selecting {0} compliance, make sure to have a compatible JRE installed and activated (Currently {1}). <a href="1" >Configure...</a> |
| ComplianceConfigurationBlock_jrecompliance_info_project=When selecting {0} compliance, make sure to have a compatible JRE installed and activated (Currently {1}). Configure the <a href="1" >Installed JREs</a> or change the JRE on the <a href="2" >JavaScript include path</a>. |
| |
| 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 JavaScript validator like <a href=''{3}''>Todo</a> tasks, problem <a href=''{4}''>severities</a>, <a href=''{5}''>JSDoc</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}''>JSDoc 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 functions |
| |
| 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_vars_label=Vars |
| MembersOrderPreferencePage_constructors_label=Constructors |
| MembersOrderPreferencePage_methods_label=Functions |
| MembersOrderPreferencePage_staticfields_label=Static Fields |
| MembersOrderPreferencePage_staticmethods_label=Static Functions |
| 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=Function body |
| CodeTemplateBlock_constructorstub_label=Constructor body |
| CodeTemplateBlock_newtype_label=New JavaScript files |
| CodeTemplateBlock_classbody_label=Class body |
| CodeTemplateBlock_interfacebody_label=Interface body |
| CodeTemplateBlock_enumbody_label=Enum body |
| CodeTemplateBlock_annotationbody_label=Annotation body |
| CodeTemplateBlock_typecomment_label=Types |
| CodeTemplateBlock_fieldcomment_label=Fields |
| CodeTemplateBlock_filecomment_label=Files |
| CodeTemplateBlock_methodcomment_label=Functions |
| CodeTemplateBlock_overridecomment_label=Overriding functions |
| CodeTemplateBlock_delegatecomment_label=Delegate functions |
| 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=Au&tomatically add comments for new functions 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 content 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_ignore_single_letters_label=I&gnore single letters |
| SpellingPreferencePage_ignore_java_strings_label=Ignore Ja&va string literals |
| SpellingPreferencePage_ignore_ampersand_in_properties_label=Ignore '&&' in &JavaScript properties files |
| SpellingPreferencePage_ignore_non_letters_label=Ignore &non-letters at word boundaries |
| SpellingPreferencePage_proposals_threshold= Ma&ximum 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_dictionary_none=none |
| SpellingPreferencePage_encoding_label=En&coding: |
| SpellingPreferencePage_locale_error=There is no dictionary available for this language. |
| SpellingPreferencePage_filedialog_title=Select User 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_group_user=Options |
| SpellingPreferencePage_group_dictionary=Dictionary |
| SpellingPreferencePage_group_dictionaries=Dictionaries |
| SpellingPreferencePage_group_advanced=Advanced |
| SpellingPreferencePage_user_dictionary_description=The user dictionary is a text file with one word on each line |
| |
| BuildPathPreferencePage_title=Build Path |
| BuildPathPreferencePage_description=Build path settings: |
| |
| UserLibraryPreferencePage_title=User Libraries |
| UserLibraryPreferencePage_description=User libraries can be included in a JavaScript project. They consist of external JavaScript source files that will be made available for validation and content assist purposes in the project. |
| |
| UserLibraryPreferencePage_libraries_label=&Defined user libraries: |
| UserLibraryPreferencePage_libraries_new_button=&New... |
| UserLibraryPreferencePage_libraries_edit_button=&Edit... |
| UserLibraryPreferencePage_libraries_addjar_button=Add &.js file... |
| UserLibraryPreferencePage_libraries_addfolder_button=Add folder... |
| UserLibraryPreferencePage_libraries_remove_button=&Remove |
| UserLibraryPreferencePage_libraries_load_button=I&mport... |
| UserLibraryPreferencePage_libraries_save_button=E&xport... |
| |
| UserLibraryPreferencePage_operation=Updating include path containers... |
| UserLibraryPreferencePage_operation_error=Error while updating include path containers |
| |
| UserLibraryPreferencePage_config_error_title=User Libraries |
| UserLibraryPreferencePage_config_error_message=Configuration of user libraries failed. |
| UserLibraryPreferencePage_browsejar_new_title=.js File Selection |
| UserLibraryPreferencePage_browsejar_edit_title=Edit .js File Selection |
| UserLibraryPreferencePage_browsefolder_new_title=Folder Selection |
| UserLibraryPreferencePage_browsefolder_new_message=Select a folder from the file system. Any .js files contained in it and its sub-folders will be added to the library. |
| |
| 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_LibraryNameDialog_name_error_invalid=Name contains invalid characters. |
| |
| 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_error_spaces=Template name cannot contain spaces. |
| 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 ''{0}'' folding provider does not exist. |
| FoldingConfigurationBlock_warning_providerNotFound_resetToDefault= The ''{0}'' folding provider could not be found. Resetting to the default folding provider. |
| |
| |
| # smart typing block |
| SmartTypingConfigurationBlock_autoclose_title=Automatically close |
| SmartTypingConfigurationBlock_automove_title=Automatically insert at correct position |
| SmartTypingConfigurationBlock_tabs_title=Tabulators |
| # The argument will be replaced by the tab display size |
| SmartTypingConfigurationBlock_tabs_message_tab_text=The tab display value (currently {0}) and whether spaces are used to indent lines are configured on the <a>formatter preference page</a>. The current indentation mode uses tabs. |
| # The first argument will be replaced by the tab display size, the second by the indent size and the third by the NLSed string of 'SmartTypingConfigurationBlock_tabs_message_spaces' or 'SmartTypingConfigurationBlock_tabs_message_tabs' (see below) |
| SmartTypingConfigurationBlock_tabs_message_others_text=The tab display value (currently {0}) and whether spaces are used to indent lines are configured on the <a>formatter preference page</a>. The current indentation size is {1}, using {2}. |
| SmartTypingConfigurationBlock_tabs_message_tooltip=Go to the formatter preference page |
| SmartTypingConfigurationBlock_tabs_message_spaces=spaces |
| SmartTypingConfigurationBlock_tabs_message_tabs=tabs |
| SmartTypingConfigurationBlock_tabs_message_tabsAndSpaces=tabs and spaces |
| SmartTypingConfigurationBlock_pasting_title=When pasting |
| SmartTypingConfigurationBlock_strings_title=In string literals |
| # do not translate the href arguments (org.eclipse.wst.jsdt.ui.preferences.ProblemSeveritiesPreferencePage and org.eclipse.ui.editors.preferencePages.Spelling) |
| SmartTypingConfigurationBlock_annotationReporting_link=Also see the <a href="org.eclipse.wst.jsdt.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_matchCamelCase_label=Show ca&mel case matches |
| CodeAssistConfigurationBlock_autoactivationSection_title=Auto-Activation |
| # do not translate the href arguments (org.eclipse.wst.jsdt.ui.preferences.ProblemSeveritiesPreferencePage) |
| CodeAssistConfigurationBlock_restricted_link=Proposals with <a href="org.eclipse.wst.jsdt.ui.preferences.ProblemSeveritiesPreferencePage">access restrictions</a>: |
| CodeAssistConfigurationBlock_hideForbidden_label=Hide fo&rbidden references |
| CodeAssistConfigurationBlock_hideDiscouraged_label=Hide dis&couraged references |
| CodeAssistConfigurationBlock_hideDeprecated_label=&Hide deprecated references |
| |
| # {0} will be replaced by the keyboard shortcut for the command (e.g. "Ctrl+Space", or "no shortcut") |
| CodeAssistAdvancedConfigurationBlock_page_description=Configure the behavior of the content assist ({0}) command. |
| # stand-in text if there is no keyboard shortcut in above statement |
| CodeAssistAdvancedConfigurationBlock_no_shortcut=no shortcut |
| CodeAssistAdvancedConfigurationBlock_default_table_description=Select the proposal kinds contained in the 'default' content assist list: |
| CodeAssistAdvancedConfigurationBlock_default_table_category_column_title=Default Proposal Kinds |
| CodeAssistAdvancedConfigurationBlock_default_table_keybinding_column_title=Key Binding |
| # do not translate the href argument (org.eclipse.ui.preferencePages.Keys) |
| CodeAssistAdvancedConfigurationBlock_key_binding_hint=Individual key bindings can be assigned to each proposal kind on the <a href="org.eclipse.ui.preferencePages.Keys">Keys</a> preference page. |
| CodeAssistAdvancedConfigurationBlock_separate_table_description=Content assist cycling: Select the proposal kinds that are cycled through when repeatedly invoking content assist: |
| CodeAssistAdvancedConfigurationBlock_separate_table_category_column_title=Separate Proposal Kinds |
| CodeAssistAdvancedConfigurationBlock_Up=&Up |
| CodeAssistAdvancedConfigurationBlock_Down=D&own |
| CodeAssistAdvancedConfigurationBlock_parameterNameFromAttachedJavadoc_timeout=Timeout for fetching a parameter name from attached JSDoc: |
| |
| # Abbreviation for milliseconds |
| CodeAssistAdvancedConfigurationBlock_parameterNameFromAttachedJavadoc_timeout_ms=ms |
| |
| CodeAssistAdvancedConfigurationBlock_parameterNameFromAttachedJavadoc_timeout_emptyInput=Empty input. |
| CodeAssistAdvancedConfigurationBlock_parameterNameFromAttachedJavadoc_timeout_invalidInput=''{0}'' is not a valid input. |
| CodeAssistAdvancedConfigurationBlock_parameterNameFromAttachedJavadoc_timeout_invalidRange=Value must be between {0} and {1}. |
| |
| CodeAssistStaticMembersConfigurationBlock_description= Define a list of static members or types with static members. Content assist will propose those static members even if the import is missing. |
| CodeAssistStaticMembersConfigurationBlock_newType_button= New &Type... |
| CodeAssistStaticMembersConfigurationBlock_newMember_button= New &Member... |
| CodeAssistStaticMembersConfigurationBlock_edit_button= &Edit |
| CodeAssistStaticMembersConfigurationBlock_remove_button= &Remove |
| |
| FavoriteStaticMemberInputDialog_member_title= New Member Favorite |
| FavoriteStaticMemberInputDialog_member_labelText= Enter a fully qualified static member (e.g. \'java.lang.Math.sqrt\'): |
| FavoriteStaticMemberInputDialog_type_title= New Type Favorite |
| FavoriteStaticMemberInputDialog_type_labelText= Enter a fully qualified type (e.g. \'java.lang.Math\'): |
| FavoriteStaticMemberInputDialog_browse_button= &Browse... |
| FavoriteStaticMemberInputDialog_ChooseTypeDialog_title= Type Selection |
| FavoriteStaticMemberInputDialog_ChooseTypeDialog_description= Choose type name: |
| FavoriteStaticMemberInputDialog_ChooseTypeDialog_error_message= A problem occurred while collecting types. See the error Log for details. |
| FavoriteStaticMemberInputDialog_error_enterName=Enter a name or prefix. |
| FavoriteStaticMemberInputDialog_error_invalidTypeName=Not a valid type name. |
| FavoriteStaticMemberInputDialog_error_invalidMemberName=Not a valid member name. |
| FavoriteStaticMemberInputDialog_error_entryExists=Entry already exists in list. |
| |
| # coloring |
| JavaEditorPreferencePage_coloring_category_java=JavaScript |
| JavaEditorPreferencePage_coloring_category_javadoc=JSDoc |
| JavaEditorPreferencePage_coloring_category_comments=Comments |
| |
| ProjectSelectionDialog_title=Project Specific Configuration |
| ProjectSelectionDialog_desciption=&Select the project to configure: |
| ProjectSelectionDialog_filter=Show only &projects with project specific settings |
| |
| CleanUpPreferencePage_Description=A&ctive profile: |
| CleanUpPreferencePage_Title=Code Clean Up |
| |
| #JS Runtimes related |
| AbstractRuntimeInstallPage_MissingRuntimeName_Message=Enter a name for the runtime install |
| AbstractRuntimeInstallPage_DuplicateName_Error=Runtime name {0} is already in use |
| AbstractRuntimeInstallPage_InvalidFileName_Error=Runtime name must be a valid file name: {0} |
| AddRuntimeInstallWizard_WindowTitle=Add JavaScript Runtime Install |
| EditRuntimeInstallWizard_WindowTitle=Edit JavaScript Runtime Install |
| InstalledJSRuntimesBlock_DefaultRuntime_Label={0} (default) |
| InstalledJSRuntimesBlock_ContributedRuntime_Label={0} (contributed) |
| InstalledJSRuntimesBlock_InstalledRuntimes_Label=Installed JavaScript runtimes |
| InstalledJSRuntimesBlock_NameColumn_Label=Name |
| InstalledJSRuntimesBlock_LocationColumn_Label=Location |
| InstalledJSRuntimesBlock_AddButton_Label=&Add |
| InstalledJSRuntimesBlock_EditButton_Label=&Edit |
| InstalledJSRuntimesBlock_DuplicateButton_Label=&Duplicate |
| InstalledJSRuntimesBlock_RemoveButton_Label=&Remove |
| JSRuntimesPreferencePage_JSRuntimes_Title=JavaScript Runtimes |
| JSRuntimesPreferencePage_NoRuntimes_Error=Provide at least one runtime install to act as default for the system |
| JSRuntimesPreferencePage_NoDefaultRuntime_Error=Select default install for the system |
| JSRuntimesPreferencePage_UnsavedChanges_Message=This page contains unsaved modifications. Do you want to apply the changes before leaving? |
| JSRuntimesPreferencePage_ApplyButton_Label=Apply |
| JSRuntimesPreferencePage_DiscardButton_Label=Discard |
| JSRuntimesPreferencePage_ApplyLaterButton_Label=Apply later |
| RuntimeDetailsDialog_RuntimeDetails_Title=JavaScript Runtime Details |
| RuntimeDetailsDialog_TypeField_Label=Type: |
| RuntimeDetailsDialog_NameField_Label=Name: |
| RuntimeDetailsDialog_LocationField_Label=Location: |
| RuntimeDetailsDialog_ArgumentsField_Label=Arguments: |
| StandardRuntimeInstallPage_PageTitle=Add JavaScript Runtime Install |
| StandardRuntimeInstallPage_RuntimeLocationField_Label=Location: |
| StandardRuntimeInstallPage_RuntimeLocationFileButton_Label=Select file |
| StandardRuntimeInstallPage_RuntimeLocationNameField_Label=Name: |
| StandardRuntimeInstallPage_RuntimeArgumentsField_Label=Arguments: |
| StandardRuntimeInstallPage_RuntimeLocationVariablesButton_Label=Variables |
| StandardRuntimeInstallPage_RuntimeEmptyLocation_Error=Location can not be empty |
| StandardRuntimeInstallPage_RuntimeUnexistingLocation_Error=Location does not exist |
| StandardRuntimeInstallPage_RuntimeDefinition_Title=JavaScript Runtime install definition |
| StandardRuntimeInstallPage_RuntimeAttributes_Message=Specify the JavaScript runtime installation attributes |
| JSRuntimes_MissingPath={0} (missing path) |
| TaskTagLinkText=Task Tags in JavaScript files can be configured <a>here</a>. |
| TaskTagLinkAlternateText=Automatic Task Tag detection is available by installing the Eclipse Web JavaScript Developer Tools |