1###############################################################################
2# Copyright (c) 2000, 2018 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13#     Mateusz Matela <mateusz.matela@gmail.com> - [code manipulation] [dcr] toString() builder wizard - https://bugs.eclipse.org/bugs/show_bug.cgi?id=26070
14#     Mateusz Matela <mateusz.matela@gmail.com> - [toString] Template edit dialog has usability issues - https://bugs.eclipse.org/bugs/show_bug.cgi?id=267916
15#     Mateusz Matela <mateusz.matela@gmail.com> - [toString] finish toString() builder wizard - https://bugs.eclipse.org/bugs/show_bug.cgi?id=267710
16#     Mateusz Matela <mateusz.matela@gmail.com> - [toString] toString() generator: Fields in declaration order - https://bugs.eclipse.org/bugs/show_bug.cgi?id=279924
17#     Pierre-Yves B. <pyvesdev@gmail.com> - Generation of equals and hashcode with java 7 Objects.equals and Objects.hashcode - https://bugs.eclipse.org/bugs/show_bug.cgi?id=424214
18###############################################################################
19
20JavaPlugin_additionalInfo_affordance=Press 'Tab' from proposal table or click for focus
21JavaPlugin_internal_error=Internal Error
22JavaElementProperties_name=Name
23
24InitializeAfterLoadJob_starter_job_name=Starting Java Tooling initialization
25JavaPlugin_initializing_ui=Initializing Java Tooling
26
27#########
28## actions
29#########
30
31OpenTypeAction_createProjectFirst=In order to open a type, a project needs to be created first.\n\nDo you want to open the 'New Project' wizard now?
32OpenTypeAction_description=Open a type in the editor
33OpenTypeAction_tooltip=Open a Type
34OpenTypeAction_errorMessage=Could not open all selected types.
35OpenTypeAction_multiStatusMessage=An exception occurred while opening a type.
36OpenTypeAction_errorTitle=Open Type
37OpenTypeAction_label=Open Type...
38OpenTypeAction_no_active_WorkbenchPage=No active workbench page
39
40OpenTypeAction_dialogTitle=Open Type
41OpenTypeAction_dialogMessage=&Enter type name prefix or pattern (*, ?, or camel case):
42OpenTypeSelectionDialog_open=&Open
43
44#######
45## dialogs
46#######
47JavaUI_defaultDialogMessage=Select entries:
48
49MultiElementListSelectionDialog_pageInfoMessage=Page {0} of {1}
50
51TypeSelectionDialog_dialogMessage=Type ''{0}'' could not be found in ''{1}''. Make sure all workspace resources are refreshed.
52TypeSelectionDialog_errorTitle=Select Type
53TypeSelectionDialog_progress_consistency=Initializing search indices
54TypeSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
55TypeSelectionDialog_error3Message=Unexpected exception. See log for details.
56TypeSelectionDialog_error3Title=Exception
57
58# DO NOT REMOVE, used in a product.
59TypeSelectionDialog_lowerLabel=&Qualifier:
60
61# DO NOT REMOVE, used in a product.
62TypeSelectionDialog_upperLabel=&Matching types:
63
64ExceptionDialog_seeErrorLogMessage= See error log for more details.
65
66MainTypeSelectionDialog_errorTitle=Error
67MultiMainTypeSelectionDialog_errorTitle=Error
68
69PackageSelectionDialog_error3Message=Unexpected exception. See log for details.
70PackageSelectionDialog_error_title=Error
71PackageSelectionDialog_nopackages_title=Package Selection
72PackageSelectionDialog_progress_search=Searching for all packages in workspace
73PackageSelectionDialog_nopackages_message=No packages available.
74PackageSelectionDialog_progress_findEmpty=Find empty packages
75ProblemMarkerManager_problem_marker_update_job_description=Sending problem marker updates...
76
77GenerateHashCodeEqualsDialog_blocks_button=Use &blocks in 'if' statements
78GenerateHashCodeEqualsDialog_j7hashequals_button=Use &Objects.hash and Objects.equals methods (1.7 or higher)
79GenerateHashCodeEqualsDialog_dialog_title=Generate hashCode() and equals()
80GenerateHashCodeEqualsDialog_selectioninfo_more={0} of {1} selected.
81GenerateHashCodeEqualsDialog_instanceof_button=&Use 'instanceof' to compare types
82GenerateHashCodeEqualsDialog_select_at_least_one_field=Select at least one field.
83GenerateHashCodeEqualsDialog_select_fields_to_include=Select the &fields to include in the hashCode() and equals() methods:
84GenerateHashCodeEqualsDialog_no_entries=No fields available.
85GenerateHashCodeEqualsDialog_generate=&Generate
86
87GenerateToStringDialog_template_content=&Pattern:
88GenerateToStringDialog_template_name=&Name:
89GenerateToStringDialog_templateEdition_NewWindowTitle=New template
90GenerateToStringDialog_templateEdition_TemplateNameDuplicateErrorMessage=Template with that name already exists.
91GenerateToStringDialog_templateEdition_TemplateNameEmptyErrorMessage=Template name cannot be empty.
92GenerateToStringDialog_templateEdition_WindowTitle=Edit template
93GenerateToStringDialog_templateManagerApplyButton=&Apply
94GenerateToStringDialog_templateManagerNoTemplateErrorMessage=There must be at least one template.
95GenerateToStringDialog_selectioninfo_customBuilderConfigError=Custom toString() builder is not configured properly.
96GenerateToStringDialog_selectioninfo_more={0} of {1} fields and {2} of {3} methods selected.
97GenerateToStringDialog_methods_node=Methods
98GenerateToStringDialog_fields_node=Fields
99GenerateToStringDialog_inherited_fields_node=Inherited fields
100GenerateToStringDialog_inherited_methods_node=Inherited methods
101GenerateToStringDialog_string_format_combo=String &format:
102GenerateToStringDialog_manage_templates_button=&Edit...
103GenerateToStringDialog_code_style_combo=C&ode style:
104GenerateToStringDialog_codeStyleConfigureButton=Con&figure...
105GenerateToStringDialog_customBuilderConfig_appendMethodField=&Append method:
106GenerateToStringDialog_customBuilderConfig_applyButton=A&pply
107GenerateToStringDialog_customBuilderConfig_browseButton=Bro&wse...
108GenerateToStringDialog_customBuilderConfig_builderClassField=&Builder class:
109GenerateToStringDialog_customBuilderConfig_chainedCallsCheckbox=&Chain invocations
110GenerateToStringDialog_customBuilderConfig_classSelection_message=Choose the toString() builder class:
111GenerateToStringDialog_customBuilderConfig_classSelection_windowTitle=Builder Class Selection
112GenerateToStringDialog_customBuilderConfig_dataValidationError=Error while validating entered data
113GenerateToStringDialog_customBuilderConfig_invalidAppendMethodError=There are no methods named "{0}" that can be used as append methods in selected class.
114GenerateToStringDialog_customBuilderConfig_invalidClassError="{0}" class does not exist. Configuration is invalid.
115GenerateToStringDialog_customBuilderConfig_invalidVariableNameError="{0}" cannot be used as a variable name.
116GenerateToStringDialog_customBuilderConfig_invalidResultMethodError=There''s no method named "{0}" that can be used as a result method in selected class.
117GenerateToStringDialog_customBuilderConfig_varNameField=Builder &variable name:
118GenerateToStringDialog_customBuilderConfig_noAppendMethodError=Selected type must provide methods that can be used to append objects (e.g. a method taking a signle Object argument).
119GenerateToStringDialog_customBuilderConfig_noBuilderClassError=Builder class field shouldn't be empty. Configuration is invalid.
120GenerateToStringDialog_customBuilderConfig_noConstructorError=Selected type must provide a constructor that takes a single object.
121GenerateToStringDialog_customBuilderConfig_noResultMethodError=Selected type must provide a method that can be used to retrieve result (i.e. taking no arguments and returning String)
122GenerateToStringDialog_customBuilderConfig_resultMethodField=&Result method:
123GenerateToStringDialog_customBuilderConfig_typeValidationError=Could not validate selected type.
124GenerateToStringDialog_customBuilderConfig_windowTitle=Configure Custom toString() Builder
125GenerateToStringDialog_ignore_default_button=&List contents of arrays instead of using native toString()
126GenerateToStringDialog_limit_elements_button=Li&mit number of items in arrays/collections/maps to
127GenerateToStringDialog_skip_null_button=Skip &null values
128GenerateToStringDialog_defaultTemplateName=<Default template>
129GenerateToStringDialog_dialog_title=Generate toString()
130GenerateToStringDialog_down_button=Do&wn
131GenerateToStringDialog_generated_code_group=Generated code
132GenerateToStringDialog_templatesManagerNewButton=&New...
133GenerateToStringDialog_templatesManagerPreview=&Preview:
134GenerateToStringDialog_newTemplateName=New template
135GenerateToStringDialog_newTemplateNameArg=New template ({0})
136GenerateToStringDialog_templatesManagerRemoveButton=&Remove
137GenerateToStringDialog_select_fields_to_include=&Select fields and methods to include in the toString() method:
138GenerateToStringDialog_sort_button=So&rt
139GenerateToStringDialog_generate_button=&Generate
140GenerateToStringDialog_templatesManagerTemplatesList=Create, edit or remove &templates:
141GenerateToStringDialog_templatesManagerTitle=Manage toString() Templates
142GenerateToStringDialog_teplatesManagerEditButton=&Edit...
143GenerateToStringDialog_up_button=&Up
144OverrideMethodDialog_groupMethodsByTypes=Group methods by types
145OverrideMethodDialog_dialog_title=Override/Implement Methods
146OverrideMethodDialog_dialog_description=Select methods to override or implement:
147OverrideMethodDialog_selectioninfo_more={0} of {1} selected.
148OverrideMethodDialog_filter_description=&Enter method name, prefix or pattern (*, ? or camel case)
149OverrideMethodDialog_link_tooltip=Show the code templates preferences.
150OverrideMethodDialog_link_message=The format of the method stubs may be configured on the <a>Code Templates</a> preference page.
151
152OverrideMethodDialog_searchtext_message=Search Methods
153
154TypeSelectionDialog2_title_format={0} - {1}
155
156TypeSelectionComponent_label= &Matching types:
157TypeSelectionComponent_menu=Menu
158TypeSelectionComponent_fully_qualify_duplicates_label=Show &Container for Duplicates
159TypeSelectionComponent_show_status_line_label=&Show Status Line
160
161TypeInfoViewer_job_label=Searching for all types
162TypeInfoViewer_job_error=Searching for all types failed
163TypeInfoViewer_job_cancel=Operation got canceled
164TypeInfoViewer_default_package=(default package)
165TypeInfoViewer_progress_label={0} ({1}%)
166TypeInfoViewer_progressJob_label=Progress Update Job
167TypeInfoViewer_searchJob_taskName=Searching...
168TypeInfoViewer_separator_message=Workspace matches
169TypeInfoViewer_remove_from_history=&Remove from History
170TypeInfoViewer_library_name_format=[{0}]
171TypeInfoViewer_syncJob_label=Synchronizing search tables
172TypeInfoViewer_syncJob_taskName=Refreshing indices...
173
174FilteredTypesSelectionDialog_default_package=(default package)
175FilteredTypesSelectionDialog_dialogMessage=Type ''{0}'' could not be found in ''{1}''. Make sure all workspace resources are refreshed.
176FilteredTypesSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
177FilteredTypesSelectionDialog_TypeFiltersPreferencesAction_label=&Type Filters...
178FilteredTypesSelectionDialog_library_name_format=[{0}]
179FilteredTypesSelectionDialog_searchJob_taskName=Searching
180FilteredTypeSelectionDialog_showContainerForDuplicatesAction=Show &Container for Duplicates
181FilteredTypeSelectionDialog_titleFormat={0} - {1}
182
183###########
184## viewsupport
185###########
186JavaElementLabels_anonym_type=new {0}() '{'...}
187JavaElementLabels_anonym=new Anonymous
188JavaElementLabels_category=[{0}]
189JavaElementLabels_concat_string=\ -\
190JavaElementLabels_comma_string=,\
191JavaElementLabels_declseparator_string=\ :\
192JavaElementLabels_category_separator_string=\
193JavaElementLabels_default_package=(default package)
194JavaElementLabels_import_container=import declarations
195JavaElementLabels_initializer={...}
196JavaElementLabels_onClassPathOf=\ (from {0} of {1})
197JavaElementLinks_title=in {0}
198
199StatusBarUpdater_num_elements_selected={0} items selected
200
201HistoryListAction_remove=&Remove
202HistoryListAction_remove_all=Remove &All
203HistoryListAction_max_entries_constraint=Please enter a positive integer smaller than {0}.
204OpenTypeHierarchyUtil_error_open_view=Problems opening Type Hierarchy View
205OpenTypeHierarchyUtil_error_open_perspective=Problems opening Type Hierarchy Perspective
206OpenTypeHierarchyUtil_error_open_editor=Problems opening Java Editor
207
208TypeInfoLabelProvider_default_package=(default package)
209
210JavaUIHelp_link_label=Javadoc for ''{0}''
211JavaUIHelpContext_javaHelpCategory_label= Java help:
212
213#########
214# DnD
215#########
216ResourceTransferDragAdapter_cannot_delete_resource=Cannot delete resources
217ResourceTransferDragAdapter_moving_resource=Moving Resources with Drag and Drop
218ResourceTransferDragAdapter_cannot_delete_files_singular=Cannot delete the following file
219ResourceTransferDragAdapter_cannot_delete_files_plural=Cannot delete the following {0} files
220
221#########
222# Spelling
223#########
224
225Spelling_error_label=The word ''{0}'' is not correctly spelled
226Spelling_correct_label=Change to ''{0}''
227Spelling_add_info=Adds the word ''{0}'' to the dictionary
228Spelling_add_label=Add ''{0}'' to dictionary
229Spelling_add_askToConfigure_title=Missing User Dictionary
230Spelling_add_askToConfigure_question=A user dictionary is needed to add words.\nDo you want to configure it now?\n
231Spelling_add_askToConfigure_ignoreMessage= &Do not show 'Add word' proposals if user dictionary is missing
232Spelling_ignore_info=Ignores ''{0}'' during the current session
233Spelling_ignore_label=Ignore ''{0}'' during the current session
234Spelling_case_label=Change to upper case
235Spelling_disable_label=Disable spell checking
236Spelling_disable_info=Disables spell checking.
237Spelling_error_case_label= The word ''{0}'' should have an initial upper case letter
238AbstractSpellingDictionary_encodingError= Could not read: ''{0}'', where the bad characters are replaced by ''{1}''. Check the encoding of the spelling dictionary ({2}).
239
240#########
241# misc
242#########
243
244JavaAnnotationHover_multipleMarkersAtThisLine=Multiple markers at this line
245JavaEditor_codeassist_noCompletions=No completions available.
246
247OptionalMessageDialog_dontShowAgain= Do not show this &message again
248
249ElementValidator_cannotPerform= The requested operation cannot be performed.
250
251SelectionListenerWithASTManager_job_title=Requesting Java AST from selection
252JavaOutlineControl_statusFieldText_hideInheritedMembers= Press ''{0}'' to hide inherited members
253JavaOutlineControl_statusFieldText_showInheritedMembers= Press ''{0}'' to show inherited members
254WithoutTestCodeDecorator_suffix_withoutTestCode=\ [without test code]
255
256##########
257# Rename support
258##########
259RenameSupport_not_available=The refactoring operation is not available
260RenameSupport_dialog_title=Rename Refactoring
261
262CoreUtility_job_title=Rebuilding
263CoreUtility_buildall_taskname=Build all...
264CoreUtility_buildproject_taskname=Build project ''{0}''...
265