mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[xml] change 'Xml' to 'XML' in messages
GitOrigin-RevId: 6a0dbfea8641401b450f08e8e09973a1cefd22fd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
905fee8d22
commit
2d1cb3c65f
@@ -157,7 +157,7 @@ xml2xsd.generator.error=Instance 2 Schema generator error
|
||||
local.elements.global.complex.types.option.name=local elements/global complex types
|
||||
local.elements.types.option.name=local elements/types
|
||||
global.elements.local.types.option.name=global elements/local types
|
||||
select.xml.document.dialog.title=Select Xml Document
|
||||
select.xml.document.dialog.title=Select XML Document
|
||||
generate.instance.document.from.schema.dialog.title=Generate Instance Document From Schema
|
||||
xmlbeans.instance.document.name.tooltip=Instance document file name to be generated
|
||||
schema2instance.dialog.schema.path=Schema path:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<error descr="Xml declaration should precede all document content"><!--Comment--></error>
|
||||
<error descr="XML declaration should precede all document content"><!--Comment--></error>
|
||||
<?xml version="1.0"?>
|
||||
<foo />
|
||||
@@ -27,7 +27,7 @@ xml.inspections.duplicate.attribute=Duplicate attribute {0}
|
||||
xml.inspections.attribute.is.not.allowed.here=Attribute {0} is not allowed here
|
||||
xml.inspections.attribute.should.be.preceded.with.space=There should be a space between attribute and previous attribute
|
||||
xml.inspections.cdata.end.should.not.appear.in.content=Character sequence ']]>' must not appear in content unless used to mark the end of a CDATA section
|
||||
xml.inspections.xml.declaration.should.precede.all.document.content=Xml declaration should precede all document content
|
||||
xml.inspections.xml.declaration.should.precede.all.document.content=XML declaration should precede all document content
|
||||
xml.inspections.duplicate.id.reference=Duplicate id reference
|
||||
xml.inspections.element.doesnt.have.required.attribute=Element {0} doesn''t have required attribute {1}
|
||||
xml.inspections.invalid.id.reference=Invalid id reference
|
||||
|
||||
Reference in New Issue
Block a user