Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 756eb8bb2be49457e6a310366b864541b73a9092 (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
###############################################################################
# Copyright (c) 2001, 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
#     Jens Lukowski/Innoopract - initial renaming/restructuring
#     
###############################################################################
providerName=Eclipse.org
pluginName=Structured Source Editor
nlFeatureName=Structured Source Editor NL Support
Standalone_Structured_Source_Editor.name=Standalone Structured Source Editor
# Name on preferences page
WEB_AND_XML_Files.name=Web and XML
Structured_Text_Editor.name=Structured Text Editors
Task_Tags_Preferences.name=Task Tags

#
sourceEditorFontDefiniton.label=Structured Text Editor Text Font
sourceEditorFontDefintion.description=The Structured text editor text font is used by Structured text editors.

Adapter_Factory_Description_Extension.name=Adapter Factory Description Extension
Embedded_Content_Type_Adapter_Factory_Provider_Extension.name=Embedded Content Type Adapter Factory Provider Extension
Extended_Editor_Actions_Extension.name=Extended Editor Actions Extension
Drop_Target_Transfers_Extension.name=Drop Target Transfers Extension
Extended_Editor_Configuration_Extension.name=Extended Editor Configuration Extension
##########################################################################
# These strings are used in Workbench Keys Preferences
##########################################################################
scope.structuredTextEditor.name=Editing in Structured Text Editors
scope.structuredTextEditor.description=Editing in Structured Text Editors
command.toggle.comment.name=Toggle Comment
command.toggle.comment.description=Toggle Comment
command.add.block.comment.name=Add Block Comment
command.add.block.comment.description=Add Block Comment
command.remove.block.comment.name=Remove Block Comment
command.remove.block.comment.description=Remove Block Comment
command.cleanup.document.name=Cleanup Document
command.cleanup.document.description=Cleanup document
command.format.document.name=Format Document
command.format.document.description=Format document
command.format.active.elements.name=Format Active Elements
command.format.active.elements.description=Format active elements
command.open.file.from.source.name=Open Selection
command.open.file.from.source.description=Open an editor on the selected link
command.search.find.occurrences.name=Occurrences in File
command.search.find.occurrences.description=Find occurrences of the selection in the file
ActionDefinition.selectEnclosing.name=Select Enclosing Element
ActionDefinition.selectEnclosing.description=Expand selection to include enclosing element
ActionDefinition.selectNext.name=Select Next Element
ActionDefinition.selectNext.description=Expand selection to include next sibling
ActionDefinition.selectPrevious.name=Select Previous Element
ActionDefinition.selectPrevious.description=Expand selection to include previous sibling
ActionDefinition.selectLast.name=Restore Last Selection
ActionDefinition.selectLast.description=Restore last selection
ActionDefinition.showJavadoc.name=Show Tooltip Description
ActionDefinition.showJavadoc.description=Displays the hover help for the selected element
ActionDefinition.quickFix.name=Quick Fix
ActionDefinition.quickFix.description=Quick Fix

##########################################################################
# These strings are used in file and container resource popup menu
##########################################################################
Source=&Source
FormatDocument=&Format document
##
Breakpoint_Extension_Point.name=Breakpoint Extension Point
Source_Validation_Extension_Point.name=Reconcile Validator Extension Point
###############################################################################
# The following property keys maybe unused. Commented out on 4/12/2005. Uncomment if needed.
#Bean_Info_Provider_Extension.name=Bean Info Provider Extension
#SpellCheck_Extension_Point.name=SpellCheck Extension Point
#Open_On_Extension_Point.name=Open On Extension Point
#Spell_Check_label=Spell Check
#Spell_Check_tooltip=Spell Check
Dummy.label=

Back to the top