text changes suggested by translators

GitOrigin-RevId: 2be02ec1c0b4035fc5f5557882c3afb26f25acb7
This commit is contained in:
Bas Leijdekkers
2021-07-01 12:27:02 +02:00
committed by intellij-monorepo-bot
parent ce147dce1a
commit 554a472101
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ annotator.error.invalid.number.arguments.for.node.type.test=Invalid number of ar
annotator.error.invalid.single.closing.brace.escape.as.double.closing.brace=Invalid single closing brace. Escape as '}}'
annotator.error.malformed.string.literal=Malformed string literal
annotator.error.missing.argument.for.function=Missing argument for function ''{0}''
annotator.error.missing.argument.for.node.kind.test=Missing argument for node kind test
annotator.error.missing.argument.for.node.kind.test=Missing argument for node type test
annotator.error.missing.pattern=Missing pattern
annotator.error.number.literal.must.be.followed.by.whitespace.in.xpath=Number literal must be followed by whitespace in XPath 2
annotator.error.number.literals.in.scientific.notation.are.not.allowed.in.xpath=Number literals in scientific notation are not allowed in XPath 1.0
@@ -166,7 +166,7 @@ inspection.message.duplicate.declaration=Duplicate declaration
inspection.message.duplicates.declaration.from=Duplicates declaration from ''{0}''
inspection.message.empty.name.not.permitted=Empty name not permitted
inspection.message.expression.should.be.type=Expression should be of type ''{0}''
inspection.message.hardwired.namespace.prefix=Hardwired namespace prefix
inspection.message.hardwired.namespace.prefix=Hardcoded namespace prefix
inspection.message.html.unknown.attribute.name.html=Unknown attribute name {0}
inspection.message.html.unknown.element.name.html=Unknown element name {0}
inspection.message.illegal.name=Illegal name

View File

@@ -1 +1 @@
*[name() = <warning descr="Hardwired namespace prefix">'p:l'</warning>]
*[name() = <warning descr="Hardcoded namespace prefix">'p:l'</warning>]

View File

@@ -1,7 +1,7 @@
<error descr="Missing argument for node kind test">schema-element()</error> |
<error descr="Missing argument for node type test">schema-element()</error> |
schema-element(x, <error descr="Too many arguments">y</error>) |
<error descr="Missing argument for node kind test">schema-attribute()</error> |
<error descr="Missing argument for node type test">schema-attribute()</error> |
schema-attribute(x, <error descr="Too many arguments">y</error>) |
attribute(x, xs:integer, <error descr="Too many arguments">y</error>) |