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