Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6ebeb122f4b15be798addfb131d6d195770162e6 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
###############################################################################
# Copyright (c) 2000, 2007 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
###############################################################################

EditorsPlugin_internal_error=Internal Error

TextEditorPreferencePage_displayedTabWidth=Displayed &tab width:
TextEditorPreferencePage_convertTabsToSpaces=&Insert spaces for &tabs
TextEditorPreferencePage_undoHistorySize=&Undo history size:
TextEditorPreferencePage_printMarginColumn=&Print margin column:
TextEditorPreferencePage_showLineNumbers=Show lin&e numbers
TextEditorPreferencePage_highlightCurrentLine=Hi&ghlight current line
TextEditorPreferencePage_showPrintMargin=Sho&w print margin
TextEditorPreferencePage_color=&Color:
TextEditorPreferencePage_appearanceOptions=Appearance co&lor options:
TextEditorPreferencePage_lineNumberForegroundColor=Line number foreground
TextEditorPreferencePage_currentLineHighlighColor=Current line highlight
TextEditorPreferencePage_printMarginColor=Print margin
TextEditorPreferencePage_foregroundColor=Foreground color
TextEditorPreferencePage_backgroundColor=Background color
TextEditorPreferencePage_findScopeColor=Find scope
TextEditorPreferencePage_accessibility_disableCustomCarets= Use &custom caret
TextEditorPreferencePage_accessibility_wideCaret= &Enable thick caret
TextEditorDefaultsPreferencePage_range_indicator=Show &range indicator
TextEditorDefaultsPreferencePage_warn_if_derived= War&n before editing a derived file
TextEditorDefaultsPreferencePage_smartHomeEnd= &Smart caret positioning at line start and end
TextEditorDefaultsPreferencePage_showWhitespaceCharacters= Show wh&itespace characters
TextEditorDefaultsPreferencePage_textDragAndDrop= Enable drag and dro&p of text
TextEditorPreferencePage_colorsAndFonts_link= More colors can be configured on the <a>Colors and Fonts</a> preference page.
TextEditorPreferencePage_colorsAndFonts_link_tooltip= Show the Colors and Fonts preferences

TextEditorPreferencePage_overwriteMode= Disable &overwrite typing mode

TextEditorPreferencePage_selectionForegroundColor= Selection foreground color
TextEditorPreferencePage_selectionBackgroundColor= Selection background color
TextEditorPreferencePage_systemDefault= System De&fault

TextEditorPreferencePage_invalidInput= ''{0}'' is not a valid input.
TextEditorPreferencePage_invalidRange= Value must be in between ''{0}'' and ''{1}''.
TextEditorPreferencePage_emptyInput= Empty input.

TextEditorPreferencePage_showAffordance= S&how affordance in hover on how to make it sticky


QuickDiffConfigurationBlock_description= General Quick Diff settings.
QuickDiffConfigurationBlock_referenceProviderTitle= &Use this reference source:
QuickDiffConfigurationBlock_characterMode= &Use characters to show changes in vertical ruler
QuickDiffConfigurationBlock_showForNewEditors= &Enable quick diff
QuickDiffConfigurationBlock_showInOverviewRuler= Show differences in &overview ruler
QuickDiffConfigurationBlock_colorTitle= Colo&rs
QuickDiffConfigurationBlock_changeColor= C&hanges:
QuickDiffConfigurationBlock_additionColor= Addi&tions:
QuickDiffConfigurationBlock_deletionColor= De&letions:

NewTextEditorAction_namePrefix=Untitled

AnnotationsConfigurationBlock_description= General annotation settings.
AnnotationsConfigurationBlock_showInText=&Text as
AnnotationsConfigurationBlock_DASHED_BOX=Dashed Box
AnnotationsConfigurationBlock_showInOverviewRuler=&Overview ruler
AnnotationsConfigurationBlock_showInVerticalRuler=&Vertical ruler
AnnotationsConfigurationBlock_annotationPresentationOptions=Annotation ty&pes:
AnnotationsConfigurationBlock_SQUIGGLES=Squiggles
AnnotationsConfigurationBlock_UNDERLINE=Underlined
AnnotationsConfigurationBlock_BOX=Box
AnnotationsConfigurationBlock_IBEAM=Vertical Bar
AnnotationsConfigurationBlock_HIGHLIGHT=Highlighted
AnnotationsConfigurationBlock_labels_showIn=Show in
AnnotationsConfigurationBlock_color=&Color:

