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