amywu | 4311d14 | 2006-10-16 16:34:22 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 11 | ! 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 |
amywu | 93ab096 | 2006-04-06 04:38:55 +0000 | [diff] [blame] | 74 | ! end |
| 75 | DTDEditor_0=general |
| 76 | DTDEditor_1=other |
| 77 | DTDEditor_2=attributes |
| 78 | DTDEditor_3=documentation |
| 79 | DTDSectionLabelProvider_0=choice |
| 80 | DTDSectionLabelProvider_1=sequence |
| 81 | DTDSectionLabelProvider_6=element |
| 82 | DTDSectionLabelProvider_7=attribute |
| 83 | DTDSectionLabelProvider_8=attribute list |
| 84 | DTDSectionLabelProvider_9=comment |
| 85 | DTDSectionLabelProvider_10=entity |
| 86 | DTDSectionLabelProvider_11=notation |