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