blob: 961835e23eb8e9d7ee2812c28e9113b7f179f8bc [file] [log] [blame]
csalterd5a99d42004-11-24 21:13:42 +00001###############################################################################
kchongf6eb6e12007-03-28 23:02:03 +00002# Copyright (c) 2001, 2007 IBM Corporation and others.
csalterd5a99d42004-11-24 21:13:42 +00003# 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###############################################################################
11! Properties file for component: XMSCH - XML Tools - XML Schema Editor
12! Packaged for translation in: xml.zip
13
14!
15! Plugin
16!
17_UI_PLUGIN_NAME = XML Schema Editor
18_UI_EDITOR_NAME = XML Schema Editor
19
20_UI_ACTION_EXT_GENERATE = &Generate
21_UI_ACTION_EXT_GENERATE_DDL = &DDL...
22_UI_ACTION_EXT_GENERATE_DTD = D&TD...
23_UI_ACTION_EXT_GENERATE_JAVA = &Java Beans...
24
25_UI_ACTION_EXT_GENERATE_XSD = &Generate XML Schema
26_UI_WIZARD_NAME_NEW_XSD = XML Schema
27
28_UI_XML_TOOLS_PREFERENCE_PAGE = XML
29_UI_XML_SCHEMA_PREFERENCE = XML Schema Files
30
31_UI_WIZARD_NEW_XSD = XML Schema
32_UI_CREATE_A_NEW_SCHEMA = Create a new XML schema file
33
34! New property tabs
kchong38cbf172006-03-29 03:38:21 +000035_UI_LABEL_GENERAL = General
36_UI_LABEL_ATTRIBUTES = Attributes
37_UI_LABEL_DOCUMENTATION = Documentation
38_UI_LABEL_TYPE_CONSTRAINTS = Constraints
39_UI_LABEL_APPLICATION_INFO = Application Info
40_UI_LABEL_EXTENSIONS = Extensions
41_UI_LABEL_FACETS = Facets
42_UI_LABEL_ENUMERATIONS = Enumerations
43_UI_LABEL_NAMESPACE = Namespace
44_UI_LABEL_ADVANCED = Advanced
csalterd5a99d42004-11-24 21:13:42 +000045
46_UI_LABEL_READ_ONLY = read-only
47_UI_LABEL_KIND = Kind:
48_UI_LABEL_VARIETY = Variety:
49
jeffliu3076ae32005-08-09 18:33:02 +000050_UI_LABEL_APP_INFO = App Info
51
csalterd5a99d42004-11-24 21:13:42 +000052!
53! Schema File Window
54!
55_UI_LABEL_FILE_NAME = File name:
56_UI_LABEL_VERSION = Version:
57_UI_TOOLTIP_VERSION = Convenient attribute to store version number
58_UI_LABEL_LANGUAGE = Language:
59_UI_TOOLTIP_LANGUAGE = Represents natural language identifiers
60_UI_GROUP_NAMESPACE = Namespace
61_UI_LABEL_SCHEMA_PREFIX = Prefix:
62_UI_TOOLTIP_SCHEMA_PREFIX = The prefix associated with the current namespace.
63_UI_LABEL_TARGET_NAME_SPACE = Target namespace:
64_UI_TOOLTIP_TARGET_NAME_SPACE = The namespace for this schema.
65_UI_BUTTON_APPLY = Apply
66_UI_LABEL_ATTRIBUTE_FORM_DEFAULT = Attribute form default:
67_UI_TOOLTIP_ATTRIBUTE_FORM = Indicates if all attributes in a schema must be qualified or not in the instance document
68_UI_LABEL_ELEMENT_FORM_DEFAULT = Element form default:
69_UI_TOOLTIP_ELEMENT_FORM_DEFAULT = Indicates if all elements in a schema must be qualified or not in the instance document
70_UI_LABEL_BLOCK_DEFAULT = Block default:
71_UI_TOOLTIP_BLOCK_DEFAULT = Control derivations for every type and element in the schema
72_UI_LABEL_FINAL_DEFAULT = Final default:
73_UI_TOOLTIP_FINAL_DEFAULT = Control derivations for every type and element in the schema
74_UI_ACTION_DELETE_INCLUDE = Delete
75_UI_ACTION_DELETE_NODES = Delete Nodes
76! Note to translators: The following is the acronym for Uniform Resource Indicator
77_UI_LABEL_URI = URI:
78
79
80_UI_LABEL_ADD = Add...
81_UI_LABEL_EDIT = Edit...
82_UI_LABEL_PATTERNS = Patterns
83_ERROR_FILE_ALREADY_EXISTS = The file name already exists: {0}
84
85!
86! Any Section
87!
88! Note to translators - translate only the word and
89_UI_LABEL_NAMESPACE_AND_PROCESS_CONTENTS = namespace and processContents
90
91!
92! minOccurs and maxOccurs section
93!
94! Note to translators - translate only the word and
95_UI_LABEL_MINOCCURS_AND_MAXOCCURS = minOccurs and maxOccurs
96
97!
98! Value Information Section
99!
100_UI_LABEL_VALUE_INFORMATION = Value Information
101
102!
103! Notation window
104!
105_UI_NOTATION_NAME = Name:
106_UI_NOTATION_PUBLIC = Public:
107_UI_NOTATION_SYSTEM = System:
108_UI_TOOLTIP_PUBLIC = An optional public identifier
109_UI_TOOLTIP_SYSTEM = An optional URI reference
110
111!
112! Complex Type Window
113!
114_UI_NAME = Name:
115_UI_ABSTRACT = Abstract:
116_UI_MIXED = Mixed:
117_UI_BLOCK = Block:
118_UI_FINAL = Final:
119
120_UI_CT_TOOLTIP_MIXED = Indicates if type may contain mixed content
121_UI_CT_TOOLTIP_ABSTRACT = When a complex type is declared abstract, it cannot be used in an instance document
122_UI_CT_TOOLTIP_FINAL = You can use this to prevent further derivations
123_UI_CT_TOOLTIP_BLOCK = You can use this to block any derivations
124
125!
126! SimpleContent and ComplexContent Window
127!
128_UI_LABEL_DERIVED_BY = Derived by:
129_UI_TOOLTIP_DERIVED_BY = Derive by extension to inherit from a base type content model and add to it. Derive by restriction to restrict the content model of an existing type.
130
131!
132! Combo box items - no need to translate
133!
134_UI_COMBO_RESTRICTION = restriction
135_UI_COMBO_EXTENSION = extension
136
137!
138! Element & Element Ref Window
139!
140_UI_ELEMENT_NAME = Name:
141_UI_CHECKBOX_NILLABLE = Nillable
142_UI_CHECKBOX_ABSTRACT = Abstract
143_UI_SUBSTITUTION = Substitution group:
144_UI_MINIMUM = Minimum:
145_UI_MAXIMUM = Maximum:
146_UI_REFERENCE_NAME = Reference name:
147
148_UI_TOOLTIP_ELEMENT_MINIMUM = A non-negative integer that specifies the minimum number of times an element can occur.
149_UI_TOOLTIP_ELEMENT_MAXIMUM = A non-negative integer or unbounded if there is no upper limit on the number of times the element can occur.
150_UI_TOOLTIP_ELEMENT_ABSTRACT = When an element is declared abstract, a member of its equivalent class must appear in the instance document,
151_UI_TOOLTIP_ELEMENT_NIL = If selected, an attribute can be included in the instance document to indicate that the element has a nil value.
152_UI_TOOLTIP_ELEMENT_SUBSTITUTION = Select the element that can be substituted by this element
153_UI_TOOLTIP_ELEMENT_FORM = Indicates if the element is qualifed in the instance document
154_UI_TOOLTIP_ELEMENT_VALUE = Provides a default or fixed value for the element.
155
156
157!
158! Attribute Window
159! _UI_COMBO_BOX strings are used in code generation.
160! Probably don't need to be translated
161!
162_UI_COMBO_BOX_REQUIRED = required
163_UI_COMBO_BOX_OPTIONAL = optional
164_UI_COMBO_BOX_PROHIBITED = prohibited
165
166_UI_FIXED = Fixed
167_UI_DEFAULT = Default
168_UI_ATTRIBUTE_NAME = Attribute name:
169_UI_USAGE = Usage:
170_UI_FORM = Form qualification:
171_UI_VALUE = Value
172
173_UI_LABEL_OTHER_ATTRIBUTES = Other Attributes
174
175_UI_TOOLTIP_ATTRIBUTE_USE = Indicates if the attribute is required, optional, or prohibited
176_UI_TOOLTIP_ATTRIBUTE_FORM = Indicates if the attribute is qualifed or not in the instance document
177_UI_TOOLTIP_ATTRIBUTE_VALUE = Provides default or fixed value for the attribute. Default value only valid if Usage value is set to optional.
178
179_UI_PROCESS_CONTENTS = Process contents:
180
181!
182! Annotation - Doc & AppInfo Window
183!
184_UI_COMMENT = Comment
185_UI_TOOLTIP_COMMENT = Information useful to the user or application
186_UI_SOURCE = Source:
187_UI_TOOLTIP_SOURCE = An optional URI reference to supplement the local information
188_UI_LANGUAGE = Language:
189_UI_TOOLTIP_LANGUAGE_ANNOTATION = Indicate the language in which the annotation is expressed
190
191!
192! Group
193!
194_UI_CONTENT_MODEL = Content model
195_UI_SEQUENCE = Sequence
196_UI_CHOICE = Choice
197_UI_ALL = All
198
199
200!
201! Simple Type Related Facets - appear as entries in a table - restriction on simple type
202!
203_UI_GROUP_FACETS = Facets
204_UI_LENGTH = Length
205_UI_MINIMUM_LENGTH = Minimum Length
206_UI_MAXIMUM_LENGTH = Maximum Length
207_UI_MINIMUM_INCLUSIVE = Minimum Inclusive
208_UI_MAXIMUM_INCLUSIVE = Maximum Inclusive
209_UI_MINIMUM_EXCLUSIVE = Minimum Exclusive
210_UI_MAXIMUM_EXCLUSIVE = Maximum Exclusive
211_UI_TOTAL_DIGITS = Total Digits
212_UI_FRACTION_DIGITS = Fraction Digits
213_UI_WHITE_SPACE = White Space
214_UI_FACET_NAME = Name
215_UI_FACET_VALUE = Value
216_UI_FACET_FIXED = Fixed
217
218_UI_TOOLTIP_LENGTH = The number of units of length. Must be a non-negative integer.
219_UI_TOOLTIP_MIN_LEN = The minimum number of units of length. Must be a non-negative integer.
220_UI_TOOLTIP_MAX_LEN = The maximum number of units of length. Must be a non-negative integer.
221_UI_TOOLTIP_MAX_INCLUSIVE = The upper bound of the value space. The value is itself included.
222_UI_TOOLTIP_MAX_EXCLUSIVE = The upper bound of the value space. The value is itself excluded.
223_UI_TOOLTIP_MIN_INCLUSIVE = The lower bound of the value space. The value is itself included.
224_UI_TOOLTIP_MIN_EXCLUSIVE = The lower bound of the value space. The value is itself excluded.
225_UI_TOOLTIP_TOTAL_DIGITS = The maximum number of decimal digits. Must be a positive integer.
226_UI_TOOLTIP_FRACTION_DIGITS = The maximum number of decimal digits in the fractional part. Must be a non-negative integer.
227_UI_TOOLTIP_WHITE_SPACE = Indicates if white space should be preserved, replaced or collapsed.
228
229_UI_TOOLTIP_PATTERN = Constrains the value to match a specific pattern. The pattern must be a regular expression.
230_UI_TOOLTIP_ENUM = Constrains the value to a specified set of values.
231
232!
233! Simple/Complex Type Selection
234!
235_UI_LABEL_TYPE_INFORMATION = Type information
236_UI_LABEL_BASE_TYPE = Base type
237_UI_LABEL_BASE_TYPE_WITH_COLON = Base type:
238_UI_LABEL_SET_BASE_TYPE = Set Base Type
239_UI_ACTION_SET_BASE_TYPE = Set Base Type...
240_UI_RADIO_NONE = None
241_UI_RADIO_BUILT_IN_SIMPLE_TYPE = Built-in simple type
242_UI_RADIO_USER_DEFINED_SIMPLE_TYPE = User-defined simple type
243_UI_RADIO_USER_DEFINED_COMPLEX_TYPE = User-defined complex type
jeffliue3a18482005-08-09 17:15:29 +0000244_UI_LABEL_NEW_COMPLEX_TYPE = New Complex Type
245_UI_LABEL_NEW_SIMPLE_TYPE = New Simple Type
kchongff0aef12005-04-13 20:46:55 +0000246_UI_LABEL_SET_TYPE = Set Type
247_UI_LABEL_SET_EXISTING_TYPE = Set Existing Type...
csalterd5a99d42004-11-24 21:13:42 +0000248_UI_NO_TYPE = **none**
kchongff0aef12005-04-13 20:46:55 +0000249_UI_LABEL_COMPONENTS = Components:
250_UI_LABEL_QUALIFIER = Qualifier:
251
252_UI_LABEL_COMPONENT_NAME = Component Name:
253_UI_LABEL_MATCHING_COMPONENTS = Matching Components:
kchongf3e667c2005-06-23 19:33:38 +0000254_UI_LABEL_MATCHING_TYPES = Matching Types:
255_UI_LABEL_TYPE_NAME = Type Name:
kchongff0aef12005-04-13 20:46:55 +0000256_UI_LABEL_SPECIFIED_FILE = Specified File
257_UI_LABEL_ENCLOSING_PROJECT = Enclosing Project
258_UI_LABEL_WORKSPACE = Workspace
259_UI_LABEL_CURRENT_RESOURCE = Current Resource
260_UI_LABEL_SEARCH_SCOPE = Search Scope
261_UI_LABEL_NARROW_SEARCH_SCOPE_RESOURCE = Use resource view to narrow search scope
262_UI_LABEL_AVAILABLE_TYPES = Available Types
263
csalterd5a99d42004-11-24 21:13:42 +0000264
265!
266! Combo-box value
267! NOTE TO TRANSLATOR: Do not translate following line
268_UI_DEFAULT_ANONYMOUS = **anonymous**
269
270!
271! Unique, Key and KeyRef window
272!
273_UI_REFERENCE_KEY = Reference key
274_UI_SELECTOR = Selector
275_UI_FIELDS = Fields
276
277_UI_TOOLTIP_SELECTOR_TEXT = Specifies an XPath expression relative to instances of the current element
278_UI_TOOLTIP_FIELD_TEXT = Specifies an XPath expression relative to each element selected by the selector
279
280_UI_ADD_BUTTON = Add>>
281_UI_REMOVE_BUTTON = <<Remove
282
283!
284! Include & Imports
285!
286_UI_LABEL_PREFIX = Prefix:
287_UI_LABEL_NAMESPACE = Namespace:
288
289_UI_SCHEMA_INCLUDE_DESC = Select a schema file so that the definitions in the schema file will be available in the current schema. The target namespace of the included schema must be the same as the target namespace of the current schema.
290_UI_LABEL_SCHEMA_IMPORT_DESC = Select a schema file from a different namespace so that its definitions can be referenced by the current schema. You must associate a prefix with the new namespace for use in the current schema.
291
292_UI_LABEL_SCHEMA_LOCATION = Schema location:
293_UI_BUTTON_SELECT = Select
294_UI_FILEDIALOG_SELECT_XML_SCHEMA = Select XML schema file
295_UI_FILEDIALOG_SELECT_XML_DESC = Select an XML schema file from the Workbench projects
296_UI_FILEDIALOG_SELECT_XML_URL = Select an XML schema file from HTTP
297
298_UI_LABEL_LOADING_XML_SCHEMA = Loading XML Schema
299_UI_LABEL_FINISH_LOADING = Finish Loading
300_UI_LABEL_NO_LOCATION_SPECIFIED = No Location Specified
301
302!
303! XSD Editor
304!
305_UI_TAB_SOURCE = Source
306_UI_TAB_DESIGN = Design
307! Note to translators: Graph is the graphic view of the XML schema
308_UI_TAB_GRAPH = Graph
309_UI_MENU_UNDO = &Undo @Ctrl+Z
310_UI_MENU_REDO = &Redo @Ctrl+Y
311
312!
313! Task List Related Message
314!
kchong4a1643e2005-03-29 19:12:30 +0000315_UI_REF_FILE_ERROR_DESCRIPTION = The errors below were detected when validating the file "{0}" via the file "{1}". In most cases these errors can be detected by validating "{2}" directly. However it is possible that errors will only occur when {2} is validated in the context of {3}.
csalterd5a99d42004-11-24 21:13:42 +0000316_UI_REF_FILE_ERROR_PUSH_HELP = Push the help button below to read more.
317_UI_REF_FILE_ERROR_MESSAGE = Referenced file contains errors ({0}). For more information, right click on the message and select "Show Details..."
318_UI_REF_FILE_SHOW_DETAILS = Show Details...
319
320
321!
322! XSDEditor Menu bar contributor
323!
324_UI_MENU_GENERATE_JAVA = Generate &Java Beans...
325_UI_MENU_GENERATE_DTD = Generate &DTD...
326_UI_MENU_GENERATE_SAMPLE_XML = Generate XM&L...
327_UI_MENU_XSD_EDITOR = &XSD
328_UI_MENU_VALIDATE_XML = &Validate XML Schema
329_UI_MENU_VALIDATE_XML_TOOLTIP = Validate the current state of the XML Schema
330_UI_MENU_GENERATE_JAVA_TOOLTIP = Generate Java beans for the XML Schema
331_UI_MENU_GENERATE_DTD_TOOLTIP = Generate a DTD from the XML Schema
332_UI_MENU_GENERATE_SAMPLE_XML_TOOLTIP = Generate an XML from the XML Schema
333_UI_MENU_RELOAD_DEPENDENCIES_TOOLTIP = Reload Dependencies
334_UI_MENU_RELOAD_DEPENDENCIES = &Reload Dependencies
335
336!
337! Preference Page
338!
339_UI_TEXT_INDENT_LABEL = Indentation
340_UI_TEXT_INDENT_SPACES_LABEL = &Number of spaces:
341_UI_TEXT_XSD_NAMESPACE_PREFIX = XML schema language
342_UI_TEXT_XSD_DEFAULT_PREFIX = XML schema language constructs &prefix:
343_UI_QUALIFY_XSD = &Qualify XML schema language constructs
344_UI_SEPARATE_DESIGN_AND_SOURCE_VIEW = Separate Source, Design and Graph view
345_UI_COMBINED_DESIGN_AND_SOURCE_VIEW = Combined Source or Graph view with Design view
346_UI_LABEL_EDITOR_LAYOUT = Editor Layout
347_UI_PREF_DESIGN_VIEW_LAYOUT = Design View Location
348_UI_PREF_DESIGN_BOTTOM = Below
349_UI_PREF_DESIGN_RIGHT = Right
350_UI_TEXT_XSD_DEFAULT_TARGET_NAMESPACE = Default Target Namespace:
351
352!
353! Content Outline View action
354! NOTE TO TRANSLATOR: Do not translate the word(s) following "Add" on each line in
355! this section i.e. Annotation, Documentation, AppInfo These words are XML Schema keywords.
356_UI_ACTION_DELETE = D&elete
357_UI_ACTION_ADD_ANNOTATION = Add &Annotation
358_UI_ACTION_ADD_DOC = Add &Documentation
359_UI_ACTION_ADD_APP_INFO = Add A&ppInfo
360_UI_ACTION_ADD_GLOBAL_ELEMENT = Add Glob&al Element
361_UI_ACTION_ADD_KEY = Add &Key
362_UI_ACTION_ADD_KEY_REF = Add Key Re&f
363_UI_ACTION_ADD_UNIQUE = Add Uni&que
364_UI_ACTION_ADD_GROUP = Add G&roup
365_UI_ADD_GROUP_REF = Add Gr&oup Ref
366_UI_ACTION_ADD_CONTENT_MODEL = Add Content &Model
367_UI_ACTION_ADD_ELEMENT = Add &Element
368_UI_ACTION_ADD_ELEMENT_REF = Add E&lement Ref
369_UI_ACTION_ADD_SIMPLE_TYPE = Add &Simple Type
370_UI_ACTION_ADD_PATTERN = Add &Pattern
371_UI_ACTION_ADD_ENUM = Add En&umeration
372_UI_ACTION_ADD_ENUMS = Add Enu&merations...
373_UI_ACTION_ADD_COMPLEX_TYPE = Add Complex &Type
374_UI_ACTION_ADD_COMPLEX_CONTENT = Add Comple&x Content
375_UI_ACTION_ADD_SIMPLE_CONTENT = Add Simple &Content
376_UI_ACTION_ADD_ATTRIBUTE = Add Attri&bute
377_UI_ACTION_ADD_ATTRIBUTE_GROUP = Add Attr&ibute Group
378_UI_ACTION_ADD_ATTRIBUTE_GROUP_REF = Add A&ttribute Group Ref
379_UI_ACTION_ADD_INCLUDE = Add In&clude
380_UI_ACTION_ADD_IMPORT = Add &Import
381_UI_ACTION_ADD_REDEFINE = Add Re&define
382_UI_ACTION_ADD_NOTATION = Add &Notation
383_UI_ACTION_ADD_ANY_ELEMENT = Add An&y
384_UI_ACTION_ADD_ANY_ATTRIBUTE = Add &Any Attribute
385_UI_ACTION_ADD_GLOBAL_ATTRIBUTE = Add &Global Attribute
386_UI_ACTION_ADD_ATTRIBUTE_REFERENCE = Add Attrib&ute Ref
387_UI_ACTION_ADD_RESTRICTION = Add Re&striction
388_UI_ACTION_ADD_UNION = Add U&nion
389_UI_ACTION_ADD_LIST = Add &List
390_UI_ACTION_DELETE_GROUP_SCOPE = D&elete
391_UI_ACTION_ADD_CHOICE = Add &Choice
392_UI_ACTION_ADD_SEQUENCE = Add Se&quence
393_UI_ACTION_ADD_ALL = Add &All
394_UI_ACTION_ADD_EXTENSION = Add E&xtension
395_UI_ACTION_ADD_SELECTOR = Add &Selector
396_UI_ACTION_ADD_FIELD = Add &Field
397! NOTE TO TRANSLATOR: Translate Add and Node
398_UI_ACTION_ADD_SCHEMA_NODE = Add &Schema Node
399! NOTE TO TRANSLATOR: TRANSLATE Add and Local
400_UI_ACTION_ADD_LOCAL_SIMPLE_TYPE = Add Local &Simple Type
401_UI_ACTION_ADD_LOCAL_COMPLEX_TYPE = Add Local &Complex Type
402_UI_ACTION_BACK_TO_SCHEMA_VIEW = Back To Schema
403_UI_HOVER_BACK_TO_SCHEMA_VIEW = Back to schema
404
405_UI_ACTION_MAKE_ANONYMOUS_TYPE_GLOBAL = Make Anonymous Type Global
406_UI_ACTION_OPEN_SCHEMA = Open Schema
407
408_UI_ACTION_INSERT_BEFORE = Insert Before
409_UI_ACTION_INSERT_AFTER = Insert After
410
411_UI_OUTLINE_SORT = Sort alphabetically
412_UI_OUTLINE_DO_NOT_SORT = Do not sort alphabetically
413
414_UI_OUTLINE_SHOW_COMPLEX_TYPE = Show Complex Types Only
415_UI_OUTLINE_SHOW_SIMPLE_TYPE = Show Simple Types Only
416_UI_OUTLINE_SHOW_ATTRIBUTE_GROUP = Show Attribute Groups Only
417_UI_OUTLINE_SHOW_GROUP = Show Groups Only
418_UI_OUTLINE_SHOW_GLOBAL_ELEMENT = Show Global Elements Only
419_UI_OUTLINE_SHOW_REFERENCES = Show Reference Content
420_UI_OUTLINE_SHOW_INHERITED = Show Inherited Content
421
kchongff0aef12005-04-13 20:46:55 +0000422_UI_ACTION_SET_MULTIPLICITY = Set Multiplicity
423
csalterd5a99d42004-11-24 21:13:42 +0000424!
425! New XML Schema Wizard
426!
427_UI_WIZARD_CREATE_XSD_MODEL_TITLE = Create XML Schema
428
429! NOTE TO TRANSLATOR: Do not translate following line
430_UI_CREATEXSD = createXSD
431_UI_NEW_XML_SCHEMA_TITLE = New XML Schema
432_UI_CREATE_A_NEW_XML_SCHEMA_DESC = Create a new XML schema.
433
434! NOTE TO TRANSLATOR: Do not translate following line
435_UI_NEW_XML_SCHEMA_FILENAME = NewXMLSchema.xsd
436
437!
438! XSD From RDB Schema Wizard
439!
440_UI_WIZARD_CREATE_XSD_FROM_RDB_TITLE = Create XSD from RDB Table
441
442
443!
444! Regular Expression Wizard
445!
446_UI_REGEX_WIZARD_CREATE_BUTTON = Create Regular Expression...
447_UI_TOOLTIP_REGEX_WIZARD_BUTTON = Launch the Regular Expression Wizard
448_UI_REGEX_WIZARD_TITLE = Regular Expression Wizard
449_UI_REGEX_WIZARD_COMPOSITION_PAGE_TITLE = Compose Regular Expression
450_UI_REGEX_WIZARD_COMPOSITION_PAGE_DESCRIPTION = To add a token, specify its contents and occurrence, then click Add.
451_UI_REGEX_WIZARD_INVALID_REGEX_ERROR_PREFIX = The current regular expression is not valid. Reason:
452_UI_REGEX_WIZARD_INVALID_TOKEN_ERROR_PREFIX = The current token is not valid. Reason:
453_UI_REGEX_WIZARD_INVALID_REGEX_ERROR = The current regular expression is not valid.
454_UI_REGEX_WIZARD_INVALID_TOKEN_ERROR = The current token is not valid.
455_UI_REGEX_WIZARD_INVALID_MIN_ERROR_SUFFIX = Invalid minimum range value. The value must be a positive integer less than the maximum value.
456_UI_REGEX_WIZARD_MISSING_MIN_ERROR_SUFFIX = Invalid minimum range value. A minimum range must be specified if a maximum range is specified.
457_UI_REGEX_WIZARD_INVALID_MAX_ERROR_SUFFIX = Invalid maximum range value. The value must be a positive integer greater than the minimum value.
458_UI_REGEX_WIZARD_INVALID_REPEAT_ERROR_SUFFIX = Invalid repeat value. The value must be a positive integer.
459_UI_REGEX_WIZARD_INVALID_SELECTION_ERROR = Nothing is currently selected. Either make a selection or choose a different token.
460_UI_REGEX_WIZARD_TOKEN_LABEL = Token contents:
461_UI_REGEX_WIZARD_AUTO_ESCAPE_CHECKBOX_LABEL = Auto escape
462_UI_REGEX_WIZARD_OCCURENCE_LABEL = Occurrence
463! Instructions for translators: The following label is used in a phrase to identify a range of values.
464! For example: 5 to 10.
465! The values are text fields that are initially blank so the user has to enter in values
466! For example: _______ to ________
467_UI_REGEX_WIZARD_TO_LABEL = to
468_UI_REGEX_WIZARD_ADD_BUTTON_LABEL = Add
469_UI_REGEX_WIZARD_CURRENT_REGEX_LABEL = Current regular expression:
470_UI_TOOLTIP_REGEX_WIZARD_TERMS = Content of new token
471_UI_TOOLTIP_REGEX_WIZARD_AUTO_ESCAPE_CHECKBOX = Insert escape characters to match metacharacter literals (e.g. converts \"*\" to \"\\*\")
472_UI_TOOLTIP_REGEX_WIZARD_ADD_BUTTON = Add this token to the regular expression
473_UI_TOOLTIP_REGEX_WIZARD_CURRENT_REGEX = The current regular expression
474_UI_TOOLTIP_REGEX_WIZARD_REPEAT = The number of times that the token must occur.
475_UI_TOOLTIP_REGEX_WIZARD_MIN = The minimum number of times that the token can occur.
476_UI_TOOLTIP_REGEX_WIZARD_MAX = The maximum number of times that the token can occur.
477_UI_TOOLTIP_REGEX_WIZARD_CARET_LABEL = The location where the new token will be inserted.
478_UI_REGEX_WIZARD_TESTING_PAGE_TITLE = Test Regular Expression
479_UI_REGEX_WIZARD_TESTING_PAGE_DESCRIPTION = To test the regular expression, enter sample text that you wish to match. The success of the match will be indicated above.
480_UI_REGEX_WIZARD_REGEX_LABEL = Regular expression:
481_UI_REGEX_WIZARD_SAMPLE_TEXT = Sample text:
482_UI_REGEX_WIZARD_MATCHES = The text matches the regular expression.
483_UI_REGEX_WIZARD_DOES_NOT_MATCH = The text does not match the regular expression.
484_UI_REGEX_WIZARD_TERM_ANY_CHAR = Any character
485_UI_REGEX_WIZARD_TERM_ALPHANUMERIC_CHAR = Alphanumeric character
486_UI_REGEX_WIZARD_TERM_WHITESPACE = Whitespace
487_UI_REGEX_WIZARD_TERM_DIGIT = Digit
488_UI_REGEX_WIZARD_TERM_UPPER = Upper case
489_UI_REGEX_WIZARD_TERM_LOWER = Lower case
490_UI_REGEX_WIZARD_TERM_SELECTION = Current selection
491_UI_REGEX_WIZARD_QUANTIFIER_SINGLE = Just once
492_UI_REGEX_WIZARD_QUANTIFIER_STAR = Zero or more
493_UI_REGEX_WIZARD_QUANTIFIER_PLUS = One or more
494_UI_REGEX_WIZARD_QUANTIFIER_OPTIONAL = Optional
495_UI_REGEX_WIZARD_QUANTIFIER_REPEAT = Repeat
496_UI_REGEX_WIZARD_QUANTIFIER_RANGE = Range
497
498!
499! Select Include File Wizard
500_UI_LABEL_INCLUDE_URL_FILE = Select schema from:
501_UI_RADIO_URL = HTTP
502_UI_RADIO_FILE = Workbench projects
503_UI_WIZARD_INCLUDE_FILE_TITLE = Include Another Schema
504_UI_WIZARD_INCLUDE_FILE_DESC = Select another schema from workbench projects or from HTTP.
505_UI_LABEL_URL = URL:
506_UI_URL_START_WITH = The URL must start with http://
507_UI_SPECIFY_URL = Please specify a URL
508
509!
510! Enumerations Dialog
511_UI_ENUMERATIONS_DIALOG_TITLE = Add Enumerations
512_UI_LABEL_DELIMITER_CHAR = &Delimiter characters:
513_UI_LABEL_PRESERVE_WHITESPACE = &Preserve leading and trailing whitespace
514
515_UI_ACTION_DELETE_ENUMERATION = Delete Enumeration
516
517!
518! Validate Schema
519!
lmandela62d5b82006-01-26 23:38:55 +0000520_UI_DIALOG_XML_SCHEMA_INVALID_TITLE = Validation Failed
521_UI_DIALOG_XML_SCHEMA_VALID_TITLE = Validation Succeeded
522_UI_DIALOG_XML_SCHEMA_VALID_TEXT = The XML schema file is valid.
523_UI_DIALOG_XML_SCHEMA_VALID_WITH_WARNINGS = The XML schema file is valid however warnings have been issued. See the Problems view for the warning messages.
524_UI_DIALOG_XML_SCHEMA_INVALID_TEXT = The XML schema file is not valid. See the Problems view for the error messages.
csalterd5a99d42004-11-24 21:13:42 +0000525
526!
527! Combo-box choices
528!
529! NOTE TO TRANSLATOR: Do not translate following 10 lines
530_UI_COMBO_QUALIFIED = qualified
531_UI_COMBO_UNQUALIFIED = unqualified
532_UI_COMBO_EXTENSION = extension
533_UI_COMBO_RESTRICTION = restriction
534_UI_COMBO_ALL = all
535_UI_COMBO_TRUE = true
536_UI_COMBO_FALSE = false
537_UI_COMBO_LAX = lax
538_UI_COMBO_SKIP = skip
539_UI_COMBO_STRICT = strict
540
541! Generate DTD - pass as title and description for wizard page
542_UI_GENERATE_DTD_TITLE = Generate DTD
543_UI_GENERATE_DTD_DESCRIPTION = Generate a DTD from the selected XML schema file.
544
545! Generate DDL - pass as title and description for wizard page
546_UI_GENERATE_DDL_TITLE = Generate DDL
547_UI_GENERATE_DDL_DESCRIPTION = Generate DDL from the selected XML schema file.
548
kchong0a9378f2006-04-12 19:34:50 +0000549_UI_XML_SCHEMA_VALIDATOR = XML Schema Validator
550
csalterd5a99d42004-11-24 21:13:42 +0000551! Generation from the Schema model - pre-condition check
552_UI_DIALOG_TITLE_GRAMMAR_ERROR = Invalid Grammar
553_UI_DIALOG_INFO_SCHEMA_INVALID = The schema file contains errors. Open it in the XML Schema editor and validate it for details.
554_UI_DIALOG_TITLE_NO_GLOBAL_ELEMENTS = No Global Elements
555_UI_DIALOG_INFO_NO_GLOBAL_ELEMENTS = The selected schema has no global elements. Global elements are required to generate anything from an XML schema.
556
557! Section title for other attributes
558_UI_SECTION_ADVANCED_ATTRIBUTES = Advanced
559
560! For undo action menus
561! Note to Translators: For the following "Change" phrases,
562! maxOccurs, minOccurs, lang, xpath are keywords so please
563! do no translate them. These are for the undo action menus.
564! For example, if the user makes a change in the name of an
565! element, then the undo action would be Undo Element Name Change
566_UI_NAMESPACE_CHANGE = Namespace Change
567_UI_PROCESSCONTENTS_CHANGE = Process Contents Change
568_UI_MAXOCCURS_CHANGE = maxOccurs Change
569_UI_MINOCCURS_CHANGE = minOccurs Change
570_UI_SOURCE_ATTRIBUTE_CHANGE = Source Change
571_UI_COMMENT_CHANGE = Comment Change
572_UI_PREFIX_CHANGE = Prefix Change
573_UI_ATTRIBUTEGROUP_REF_CHANGE = Attribute Group Reference Change
574_UI_ATTRIBUTEGROUP_NAME_CHANGE = Attribute Group Name Change
575_UI_ATTRIBUTE_FIXED_CHANGE = Attribute Fixed Change
576_UI_ATTRIBUTE_DEFAULT_CHANGE = Attribute Default Change
577_UI_ATTRIBUTE_NAME_CHANGE = Attribute Name Change
578_UI_ATTRIBUTE_VALUE_CHANGE = Attribute Value Change
579_UI_ATTRIBUTE_USE_CHANGE = Attribute Use Change
580_UI_ATTRIBUTE_FORM_CHANGE = Attribute Form Change
581_UI_COMPLEXTYPE_NAME_CHANGE = Complex Type Name Change
582_UI_COMPLEXTYPE_ABSTRACT_CHANGE = Complex Type Abstract Change
583_UI_COMPLEXTYPE_MIXED_CHANGE = Complex Type Mixed Change
584_UI_COMPLEXTYPE_BLOCK_CHANGE = Complex Type Block Change
585_UI_COMPLEXTYPE_FINAL_CHANGE = Complex Type Final Change
586_UI_DOCUMENTATION_SOURCE_CHANGE = Documentation Source Change
587_UI_DOCUMENTATION_LANG_CHANGE = Documentation lang Change
588_UI_DOCUMENTATION_COMMENT_CHANGE = Documentation Comment Change
589_UI_ELEMENT_NAME_CHANGE = Element Name Change
590_UI_ELEMENT_VALUE_CHANGE = Element Value Change
591_UI_ELEMENT_TYPE_CHANGE = Element Type Change
592_UI_ENUM_VALUE_CHANGE = Enum Value Change
593_UI_FIELD_XPATH_CHANGE = Field xpath Change
594_UI_GROUP_REF_CHANGE = Group Reference Change
595_UI_GROUP_SCOPE_CHANGE = Content Model Change
596_UI_GROUP_NAME_CHANGE = Group Name Change
597_UI_IMPORT_CHANGE = Import Change
598_UI_KEY_NAME_CHANGE = Key Name Change
599_UI_KEYREF_NAME_CHANGE = Key Reference Name Change
600! Note to translators
601! For the following item, Refer is the keyref attribute to refer to some other key
602_UI_KEYREF_REFER_CHANGE = Key Reference Refer Change
603_UI_NOTATION_NAME_CHANGE = Notation Name Change
604_UI_NOTATION_PUBLIC_CHANGE = Notation Public Change
605_UI_NOTATION_SYSTEM_CHANGE = Notation System Change
606_UI_PATTERN_VALUE_CHANGE = Pattern Value Change
607_UI_SCHEMA_VERSION_CHANGE = Schema Version Change
608_UI_SCHEMA_LANG_CHANGE = Schema lang Change
609_UI_SELECTOR_XPATH_CHANGE = Selector xpath Change
610_UI_TYPE_CHANGE = Type Change
611_UI_DERIVEDBY_CHANGE = Derivation Change
612_UI_FACET_CHANGE = Facet Change
613_UI_SIMPLETYPE_NAME_CHANGE = SimpleType Name Change
614_UI_UNIQUE_NAME_CHANGE = Unique Name Change
615_UI_SCHEMA_ATTRIBUTEFORMDEFAULT_CHANGE = Attribute Form Default Change
616_UI_SCHEMA_ELEMENTFORMDEFAULT_CHANGE = Element Form Default Change
617_UI_SCHEMA_BLOCKDEFAULT_CHANGE = Block Default Change
618_UI_SCHEMA_FINALDEFAULT_CHANGE = Final Default Change
619_UI_ELEMENT_SUBSTITUTIONGROUP_CHANGE = Substitution Group Change
620_UI_ELEMENT_FORM_CHANGE = Form Change
621_UI_ELEMENT_BLOCK_CHANGE = Block Change
622_UI_ELEMENT_FINAL_CHANGE = Final Change
623_UI_ELEMENT_ABSTRACT_CHANGE = Abstract Change
624_UI_ELEMENT_NILLABLE_CHANGE = Nillable Change
625_UI_TARGETNAMESPACE_CHANGE = Target Namespace Change
626
627! Window Headings for Flat View
628_UI_PAGE_HEADING_ANYATTRIBUTE = Any Attribute
629_UI_PAGE_HEADING_ANYELEMENT = Any Element
630_UI_PAGE_HEADING_APPINFO = AppInfo
631_UI_PAGE_HEADING_ATTRIBUTEGROUP_REF = Attribute Group Reference
632_UI_PAGE_HEADING_ATTRIBUTEGROUP = Attribute Group
633_UI_PAGE_HEADING_ATTRIBUTE_REF = Attribute Reference
634_UI_PAGE_HEADING_ATTRIBUTE = Attribute
635_UI_PAGE_HEADING_COMPLEXTYPE = Complex Type
636_UI_PAGE_HEADING_DOCUMENTATION = Documentation
637_UI_PAGE_HEADING_ELEMENT = Element
638_UI_PAGE_HEADING_ELEMENT_REF = Element Reference
639_UI_PAGE_HEADING_ENUM = Enumeration
640_UI_PAGE_HEADING_FIELD = Field
641_UI_PAGE_HEADING_GROUP_REF = Group Reference
642_UI_PAGE_HEADING_CONTENTMODEL = Content Model
643_UI_PAGE_HEADING_GROUP = Group
644_UI_PAGE_HEADING_IMPORT = Import
645_UI_PAGE_HEADING_INCLUDE = Include
646_UI_PAGE_HEADING_KEYREF = Key Reference
647_UI_PAGE_HEADING_KEY = Key
648_UI_PAGE_HEADING_NOTATION = Notation
649_UI_PAGE_HEADING_PATTERN = Pattern
650_UI_PAGE_HEADING_REDEFINE = Redefine
651_UI_PAGE_HEADING_SCHEMA = Schema
652_UI_PAGE_HEADING_SELECTOR = Selector
653_UI_PAGE_HEADING_LIST = List
654_UI_PAGE_HEADING_UNION = Union
655_UI_PAGE_HEADING_SIMPLECONTENT = Simple Content
656_UI_PAGE_HEADING_COMPLEXCONTENT = Complex Content
657_UI_PAGE_HEADING_RESTRICTION = Restriction
658_UI_PAGE_HEADING_EXTENSION = Extension
659_UI_PAGE_HEADING_SIMPLETYPE = Simple Type
660_UI_PAGE_HEADING_UNIQUE = Unique
661_UI_PAGE_HEADING_REFERENCE = reference
662
663!
664! Graph page
665!
666_UI_GRAPH_SIMPLE_TYPES = Simple Types
667_UI_GRAPH_COMPLEX_TYPES = Complex Types
668_UI_GRAPH_GROUPS = Groups
669_UI_GRAPH_GLOBAL_ATTRIBUTES = Global Attributes
670_UI_GRAPH_GLOBAL_ELEMENTS = Global Elements
671_UI_GRAPH_XSDSCHEMA = Schema
672_UI_GRAPH_XSDSCHEMA_NO_NAMESPACE = (no target namespace specified)
673_UI_GRAPH_XSDCOMPLEXTYPEDEFINITION = XSD Complex Type Definition:
674_UI_GRAPH_XSDMODELGROUP = XSD Model Group
675_UI_GRAPH_XSDPARTICLE = XSD Particle
676_UI_GRAPH_VIEW_NOT_AVAILABLE = View is not available for selected object.
677_UI_GRAPH_UNKNOWN_OBJECT = Unknown object
678
679! Additional Categories
680_UI_GRAPH_TYPES = Types
681_UI_GRAPH_ELEMENTS = Elements
682_UI_GRAPH_ATTRIBUTES = Attributes
683_UI_GRAPH_ATTRIBUTE_GROUPS = Attribute Groups
684_UI_GRAPH_NOTATIONS = Notations
685_UI_GRAPH_IDENTITY_CONSTRAINTS = Identity Constraints
686_UI_GRAPH_ANNOTATIONS = Annotations
687_UI_GRAPH_DIRECTIVES = Directives
688
689! For Union MemberTypes Dialog
690_UI_LABEL_SELECT_MEMBERTYPES = Select from the available types and add to the memberTypes list
691_UI_LABEL_MEMBERTYPES_CHANGE = Member Types Change
692_UI_LABEL_MEMBERTYPES_VALUE = Member Types Value:
693_UI_LABEL_MEMBERTYPES = Member types:
694
695_UI_LABEL_VARIETY_CHANGE = Variety Change
696
697_UI_LABEL_FIXEDORDEFAULT_VALUE = Fixed/Default Value
698
699_UI_LABEL_ITEM_TYPE_CHANGE = Item Type Change
700
701_UI_LABEL_AVAILABLE_TYPES = Available Types
702
703_UI_LABEL_INCLUDE_CHANGE = Include Change
704
705_UI_LABEL_ITEM_TYPE = Item type:
706_UI_LABEL_BASE_TYPE = Base Type
707_UI_LABEL_TYPE = Type
708_UI_LABEL_MODEL_GROUP = Model Group
709
710_UI_LABEL_ABSENT = absent
711
712_UI_WARNING_RESET_ATTRGRP_REF = Reset attribute group reference <{0}>
713_UI_WARNING_REMOVE_ATTRGRP_REF = Remove attribute group reference <{0}>
714_UI_WARNING_RESET_ATTR_REF = Reset attribute reference <{0}>
715_UI_WARNING_REMOVE_ATTR_REF = Remove attribute reference <{0}>
716
717!======================================================================================
718!
719! Here is the list of Error string that have message IDs - make sure they are unique
kchong99cdcd92006-07-14 20:49:57 +0000720
csalterd5a99d42004-11-24 21:13:42 +0000721!
722!======================================================================================
723! These three errors appear in the select include wizard
724! The name of the file will be substituted in
725_UI_DIFFERENT_NAME_SPACE = {0} is in a different namespace
726_UI_SAME_NAME_SPACE = {0} is in the same namespace
727_UI_INCORRECT_XML_SCHEMA = {0} is an invalid XML schema file
728
kchong99cdcd92006-07-14 20:49:57 +0000729_ERROR_SCHEMA_NOT_EXIST = Does not exist.
730_ERROR_LABEL_INVALID_PREFIX = Invalid prefix. A prefix must not be empty or contain any space.
csalterd5a99d42004-11-24 21:13:42 +0000731
732! The name of the file will be substituted in
kchong99cdcd92006-07-14 20:49:57 +0000733_ERROR_SCHEMA_NAME_THE_SAME = {0} is the current schema. A schema cannot include itself. Reset to the last valid schema.
csalterd5a99d42004-11-24 21:13:42 +0000734
kchong99cdcd92006-07-14 20:49:57 +0000735_ERROR_XSD_GENERATION = Error generating XML schema
736_ERROR_NO_CONTAINER = No folder selected
737_ERROR_NO_FILE_NAME = No file name provided
738_ERROR_FILENAME_MUST_END_XSD = The file name must end in .xsd
csalterd5a99d42004-11-24 21:13:42 +0000739
740
741!
742! For schema that has too many errors, an extended message.
743!
kchong99cdcd92006-07-14 20:49:57 +0000744_ERROR_DIALOG_XML_SCHEMA_INVALID_TEXT = The XML schema file is not valid.
csalterd5a99d42004-11-24 21:13:42 +0000745_ERROR_MORE_ERRORS = There are more errors in the schema than are displayed in the Tasks view. Correct the first {0} errors and re-validate the schema file.
746
747! DDL Generation Failed Dialog
748_UI_DIALOG_DDL_GEN_FAILED_TITLE = DDL Generation Failed
kchong99cdcd92006-07-14 20:49:57 +0000749_ERROR_DIALOG_DDL_NOT_GENEREATED = DDL has not been generated
csalterd5a99d42004-11-24 21:13:42 +0000750_UI_DIALOG_DDL_GEN_FAILED_REASON = The selected schema has no global elements
751_UI_DIALOG_DDL_GEN_FAILED_REASON2 = None of the global elements in the schema have a complex type or they reference complex types that cannot be found.
752
kchong99cdcd92006-07-14 20:49:57 +0000753_EXC_OPEN_XSD = Cannot open XML Schema editor
csalterd5a99d42004-11-24 21:13:42 +0000754
kchong99cdcd92006-07-14 20:49:57 +0000755_ERROR_LABEL_PREFIX_EXISTS = Prefix already exists
csalterd5a99d42004-11-24 21:13:42 +0000756
kchong99cdcd92006-07-14 20:49:57 +0000757_ERROR_REMOVE_LOCAL_SIMPLETYPE = Remove local simple type from extension
csalterd5a99d42004-11-24 21:13:42 +0000758
kchong99cdcd92006-07-14 20:49:57 +0000759_WARN_INVALID_TARGET_NAMESPACE = The target namespace is not well-formed
csalterd5a99d42004-11-24 21:13:42 +0000760
kchong99cdcd92006-07-14 20:49:57 +0000761_ERROR_TARGET_NAMESPACE_AND_PREFIX = A target namespace must be associated with a prefix
csalterd5a99d42004-11-24 21:13:42 +0000762
763
764_UI_CONTAINMENT = Containment
765_UI_INHERITANCE = Inheritance
766_UI_SUBSTITUTION_GROUPS = Substitution Groups
767_UI_ANONYMOUS = **anonymous**
768_UI_VALUE = Value
769_UI_ANY_ELEMENT = Any Element
770_UI_SORT = Sort
771
772_UI_ACTION_EDIT_NAMESPACES = Edit Namespaces...
773
774
775_UI_CreateChild_text = {0}
776_UI_CreateChild_text2 = {1} {0}
777_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
778_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
779_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
780
csalterd5a99d42004-11-24 21:13:42 +0000781!======================================================================================
782!
kchong881588c2005-05-11 19:45:06 +0000783! Used by org.eclipse.wst.common.ui.internal.viewers.SelectSingleFileView
csalterd5a99d42004-11-24 21:13:42 +0000784!
785!======================================================================================
786_UI_LABEL_SOURCE_FILES = Workbench Files
787_UI_LABEL_SELECTED_FILES = Selected Files
788
789_UI_IMPORT_BUTTON = Import Files...
790_UI_IMPORT_BUTTON_TOOL_TIP = Import files from file system
csalterb6801bb2005-02-17 19:45:41 +0000791
792
793!======================================================================================
794!
795! refactoring
796!
797!======================================================================================
798refactoringActionSet.label=Refactor
799refactoringActionSet.description=XSD Editor refactoring actions
800refactoring.menu.label=Refactor
801refactoring.renameAction.label=Re&name...
802context.text.editor.xsd.name=Editing XSD context
803command.xsd.refactor.rename.element.name=Rename XSD element
804command.xsd.refactor.rename.element.description=Rename XSD element
805command.xsd.refactor.makeElementGlobal.element.name=Make local element global
csaltere2ddc8f2005-02-23 14:53:42 +0000806command.xsd.refactor.makeElementGlobal.element.description=Promotes local element to global level and replaces its references
807command.xsd.refactor.makeTypeGlobal.element.name=Make anonymous type global
david_williams9758c3f2005-04-13 02:55:05 +0000808command.xsd.refactor.makeTypeGlobal.element.description=Promotes anonymous type to global level and replaces its references
kchongdd22d382006-04-18 14:59:07 +0000809command.xsd.refactor.renameTargetNamespace.name=Rename Target Namespace
810command.xsd.refactor.renameTargetNamespace.description=Changes the target namespace of the schema
811xsd.resource.rename.participant.name=Rename XSD Component
kchongcf01a7c2006-05-26 18:33:23 +0000812ExtensionsSchemasDescription=This extension point is deprecated, use extensionCategories
csaltered3ad2f2006-05-24 06:20:11 +0000813ExtensionCategoriesDescription=Extension point for contributing to the 'built in' categories of extension elements for XML Schema
kchongcf01a7c2006-05-26 18:33:23 +0000814XSDEditorExtensionConfiguration=This extension point is deprecated, use internalEditorConfiguration
815InternalEditorConfiguration=Extension point for extending the XML Schema Editor
david_williams9758c3f2005-04-13 02:55:05 +0000816
817! Copied from sse
81823concat_EXC_=Resource {0} does not exist.
81932concat_EXC_=Editor could not be open on {0}
820An_error_has_occurred_when1_ERROR_=An error has occurred when initializing the input for the the editor's source page.
821OpenFileFromSource.label=Op&en Selection
822OpenFileFromSource.tooltip=Open an editor on the selected link
823OpenFileFromSource.image=
kchongf3e667c2005-06-23 19:33:38 +0000824OpenFileFromSource.description=Open an editor on the selected link
825
kchong33330712007-01-29 21:05:46 +0000826AddTask.label=Add &Task...
827AddTask.tooltip=Add Task...
amywu34aa9802005-12-06 23:33:16 +0000828AddBookmark.label=Add Boo&kmark...
kchong33330712007-01-29 21:05:46 +0000829AddBookmark.tooltip=Add Bookmark...
amywu34aa9802005-12-06 23:33:16 +0000830SelectRuler.label=Select Ruler
kchongf3e667c2005-06-23 19:33:38 +0000831
832_ZERO_OR_MORE = Zero or More
833_ZERO_OR_ONE = Zero or One
834_ONE_OR_MORE = One or More
835
836# For translators, as in structured DOM tree
837_UI_LABEL_STRUCTURED = Structured
838
839_UI_LABEL_MOVE = Move
840_UI_LABEL_RENAME = Rename
841_UI_LABEL_TARGETNAMESPACE_CHANGE = Target Namespace Change
842_INFO_RESET_ATTRIBUTE_GROUP_REFERENCE = Reset attribute group reference
843_INFO_REMOVE_ATTRIBUTE_GROUP_REFERENCE = Remove attribute group reference
david_williamsb00862a2006-02-27 09:45:08 +0000844
845Bundle-Vendor.0 = Eclipse.org
kchong38cbf172006-03-29 03:38:21 +0000846search.declarations.label = Declarations
csalterdf29c4e2006-05-16 21:43:16 +0000847search.references.label = References
848
849! extension points
csalter92b38ec2006-07-24 17:23:45 +0000850ExtensionNodeCustomizationsDescription = Extension Node Customizations
kchongf6eb6e12007-03-28 23:02:03 +0000851XMLSchemaEditorModes = XML Schema Editor Modes
852##
853XSD_Source_target_name=XML Schema Source
854XSD_hyperlink=XML Schema Content