Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 45f4b16a3414db1d88e8d9c6ed2d2619384f688a (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
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

EditorsPlugin.internal_error=Internal Error

TextEditorPreferencePage.description=Text Editor settings:

TextEditorPreferencePage.general=Appeara&nce
TextEditorPreferencePage.displayedTabWidth=Displayed &tab width:
TextEditorPreferencePage.printMarginColumn=&Print margin column:
TextEditorPreferencePage.showOverviewRuler=Show overview &ruler
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.accessibility.disableCustomCarets= Use c&ustom caret
TextEditorPreferencePage.accessibility.wideCaret= Ena&ble thick caret

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

TextEditorPreferencePage.empty_input=Empty input
TextEditorPreferencePage.invalid_input=''{0}'' is not a valid input.

QuickDiffConfigurationBlock.title= &Quick Diff
QuickDiffConfigurationBlock.description= General Quick Diff settings.
QuickDiffConfigurationBlock.referenceProviderTitle=Quick Diff reference &providers:
QuickDiffConfigurationBlock.setDefault=&Make Default
QuickDiffConfigurationBlock.defaultlabel= (default)
QuickDiffConfigurationBlock.characterMode= Show changes &using characters instead of colors (on line number bar only)
QuickDiffConfigurationBlock.showForNewEditors=&Enable quick diff when opening a new editor
QuickDiffConfigurationBlock.showInOverviewRuler= Show differences in &overview ruler
QuickDiffConfigurationBlock.colorTitle=Colo&rs
QuickDiffConfigurationBlock.changeColor= C&hanges:
QuickDiffConfigurationBlock.additionColor= Addi&tions:
QuickDiffConfigurationBlock.deletionColor= De&letions:

OpenExternalFileAction.dialog.text=Open External File
OpenExternalFileAction.FileNotFound={0}\nFile not found.
OpenExternalFileAction.SelectWorkspaceFile=Select Workspace File
OpenExternalFileAction.FileLinkedtoMultiple=The selected file is referenced by multiple linked resources in the workspace.\nPlease select the workspace resource you want to use to open the file.

AnnotationConfigurationBlock.description= General annotation settings.
AnnotationConfigurationBlock.annotationPresentationOptions= Annotation &presentation:
AnnotationConfigurationBlock.showInText= Show in &text
AnnotationConfigurationBlock.NONE=None
AnnotationConfigurationBlock.SQUIGGLES=Squiggles
AnnotationConfigurationBlock.UNDERLINE=Underline
AnnotationConfigurationBlock.BOX=Box
AnnotationConfigurationBlock.IBEAM=IBeam
AnnotationConfigurationBlock.highlightInText= &Highlight in text
AnnotationConfigurationBlock.showInOverviewRuler= Show in overview &ruler
AnnotationConfigurationBlock.showInVerticalRuler= Show in vertical r&uler
AnnotationConfigurationBlock.color= C&olor:

Back to the top