]> git.uio.no Git - ifi-stolz-refaktor.git/blame - case-study/jdt-before/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-before / ui / org / eclipse / jdt / internal / ui / javaeditor / JavaEditorMessages.properties
CommitLineData
1b2798f6
EK
1###############################################################################
2# Copyright (c) 2000, 2012 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# Andre Soereng <andreis@fast.no> - [syntax highlighting] highlight numbers - https://bugs.eclipse.org/bugs/show_bug.cgi?id=63573
11# Bjoern Michael <b.michael@gmx.de> - [syntax highlighting] Syntax coloring for abstract classes - https://bugs.eclipse.org/331311
12# Bjoern Michael <b.michael@gmx.de> - [syntax highlighting] Add highlight for inherited fields - https://bugs.eclipse.org/348368
13###############################################################################
14
15AddImportOnSelection_label=A&dd Import
16AddImportOnSelection_tooltip=Create Import Statement on Selection
17AddImportOnSelection_description=Create import statement on selection
18
19AddImportOnSelection_error_title=Add Import
20
21AddImportOnSelection_dialog_title=Add Import
22AddImportOnSelection_dialog_message=&Choose element to generate an import statement for:
23
24ClassFileEditor_error_classfile_not_on_classpath=The class file is not on the classpath
25ClassFileEditor_SourceAttachmentForm_cannotconfigure=The JAR of this class file belongs to container ''{0}'' can not be configured.
26ClassFileEditor_SourceAttachmentForm_notsupported=The JAR of this class file belongs to container ''{0}'' which does not support the attachment of sources to its entries.
27ClassFileEditor_error_invalid_input_message=The Class File Viewer cannot handle the given input (''{0}'').
28ClassFileEditor_SourceAttachmentForm_readonly=The JAR of this class file belongs to container ''{0}'' which does not allow modifications to source attachments on its entries.
29ClassFileEditor_error_title=Error Creating Editor
30ClassFileEditor_error_message=An error occurred while creating the class file editor.
31
32ClassFileMarkerAnnotationModel_error_isAcceptable=ClassFileMarkerAnnotationModel.isAcceptable
33ClassFileMarkerAnnotationModel_error_isAffected=ClassFileMarkerAnnotationModel.isAffected
34ClassFileMarkerAnnotationModel_error_resourceChanged=ClassFileMarkerAnnotationModel.resourceChanged
35
36CompilationUnitEditor_error_saving_message1=File has been deleted or is not accessible.
37CompilationUnitEditor_error_saving_title1=Cannot Save
38CompilationUnitEditor_error_saving_editedLines_calculation_message=The file has been saved but a failure occurred while calculating the edited lines.
39CompilationUnitEditor_error_saving_editedLines_calculation_link=If the problem persists disable to format edited lines on the <a>Save Actions</a> preference page.
40CompilationUnitEditor_error_saving_editedLines_calculation_property_link=If the problem persists disable to format edited lines on the <a>Save Actions</a> property page.
41CompilationUnitEditor_error_saving_participant_message=The file has been saved but one of the save actions failed.
42CompilationUnitEditor_error_saving_participant_link=If the problem persists disable the failing participants on the <a>Save Actions</a> preference page.
43CompilationUnitEditor_error_saving_participant_property_link=If the problem persists disable the failing participants on the <a>Save Actions</a> property page.
44
45JavaOutlinePage_Sort_label=Sort
46JavaOutlinePage_Sort_tooltip=Sort
47JavaOutlinePage_Sort_description=Enable Sorting
48JavaOutlinePage_GoIntoTopLevelType_label=Go Into Top Level Type
49JavaOutlinePage_GoIntoTopLevelType_tooltip=Go Into Top Level Type
50JavaOutlinePage_GoIntoTopLevelType_description=Show children of top level type only
51JavaOutlinePage_error_NoTopLevelType=Top level type not defined
52
53ToggleComment_error_title=Toggle Comment
54ToggleComment_error_message=An error occurred while toggling comments.
55
56ContentAssistProposal_label=&Default
57BasicEditorActionContributor_specific_content_assist_menu=Co&ntent Assist
58
59Editor_FoldingMenu_name=F&olding
60
61CompilationUnitDocumentProvider_saveAsTargetOpenInEditor=Target file is already open in another editor.
62CompilationUnitDocumentProvider_progressNotifyingSaveParticipants=Notifying save participants
63CompilationUnitDocumentProvider_error_saveParticipantProblem=A save participant caused problems.
64CompilationUnitDocumentProvider_calculatingChangedRegions_message=Calculating changed regions
65CompilationUnitDocumentProvider_error_calculatingChangedRegions=An error occurred while calculating the changed regions. See error log for details.
66CompilationUnitDocumentProvider_error_saveParticipantSavedFile=The save participant ''{0}'' spuriously saved the file.
67CompilationUnitDocumentProvider_error_saveParticipantFailed=The save participant ''{0}'' caused an exception: {1}. See the error log for details.
68
69ClassFileDocumentProvider_error_createElementInfo=ClassFileDocumentProvider.createElementInfo
70
71ExpandSelectionMenu_label=E&xpand Selection To
72
73GotoMatchingBracket_label= Matching &Bracket
74GotoMatchingBracket_error_noMatchingBracket=No matching bracket found
75GotoMatchingBracket_error_bracketOutsideSelectedElement=Matching bracket is outside the selected element
76
77ShowInBreadcrumbAction_label=Show in &Breadcrumb
78SourceAttachmentForm_title=Class File Editor
79SourceAttachmentForm_heading=Source not found
80SourceAttachmentForm_message_noSource=There is no source file attached to the class file {0}.
81SourceAttachmentForm_message_noSourceAttachment=The JAR file {0} has no source attachment.
82SourceAttachmentForm_message_pressButtonToAttach=You can attach the source by clicking Attach Source below:
83SourceAttachmentForm_message_noSourceInAttachment=The source attachment does not contain the source for the file {0}.
84SourceAttachmentForm_message_pressButtonToChange=You can change the source attachment by clicking Change Attached Source below:
85SourceAttachmentForm_button_attachSource=&Attach Source...
86SourceAttachmentForm_button_changeAttachedSource=&Change Attached Source...
87SourceAttachmentForm_error_title=Error Opening Source Attachment Form
88SourceAttachmentForm_error_message=An error occurred while opening the source attachment form.
89SourceAttachmentForm_attach_error_title=Error Attaching Source
90SourceAttachmentForm_attach_error_message=An error occurred while applying the source attachment.
91
92EditorUtility_concatModifierStrings= {0} + {1}
93EditorUtility_no_editorInput=Could not get an editor input for the given element
94EditorUtility_file_must_not_be_null=File must not be null
95EditorUtility_no_active_WorkbenchPage=No active workbench page
96
97OverrideIndicatorManager_implements= implements {0}
98OverrideIndicatorManager_intallJob= Override indicator installation job
99OverrideIndicatorManager_overrides= overrides {0}
100OverrideIndicatorManager_open_error_title= Open Declaring Method
101OverrideIndicatorManager_open_error_message= Could not open the super implementation.
102OverrideIndicatorManager_open_error_messageHasLogEntry= Could not open the super implementation.\nSee the error log for details.
103
104SemanticHighlighting_job= Semantic Highlighting Job
105SemanticHighlighting_field= Fields
106SemanticHighlighting_staticField= Static fields
107SemanticHighlighting_staticFinalField= Constants
108SemanticHighlighting_inheritedField= Inherited fields
109SemanticHighlighting_methodDeclaration= Method declarations
110SemanticHighlighting_staticMethodInvocation= Static method invocations
111SemanticHighlighting_annotationElementReference= Annotation element references
112SemanticHighlighting_abstractMethodInvocation= Abstract method invocations
113SemanticHighlighting_inheritedMethodInvocation= Inherited method invocations
114SemanticHighlighting_localVariableDeclaration= Local variable declarations
115SemanticHighlighting_localVariable= Local variable references
116SemanticHighlighting_parameterVariable= Parameter variables
117SemanticHighlighting_deprecatedMember= Deprecated members
118SemanticHighlighting_typeVariables= Type variables
119SemanticHighlighting_method= Methods
120SemanticHighlighting_autoboxing= Auto(un)boxed expressions
121SemanticHighlighting_numbers= Numbers
122SemanticHighlighting_classes= Classes
123SemanticHighlighting_enums= Enums
124SemanticHighlighting_interfaces= Interfaces
125SemanticHighlighting_annotations= Annotations
126SemanticHighlighting_typeArguments= Type arguments
127SemanticHighlighting_abstractClasses= Abstract classes
128
129JavaEditor_FormatElementAction_description=Format enclosing text element
130JavaEditor_FormatElementAction_label=Format Eleme&nt
131JavaEditor_FormatElementDialog_label=Format Element
132JavaEditor_markOccurrences_job_name= Occurrences Marker
133JavaEditorBreadcrumbActionGroup_go_to_editor_action_label=&Go to Editor
134
135JavaElementHyperlink_hyperlinkText= Open Declaration
136JavaElementHyperlink_hyperlinkText_qualified=Open ''{0}''
137
138JavaElementImplementationHyperlink_error_no_implementations_found_message=Problems finding implementations.
139JavaElementImplementationHyperlink_error_status_message=An error occurred while searching for implementations of method ''{0}''. See error log for details.
140JavaElementImplementationHyperlink_hyperlinkText= Open Implementation
141JavaElementImplementationHyperlink_hyperlinkText_qualified=Open Implementation for ''{0}''
142JavaElementImplementationHyperlink_search_method_implementors=Searching for implementors of ''{0}''...
143JavaElementDeclaredTypeHyperlink_hyperlinkText_qualified=Open Declared Type for ''{0}''
144JavaElementDeclaredTypeHyperlink_hyperlinkText_qualified_signature=Open Declared Type ''{0}''
145JavaElementDeclaredTypeHyperlink_hyperlinkText=Open Declared Type
146JavaElementDeclaredTypeHyperlink_error_msg= Cannot open the declared type as it is either primitive or cannot be resolved.
147JavaElementReturnTypeHyperlink_hyperlinkText_qualified=Open Return Type for ''{0}''
148JavaElementReturnTypeHyperlink_hyperlinkText=Open Return Type
149JavaElementReturnTypeHyperlink_error_msg=Cannot open the return type as it cannot be resolved.
150JavaElementSuperImplementationHyperlink_hyperlinkText_qualified= Open Super Implementation for ''{0}''
151JavaElementSuperImplementationHyperlink_hyperlinkText= Open Super Implementation
152
153Editor_OpenPropertiesFile_error_keyNotFound= The key "{0}" is not defined in this properties file
154Editor_OpenPropertiesFile_error_fileNotFound_dialogMessage= Could not determine properties file
155Editor_OpenPropertiesFile_error_openEditor_dialogMessage= Could not open the properties file editor for: {0}
156Editor_OpenPropertiesFile_hyperlinkText= Open in ''{0}''
157
158Editor_MoveLines_IllegalMove_status= Move not possible - Uncheck "Show Source of Selected Element Only" to see the entire document