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: 410db75bc005d1291398b0a4ae79f330f0b06144 (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
###############################################################################
# Copyright (c) 2001, 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
#     Jens Lukowski/Innoopract - initial renaming/restructuring
#     
###############################################################################
! Properties file for component: XMDTD - XML Tools DTD Editor
! Packaged for translation in:  xml.zip

providerName=Eclipse.org
pluginName=SSE DTD Source Editor

DTD_Source_Page_Editor.name=DTD Editor
_UI_LABEL_DTD_FILES=DTD Files
DTD_Templates.name=Templates
_UI_LABEL_DTD_STYLES=Styles
DTD_Syntax_Coloring=Syntax Coloring
_UI_WIZARD_NEW_DTD=DTD
_UI_CREATE_NEW_DTD_FILE=Create a new DTD file
##
StructureSelectEnclosing_label=Enclosing Element
StructureSelectEnclosing_tooltip=Expand selection to include enclosing element
StructureSelectNext_label=Next Element
StructureSelectNext_tooltip=Expand selection to include next sibling
StructureSelectPrevious_label=Previous Element
StructureSelectPrevious_tooltip=Expand selection to include previous sibling
StructureSelectHistory_label=Restore Last Selection
StructureSelectHistory_tooltip=Restore last selection
##
AddTask.label=Add &Task...
AddTask.tooltip=Add Task...
AddBookmark.label=Add Boo&kmark...
AddBookmark.tooltip=Add Bookmark...
SelectRuler.label=Select Ruler
##
_UI_MENU_VALIDATE_DTD               = &Validate DTD File

DTD_New_context_type_Extension_Element.name=New DTD
_UI_LABEL_GENERAL=General
_UI_LABEL_OTHER=Other
_UI_LABEL_ATTRIBUTES=Attributes
_UI_LABEL_DOCUMENTATION=Documentation
##
preferenceKeywords.files=editor dtd creating files suffix specified
preferenceKeywords.templates=editor dtd templates snippet macros
preferenceKeywords.styles=editor dtd style customize syntax highlighting type text content foreground background bold color

Back to the top