Skip to main content
summaryrefslogtreecommitdiffstats
blob: dccbacde3eb6e791e687441df119d94848bcb729 (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
###############################################################################
# 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.annotationsTab.title= Annotation&s
TextEditorPreferencePage.analyseAnnotationsWhileTyping= Analyze annotations &while typing
TextEditorPreferencePage.annotationPresentationOptions= Annotation &presentation:
TextEditorPreferencePage.annotations.bookmarks= Bookmarks
TextEditorPreferencePage.annotations.searchResults= Search Results
TextEditorPreferencePage.annotations.errors= Errors
TextEditorPreferencePage.annotations.warnings= Warnings
TextEditorPreferencePage.annotations.infos= Infos
TextEditorPreferencePage.annotations.tasks= Tasks
TextEditorPreferencePage.annotations.others= Others
TextEditorPreferencePage.annotations.showInText= Show in &text
TextEditorPreferencePage.annotations.highlightInText= &Highlight in text
TextEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
TextEditorPreferencePage.annotations.showInVerticalRuler= Show in vertical r&uler
TextEditorPreferencePage.annotations.color= C&olor:

TextEditorPreferencePage.general=Appeara&nce
TextEditorPreferencePage.displayedTabWidth=Displayed &tab width:
TextEditorPreferencePage.printMarginColumn=Print margin col&umn:
TextEditorPreferencePage.showOverviewRuler=Show overview &ruler
TextEditorPreferencePage.showLineNumbers=Show lin&e numbers
TextEditorPreferencePage.changedLineColor=Changed lines background
TextEditorPreferencePage.addedLineColor=Added lines background
TextEditorPreferencePage.deletedLineColor=Deleted lines indicator
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 onl&y standard caret
TextEditorPreferencePage.accessibility.wideCaret= Ena&ble thick caret

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

TextEditorPreferencePage.quickdiffTab.title= &Quick Diff
TextEditorPreferencePage.showQuickDiffPerDefault=Always &show Quick Diff coloring
TextEditorPreferencePage.quickdiff.referenceprovidertitle=Quickdiff &reference providers:
TextEditorPreferencePage.quickdiff.setDefault=Make &Default
TextEditorPreferencePage.quickdiff.defaultlabel= (default)
TextEditorPreferencePage.quickDiffCharacterMode= Show changes using &characters instead of colors (on line number bar only)

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.

Back to the top