Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eeb64c72004a35940159a0780449bd057c30f4e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#########################################
# Copyright (c) 2005, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#     QNX Software System
#     Anton Leherbauer (Wind River Systems)
#     Markus Schorn (Wind River Systems)
#     Sergey Prigogin (Google)
#     Tomasz Wesolowski
#     Mathias Kunter
#     Alvaro Sanchez-Leon (Ericsson)
#########################################

AddIncludeOnSelection_label=Add Include
AddIncludeOnSelection_description=Add include statement for selected name
AddIncludeOnSelection_error_title=Error Adding Include
AddIncludeOnSelection_insertion_failed=Adding include statements failed
AddIncludeOnSelection_help_provider_error=Help provider error
AddIncludesOperation_description=Adding include statement

OrganizeIncludes_label=Organize Includes
OrganizeIncludes_description=Organize includes for current file
OrganizeIncludes_action=Organizing includes
OrganizeIncludes_error_title=Error Organizing Includes
OrganizeIncludes_insertion_failed=Adding include statements failed
OrganizeIncludes_help_provider_error=Help provider error
OrganizeIncludes_failed=Organize Includes operation failed
OrganizeIncludes_choose_header=Choose a header file to include for symbol ''{0}'' 
OrganizeIncludesOperation_description=Organizing include statements

ShowInCView_description=Show the current resource in the C/C++ Projects view
ShowInCView_label=Show in C/C++ Projects
ShowInCView_tooltip=Show current resource in C/C++ Projects view

OpenDeclarations_description=Open an editor on the selected element's declaration
OpenDeclarationsAction_dialog_title=Open Declaration
OpenDeclarationsAction_selectMessage=Select one element from the list
OpenDeclarations_dialog_title=Open Declaration
OpenDeclarations_label=&Open Declaration
OpenDeclarations_tooltip=Open an editor on the selected element's declaration
OverrideIndicatorManager_implements=Implements
OverrideIndicatorManager_overrides=Overrides
OverrideIndicatorManager_shadows=Shadows
OverrideIndicatorManager_via=via

DefaultCEditorTextHover_html_name=<b>Name:</b> 
DefaultCEditorTextHover_html_prototype=<br><b>Prototype:</b> 
DefaultCEditorTextHover_html_description=<br><b>Description:</b><br>
DefaultCEditorTextHover_html_includes=<br><b>Header files:</b><br>

CEditor_menu_folding=F&olding

EditorUtility_concatModifierStrings= {0} + {1}

GotoMatchingBracket_label=Go to Matching Bracket
GotoMatchingBracket_error_invalidSelection=No bracket selected
GotoMatchingBracket_error_noMatchingBracket=No matching bracket found
GotoMatchingBracket_error_bracketOutsideSelectedElement=Bracket is outside selected element

Scalability_message=You are opening a large file. Scalability mode has been turned on for this editor to help improve performance.\n\nDo you want to change scalability settings now?
Scalability_info=Editor Scalability
Scalability_linkToolTip=Open the Scalability preference page
Scalability_reappear=Do not show this message again.
# do not translate the href argument (org.eclipse.cdt.ui.preferences.CScalabilityPreferences)
Scalability_outlineDisabled=Outline is disabled due to scalability mode (<a href="org.eclipse.cdt.ui.preferences.CScalabilityPreferences">options</a>).

ToggleComment_error_title=Comment/Uncomment
ToggleComment_error_message=An error occurred while commenting/uncommenting.

InactiveCodeHighlighting_job= Inactive Code Highlighting

Reconciling_job= Reconciling

SemanticHighlighting_job= Semantic Highlighting
SemanticHighlighting_field= Fields
SemanticHighlighting_staticField= Static fields
SemanticHighlighting_staticConstField= Constants
SemanticHighlighting_methodDeclaration= Method declarations
SemanticHighlighting_staticMethodInvocation= Static method invocations
SemanticHighlighting_localVariableDeclaration= Local variable declarations
SemanticHighlighting_localVariable= Local variable references
SemanticHighlighting_globalVariable= Global variables
SemanticHighlighting_parameterVariable= Parameter variables
SemanticHighlighting_method= Methods
SemanticHighlighting_classes= Classes, Structs, Unions
SemanticHighlighting_enums= Enums
SemanticHighlighting_enumerator= Enumerators
SemanticHighlighting_templateArguments= Template arguments
SemanticHighlighting_templateParameter= Template parameters
SemanticHighlighting_functionDeclaration= Function declarations
SemanticHighlighting_function= Functions
SemanticHighlighting_overloadedOperators= Overloaded Operators
SemanticHighlighting_macroSubstitution= Macro references
SemanticHighlighting_macroDefintion= Macro definitions
SemanticHighlighting_typeDef= Typedefs
SemanticHighlighting_namespace= Namespaces
SemanticHighlighting_label= Labels
SemanticHighlighting_problem= Problems
SemanticHighlighting_externalSDK= External SDK calls

CEditor_markOccurrences_job_name= Occurrences Marker
CEditor_index_expander_job_name= Index Expander
CEditorActionContributor_ExpandSelectionMenu_label=E&xpand Selection To
StepIntoSelection_unable_to_resolve_name=Unable to resolve the selection to a semantic object

Back to the top