xsd2xml and xml2xsd functionality
[fedora-idea.git] / platform-resources_eng / src / messages / XmlBundle.properties
blob5e4c13ad8686a9221814e33662468b13c3a991b9
1 xml.validate.tab.content.title=Validate
2 xml.validate.no.errors.detected.status.message=No errors detected
3 validate.xml.open.message.view.command.name=Open message view
4 xml.validate.validation.is.running.terminate.confirmation.text=Validation is running. Terminate it?
5 xml.validate.validation.is.running.terminate.confirmation.title=Validation Is Running
7 #Docs generation
8 xml.javadoc.tag.name.message=Tag name
9 xml.javadoc.attribute.name.message=Attribute name
10 xml.javadoc.description.message=Description
11 xml.javadoc.start.tag.could.be.omitted.message=Start tag:\\ could be omitted
12 xml.javadoc.end.tag.could.be.omitted.message=End tag:\\ could be omitted
13 xml.javadoc.is.empty.message=Is empty:\\ true
14 xml.javadoc.attr.type.message=Attr type:\\ {0}
15 xml.javadoc.attr.default.required.message=Attr default:\\ required
16 html.quickdoc.additional.template=More info on <a href="{0}">W3C website</a>, <a href="{1}">SitePoint Reference website</a>.
17 #0 - boolean (is deprecated)
18 xml.javadoc.deprecated.message=Deprecated :\\&nbsp;{0}
19 xml.javadoc.defined.in.loose.dtd.message=Defined in:\\&nbsp;loose dtd
20 xml.javadoc.defined.in.frameset.dtd.message=Defined in:\\&nbsp;frameset dtd
21 xml.javadoc.defined.in.any.dtd.message=Defined in:\\&nbsp;any dtd
22 xml.javadoc.complex.type.message=Complex type
23 #Check Image Size inspection
24 html.inspections.group.name=HTML
25 html.inspections.check.image.size=Image size mismatch
26 html.inspections.check.empty.script.tag=Empty <script> tag
27 html.inspections.check.valid.script.tag=Malformed content of <script> tag
28 html.inspections.check.empty.script.message=Empty script tag doesn't work in Internet Explorer
29 html.inspections.check.empty.script.tag.fix.message=Replace tag empty end with empty body
30 html.inspections.check.image.width.message=Original image width is {0}
31 html.inspections.check.image.width.fix.message=Set width value to {0}
32 html.inspections.check.image.height.message=Original image height is {0}
33 html.inspections.check.image.height.fix.message=Set height value to {0}
34 html.inspections.check.deprecated.tag=Deprecated HTML tag
35 html.inspections.check.presentational.tag=Presentational HTML tag
36 html.deprecated.tag=Deprecated HTML tag
37 html.replace.tag.with.css.quickfix.text=Replace {0} tag with CSS
38 html.replace.tag.with.another.quickfix.text=Replace {0} tag with {1} tag
39 unwrap.enclosing.tag.name.action.name=Remove Enclosing Tag
40 jsp.inspections.group.name=JSP Inspections
41 # color dialog
42 choose.color.dialog.title=Choose Color
43 choose.color.in.color.lookup=choose color...
44 # color lookup
45 color.name=Color name:\\&nbsp; {0}
46 color.rgb=Color RGB:\\&nbsp; {0}
47 color.preview=Color preview:\\&nbsp; {0}
48 xml.schema.validation.attr.not.allowed.with.ref=Attribute {0} is not allowed here when element reference is used
49 unescaped.xml.character=Unescaped xml character
50 unescaped.xml.character.fix.message=Escape {0}
51 unescaped.xml.character.fix.message.parameter=Ampersand
53 #HtmlExtraClosingTagInspection
54 html.inspection.extra.closing.tag=Extra closing tag for empty element
55 xml.inspection.wrong.closing.tag=Wrong closing XML/xHTML tag
56 xml.inspection.wrong.root.element=Wrong root element
58 html.inspections.unknown.tag=Unknown HTML tag
59 html.inspections.unknown.attribute=Unknown HTML tag attribute
60 html.inspections.unknown.tag.checkbox.title=Custom HTML tags
61 html.inspections.unknown.tag.title=Edit custom tags
62 html.inspections.unknown.tag.attribute.checkbox.title=Custom HTML tag attributes
63 html.inspections.unknown.tag.attribute.title=Edit custom attributes
64 duplicated.declaration=Nonunique declaration name {0}
65 dtd.parser.message.name.expected=xml name expected
66 dtd.parser.message.literal.public.system.expected=Literal, PUBLIC or SYSTEM expected
67 dtd.parser.message.rbrace.expected=) expected
68 dtd.parser.message.name.or.entity.ref.expected=Xml name or entity ref expected
69 dtd.parser.message.whitespace.expected=Whitespace expected
70 dtd.parser.message.left.paren.or.entityref.or.empty.or.any.expected=( or entity ref or EMPTY or ANY expected
71 xml.schema.validation.max.occurs.should.be.not.less.than.min.occurs=maxOccurs value should be greater than minOccurs value
72 xml.schema.create.complex.type.intention.name=Create Complex Type {0}
73 xml.schema.create.attribute.intention.name=Create Attribute {0}
74 xml.schema.create.element.intention.name=Create Element {0}
75 xml.schema.create.attribute.group.intention.name=Create Attribute Group {0}
76 xml.schema.create.group.intention.name=Create Group {0}
77 xml.schema.create.simple.type.intention.name=Create Simple Type {0}
78 xml.dtd.create.entity.intention.name=Create Entity Declaration {0}
79 xml.dtd.create.dtd.element.intention.name=Create Element Declaration {0}
80 xml.inspections.group.name=XML
81 xml.create.xml.declaration.intention.type=Create Xml Element Declaration
82 xml.inspections.check.tag.empty.body=XML tag empty body
83 xml.inspections.check.file.with.xerces=File does not pass external validation
84 xml.inspections.tag.empty.body=Xml Tag Has Empty Body
85 xml.inspections.replace.tag.empty.body.with.empty.end=Replace Tag Empty Body With Empty End
86 xml.inspections.check.dtd.references=Unresolved DTD reference
87 xml.dtd.unresolved.entity.reference=Unresolved Entity Reference {0}
88 xml.dtd.unresolved.element.reference=Unresolved Dtd Element Reference {0}
89 xml.schema.validation.default.or.fixed.should.be.specified.but.not.both='default' and 'fixed' attributes should not bepresent in the same time
90 xml.schema.validation.name.or.ref.should.present=Either 'name' or 'ref' attribute should present
91 change.root.element.to=Change Root Tag Name to {0}
92 insert.required.tag.fix=Insert Required Child Tag {0}
94 # rename refactoring
95 rename.current.tag=Rename {0} to:
96 xml.validate.external.resource.is.not.registered=External resource {0} is not registered
97 namespace.alias=namespace
98 xml.inspections.duplicated.id=Unresolved or duplicate ID
99 xml.javadoc.version.message=Version
101 # external resources
102 fetch.external.resource=Fetch External Resource
103 manually.setup.external.resource=Manually Setup External Resource
104 add.xsi.schema.location.for.external.resource=Add Xsi Schema Location for External Resource
105 fetching.resource.title=Fetching resource
106 error.fetching.resource=Error while fetching {0}
107 error.fetching.title=Error While Fetching
108 error.fetching.dependent.resource.title=Error While Fetching Dependent Resource
109 fetching.progress.indicator=Fetching {0}
110 ignore.external.resource.family=Ignore External Resource
111 ignore.external.resource.text=Ignore External Resource
113 # external resources dialog
114 dialog.title.external.resource=External Resource
115 label.edit.external.resource.uri=URI:
116 label.edit.external.resource.path=Path:
117 column.name.edit.external.resource.uri=URI
118 column.name.edit.external.resource.location=Location
119 display.name.edit.external.resource=Resources
120 label.edit.external.resource.configure.external.resources=Configure External Resources:
121 label.edit.external.resource.configure.ignored.resources=Configure Ignored Resources:
123 add.custom.html.tag=Add {0} to custom html tags
124 add.custom.html.attribute=Add {0} to custom html attributes
125 add.optional.html.attribute=Add {0} to not required html attributes
126 fix.html.family=Fix Html
128 xml.options=XML Options
129 xml.editor.options.breadcrumbs.title=Show HTML breadcrumbs (Reopen editor for changes to take effect)
130 xml.editor.options.misc.title=XML/HTML
132 invalid.url.title=Invalid URL
133 invalid.url.no.xml.file.at.location=No xml at the location: \n{0}
134 invalid.uril.message=Invalid URL: \n{0}
135 xml.folding.settings=Xml Folding Settings
136 cannot.resolve.anchor=Cannot resolve anchor #{0}
137 cannot.resolve.anchor.in.file=Cannot resolve anchor #{0} in file {1}
140 # web browsers
141 browsers.configuration.name=Web Browsers
142 browsers.explorer=Internet Explorer
143 browsers.safari=Safari
144 browsers.opera=Opera
145 browsers.firefox=Firefox
146 browsers.chrome=Chrome
147 browser.description=Open file in {0}
148 browser.active=Active
149 browser.default.settings=Default
150 browser.path.not.specified=Please, set the path to the browser at Settings / Web Browsers / {0}
151 browser.path.not.specified.title=Browser Path Was Not Specified
152 browser.error=Browser Error
153 web.editor.configuration.title=Web
155 xml.split.tag.intention.action=Split current tag
156 tag.name.completion.hint=Press {0} to view tags from other namespaces
157 tag.name.completion.display.name=Tag Name Completion
158 open_in.list.popup.title=Preview file in...
159 xml.inspections.unbound.prefix=Unbound XML namespace prefix
161 html.add.table.column.after.action=Add a new column to the table after the current one
162 html.add.table.column.before.action=Add a new column to the table before the current one
163 xml.settings=Xml Settings
164 xml.javadoc.enumeration.value.message=Enumeration value
166 #xsd2xml and xml2xsd
167 url.is.empty.validation.problem=Url is empty
168 invalid.number.validation.problem=Invalid number
169 negative.number.validation.problem=Negative number
170 result.schema.file.name.is.empty.validation.problem=Result schema file name is empty
171 generate.schema.from.instance.document.dialog.title=Generate Schema From Instance Document
172 instance.2.xsd.dialog.title=Instance To Schema
174 xml2xsd.generator.error=Instance 2 Schema generator error
175 generate.schema.from.instance.xml.document.lvcslabel=Generate Schema From Instance Xml Document
176 local.elements.global.complex.types.option.name=local elements/global complex types
177 local.elements.types.option.name=local elements/types
178 global.elements.local.types.option.name=global elements/local types
179 select.xml.document.dialog.title=Select Xml Document
180 no.class.in.selected.text.editor.error.message=No class in selected text editor
181 generate.instance.document.from.schema.lvcslabel=Generate Instance Document From Schema
182 schema.generator.process.title=Schema Generator
183 instance.to.schema.generator.error=Instance to Schema Generator Error
184 select.schema.document.dialog.title=Select Schema Document
185 generate.instance.document.from.schema.dialog.title=Generate Instance Document From Schema
186 xmlbeans.instance.document.name.tooltip=Instance document file name to be generated
187 schema2instance.dialog.schema.path=Schema path:
188 schema2instance.dialog.instance.document.name=Instance document name:
189 schema2instance.dialog.element.name=Element name:
190 schema2instance.dialog.enable.restriction.check=Enable restriction check
191 schema2instance.dialog.enable.unique.check=Enable unique check
192 instance2schema.dialog.detect.enumerations.limit=Detect enumerations limit:
193 instance2schema.dialog.design.type=Design type:
194 instance2schema.dialog.detect.simple.content.type=Detect simple content type:
195 instance2schema.dialog.instance.document.path=Instance document path:
196 any.dialog.status=Status
197 schema2.instance.no.valid.root.element.name.validation.error=Root element name is not valid
198 schema2.instance.output.file.name.is.empty.validation.problem=Output file name is not valid
199 xmlbeans.url.tooltip=Path to schema or wsdl to be used for generation using XmlBeans
200 xmlbeans.schema2instance.url.tooltip=Path to schema
201 xmlbeans.instance2schema.url.tooltip=Path to instance document
202 xmlbeans.rootelement.tooltip=Root element for instance document generation
203 xmlbeans.particle.valid.tooltip=Enable particle valid (restriction) rule
204 xmlbeans.unique.particle.tooltip=Enable unique particle rule
205 xmlbeans.designtype.tooltip=XMLSchema design type
206 xmlbeans.simplecontenttype.tooltip=Simple content types detection (leaf text)
207 xmlbeans.enumerations.tooltip=Detection enumeration from following count 
208 webservice.status.tooltip=Status of current settings, input errors, etc
209 xmlbeans.instance2schema.result.schema.name=Result schema file name
210 browse.button.tooltip=Browse for local file
211 instance.document.file.is.not.exist=Instance document file is not exist
212 xml2xsd.generator.error.message=Can't generate schema from instance document. Check your xml document
213 file.doesnt.exist=File {0} doesn't exist
214 error=Error
215 cant.rename.file=Can't rename {0} to {1}
216 cant.delete.file=Can't delete file {0}
217 select.xsd.schema.dialog.title=Select XSD Schema