HyperlinkDetectorsConfigurationBlock_description= On demand hyperlinks are shown when moving the mouse in the editor while the specified modifier is pressed. The hyperlinks appear on mouse move when no modifier is specified.\n
HyperlinksEnabled_label= &Enable on demand hyperlink style navigation
HyperlinkDetectorTable_nameColumn= Link Kind
HyperlinkDetectorTable_modifierKeysColumn= Modifier Keys
HyperlinkDetectorTable_targetNameColumn= Available In
HyperlinkColor_label=Hyperlink
HyperlinkDefaultKeyModifier_label= &Default modifier key:
HyperlinkKeyModifier_label= &Modifier keys for selected detector:
HyperlinkKeyModifier_error_modifierIsNotValid= Modifier ''{0}'' is not valid.
HyperlinkKeyModifier_error_shiftIsDisabled= The modifier 'Shift' is not allowed because 'Shift' + click sets a new selection.
HyperlinkKeyModifier_delimiter= +
HyperlinkKeyModifier_concatModifierStrings= {0} + {1}
HyperlinkKeyModifier_insertDelimiterAndModifier= \ + {0}
# The following two property values need to end with a space
HyperlinkKeyModifier_insertDelimiterAndModifierAndDelimiter= \ + {0} +\ 
HyperlinkKeyModifier_insertModifierAndDelimiter= \ {0} +\ 

SelectResourcesDialog_filterSelection= &Filter Selection...
SelectResourcesDialog_deselectAll= &Deselect All
SelectResourcesDialog_selectAll= &Select All
SelectResourcesDialog_noFilesSelected= No file selected.
SelectResourcesDialog_oneFileSelected= 1 file selected.
SelectResourcesDialog_nFilesSelected= {0} files selected.

ConvertLineDelimitersAction_default_label=\ [default]
ConvertLineDelimitersAction_dialog_title=Convert Line Delimiters to {0}
ConvertLineDelimitersToMacOS9_label=&MacOS 9
ConvertLineDelimitersToWindows_label=&Windows
ConvertLineDelimitersToUnix_label=&Unix
ConvertLineDelimitersAction_dialog_description=Select files to convert:
RemoveTrailingWhitespaceHandler_dialog_title=Remove Trailing Whitespace
RemoveTrailingWhitespaceHandler_dialog_description=Select files:


AccessibilityPreferencePage_accessibility_title=Accessibility

SpellingConfigurationBlock_enable= &Enable spell checking
SpellingConfigurationBlock_combo_caption= Select spelling engine to &use:
SpellingConfigurationBlock_info_no_preferences= The selected spelling engine did not provide a preference control
SpellingConfigurationBlock_error_not_exist= The selected spelling engine does not exist
SpellingConfigurationBlock_error_title=Dismiss Changes
SpellingConfigurationBlock_error_message=The currently displayed spelling engine preferences contain invalid values. Dismiss changes?

# linked mode
LinkedModeConfigurationBlock_annotationPresentationOptions= &Ranges:
LinkedModeConfigurationBlock_SQUIGGLES=Squiggles
LinkedModeConfigurationBlock_UNDERLINE=Underlined
LinkedModeConfigurationBlock_BOX=Box
LinkedModeConfigurationBlock_IBEAM=Vertical Bar
LinkedModeConfigurationBlock_HIGHLIGHT=Highlighted
LinkedModeConfigurationBlock_DASHED_BOX=Dashed Box
LinkedModeConfigurationBlock_labels_showIn=&Show in text as:
LinkedModeConfigurationBlock_color= C&olor:
LinkedModeConfigurationBlock_linking_title=Lin&ked Mode

Back to the top