blob: dd19ba9c32fcf90fb93449798999dd2c678be695 [file] [log] [blame]
amywu4311d142006-10-16 16:34:22 +00001###############################################################################
2# Copyright (c) 2005, 2006 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
nitind35747e32006-02-20 18:52:34 +000011! Properties file for component: XML tools DTD Editor
12! Packaged for translation in: xml.zip
13
14! org.eclipse.wst.dtd.ui.internal.properties.section.OccurrenceSection.java
15_UI_ONCE = Just once (1)
16_UI_ONE_OR_MORE = One or more (+)
17_UI_OPTIONAL = Optional (?)
18_UI_ZERO_OR_MORE = Zero or more (*)
19_UI_LABEL_OCCURRENCE = Occurrence
20
21! org.eclipse.wst.dtd.ui.internal.properties.section.AttributeDefaultSection.java
22_UI_DEFAULT = Default
23_UI_LABEL_USAGE = Usage
24_UI_LABEL_DEFAULT_VALUE = Default Value
25
26! org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelGroupSection.java
27_UI_SEQUENCE = Sequence (,)
28_UI_CHOICE = Choice (|)
29_UI_LABEL_MODEL_GROUP = Model Group
30
31! org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelNameSection.java
32_UI_LABEL_CONTENT_MODEL = Content Model
33
34! org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelTypeSection.java
35_UI_LABEL_CONTENT_TYPE = Content Type
36
37! org.eclipse.wst.dtd.ui.internal.properties.section.NameSection.java
38_UI_LABEL_NAME = Name
39
40! org.eclipse.wst.dtd.ui.internal.properties.section.TypeSection.java
41_UI_LABEL_TYPE = Type
42
43! org.eclipse.wst.dtd.ui.internal.properties.section.EntityTypeSection.java
44_UI_LABEL_ENTITY_TYPE = Entity Type
45_UI_LABEL_EXTERNAL_ENTITY = External
46_UI_LABEL_PARAMETER_ENTITY = Parameter
47_UI_LABEL_GENERAL_ENTITY = General
48
49! org.eclipse.wst.dtd.ui.internal.properties.section.EntityValueSection.java
50_UI_LABEL_ENTITY_VALUE = Entity Value
51_UI_LABEL_PUBLIC_ID = Public ID
52_UI_LABEL_SYSTEM_ID = System ID
53
54! org.eclipse.wst.dtd.ui.internal.properties.section.DTDSectionLabelProvider
55_UI_PROPERTIES_VIEW_TITLE_ELEMENT = element
56_UI_PROPERTIES_VIEW_TITLE_ELEMENT_REF = element reference
57_UI_PROPERTIES_VIEW_TITLE_CHOICE = choice
58_UI_PROPERTIES_VIEW_TITLE_SEQUENCE = sequence
59_UI_PROPERTIES_VIEW_TITLE_ATTRIBUTE = attribute
60_UI_PROPERTIES_VIEW_TITLE_ATTLIST = attribute list
61_UI_PROPERTIES_VIEW_TITLE_COMMENT = comment
62_UI_PROPERTIES_VIEW_TITLE_ENTITY = entity
63_UI_PROPERTIES_VIEW_TITLE_NOTATION = notation
64
65! org.eclipse.wst.dtd.ui.internal.properties.section.NewEntitySection
66_UI_FILEDIALOG_SELECT_DTD = Select DTD file
67_UI_FILEDIALOG_SELECT_DTD_DESC = Select a DTD file from the Workbench projects
68
69! New property tabs
70_UI_LABEL_GENERAL = General
71_UI_LABEL_OTHER = Other
72_UI_LABEL_ATTRIBUTES = Attributes
73_UI_LABEL_DOCUMENTATION = Documentation
amywu93ab0962006-04-06 04:38:55 +000074! end
75DTDEditor_0=general
76DTDEditor_1=other
77DTDEditor_2=attributes
78DTDEditor_3=documentation
79DTDSectionLabelProvider_0=choice
80DTDSectionLabelProvider_1=sequence
81DTDSectionLabelProvider_6=element
82DTDSectionLabelProvider_7=attribute
83DTDSectionLabelProvider_8=attribute list
84DTDSectionLabelProvider_9=comment
85DTDSectionLabelProvider_10=entity
86DTDSectionLabelProvider_11=notation