mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
75 lines
4.9 KiB
INI
75 lines
4.9 KiB
INI
html.inspections.extra.closing.tag.for.empty.element=Closing tag is redundant
|
|
html.inspections.element.missing.end.tag=Element \\<#ref\\> is missing an end tag
|
|
html.inspections.attribute.is.not.boolean=Attribute {0} is not boolean
|
|
html.inspections.check.empty.script.message=Empty tag doesn't work in some browsers
|
|
html.inspections.check.empty.script.tag.fix.message=Expand tag
|
|
html.inspections.unknown.tag.attribute.checkbox.title=Custom HTML tag attributes:
|
|
html.inspections.unknown.tag.boolean.attribute.checkbox.title=Custom HTML boolean tag attributes:
|
|
html.inspections.unknown.tag.checkbox.title=Custom HTML tags:
|
|
|
|
html.quickfix.family=Fix HTML
|
|
html.quickfix.switch.to.html5=Switch to HTML5 language level
|
|
html.quickfix.rename.attribute.family=Rename attribute
|
|
html.quickfix.rename.attribute.text=Rename attribute to {0}
|
|
html.quickfix.add.closing.tag=Add closing tag
|
|
html.quickfix.add.custom.html.attribute=Add {0} to custom html attributes
|
|
html.quickfix.add.custom.html.boolean.attribute=Add {0} to custom html boolean attributes
|
|
html.quickfix.add.custom.html.tag=Add {0} to custom html tags
|
|
html.quickfix.add.named.closing.tag=Add </{0}>
|
|
html.quickfix.add.optional.html.attribute=Add {0} to not required html attributes
|
|
|
|
xml.dtd.create.entity.intention.name=Create Entity Declaration {0}
|
|
xml.dtd.create.dtd.element.intention.name=Create Element Declaration {0}
|
|
|
|
xml.inspections.element.is.not.allowed.here=Element {0} is not allowed here
|
|
xml.inspections.element.must.be.declared=Element {0} must be declared
|
|
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.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
|
|
xml.inspections.redundant.default.attribute.value.assignment=Redundant default attribute value assignment
|
|
xml.inspections.tag.has.wrong.closing.tag.name=Start tag has wrong closing tag
|
|
xml.inspections.tag.should.have.one.of.following.attributes.0=Tag should have one of following attributes: {0}
|
|
xml.inspections.the.attribute.is.marked.as.deprecated=The attribute is marked as deprecated
|
|
xml.inspections.the.tag.is.marked.as.deprecated=The tag is marked as deprecated
|
|
xml.inspections.unbound.namespace=Namespace ''{0}'' is not bound
|
|
xml.inspections.unbound.namespace.no.param=Namespace is not bound
|
|
xml.inspections.unescaped.xml.character=Unescaped xml character
|
|
xml.inspections.unknown.html.tag=Unknown html tag {0}
|
|
xml.inspections.wrong.closing.tag.name=Wrong closing tag name
|
|
xml.inspections.wrong.root.element=Wrong root element
|
|
xml.inspections.tag.empty.body=XML tag has empty body
|
|
xml.inspections.unused.schema.declaration=Namespace declaration is never used
|
|
xml.inspections.unused.schema.location=Namespace location is never used
|
|
xml.inspections.attribute.unused=Attribute ''{0}'' is unused
|
|
xml.inspections.attribute.unused.because.other.attribute.present=The attribute ''{0}'' is unused because the attribute ''{1}'' is present
|
|
xml.inspections.all.attributes.unused.because.an.attribute.present=The attribute is unused because the attribute {0} is present
|
|
|
|
xml.intention.rename.end.tag=Rename end tag ''{0}'' to ''{1}''
|
|
xml.intention.rename.start.tag=Rename start tag ''{0}'' to ''{1}''
|
|
xml.intention.replace.tag.empty.body.with.empty.end=Collapse empty tag
|
|
xml.intention.remove.unused.namespace.location=Remove unused namespace location
|
|
|
|
xml.quickfix.escape.character=Escape ''{0}'' with ''{1}''
|
|
xml.quickfix.change.root.element.to=Change root tag name to {0}
|
|
xml.quickfix.change.attribute.value.family=Change attribute value
|
|
xml.quickfix.change.attribute.value=Change value to {0}
|
|
xml.quickfix.declare.id.in.comment=Declare invalid id in comment annotation
|
|
xml.quickfix.remove.attribute.family=Remove attribute
|
|
xml.quickfix.remove.attribute.text=Remove attribute {0}
|
|
xml.quickfix.remove.extra.closing.tag=Remove extra closing tag
|
|
xml.quickfix.remove.tag.family=Remove tag (preserves children)
|
|
xml.quickfix.remove.tag.text=Remove tag {0}
|
|
xml.quickfix.remove.unused.namespace.decl=Remove unused namespace declaration
|
|
xml.quickfix.schema.create.attribute.group=Create Attribute Group {0}
|
|
xml.quickfix.schema.create.attribute=Create Attribute {0}
|
|
xml.quickfix.schema.create.complex.type=Create Complex Type {0}
|
|
xml.quickfix.schema.create.element=Create Element {0}
|
|
xml.quickfix.schema.create.group=Create Group {0}
|
|
xml.quickfix.schema.create.simple.type=Create Simple Type {0}
|
|
xml.options.label.regexp=Regexp:
|