Skip to main content
summaryrefslogtreecommitdiffstats
blob: bf3e02bb0a88b9729459cc2225d18d3623ffd125 (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
###############################################################################
# Copyright (c) 2000, 2004 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.description=Text Editor settings:

TextEditorPreferencePage.displayedTabWidth=Displayed &tab width:
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=C&olor:
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.accessibility.disableCustomCarets= Use c&ustom caret
TextEditorPreferencePage.accessibility.wideCaret= Ena&ble thick caret

TextEditorPreferencePage.overwriteMode= Disable &overwrite typing mode

TextEditorPreferencePage.selectionForegroundColor= Selection foreground color
TextEditorPreferencePage.selectionBackgroundColor= Selection background color
TextEditorPreferencePage.systemDefault=System De&fault

TextEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
TextEditorPreferencePage.invalid_range=Value must be in between ''{0}'' and ''{1}''.

QuickDiffConfigurationBlock.description= General Quick Diff settings.
QuickDiffConfigurationBlock.referenceProviderTitle=Use this reference source:
QuickDiffConfigurationBlock.characterMode= &Use characters to show changes on line number bar
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:

OpenExternalFileAction.title=Open External File
OpenExternalFileAction.message.fileNotFound=The file ''{0}'' could not be found.
OpenExternalFileAction.message.filesNotFound=The following files could not be found:\n{0}
OpenExternalFileAction.title.selectWorkspaceFile=Select Workspace File
OpenExternalFileAction.message.fileLinkedToMultiple=The selected file is referenced by multiple linked resources in the workspace.\nSelect a workspace resource to open the file.

NewTextEditorAction.namePrefix=Untitled

AnnotationsConfigurationBlock.description= General annotation settings.
AnnotationsConfigurationBlock.showInText=&Text as 
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= C&olor:

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 
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:

HyperlinksEnabled.label= Support &hyperlink style navigation
HyperlinkColor.label=Hyperlink
HyperlinkKeyModifier.label= Hyperlink style navigation key &modifier:
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.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
HyperlinkKeyModifier.insertModifierAndDelimiter= \ {0} + 
HyperlinkKeyModifier.insertDelimiterAndModifier= \ + {0}

AccessibilityPreferencePage.accessibility.title=Accessibility

SpellingConfigurationBlock.enable= Enable spelling
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?

Back to the top