mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
16 lines
1.5 KiB
JSON
16 lines
1.5 KiB
JSON
|
{
|
||
|
"portable-infobox-desc": "Portable Infobox extension description",
|
||
|
"portable-infobox-unimplemented-infobox-tag": "Error message for using unimplemented infobox tag; $1 is the tag name without pointy braces",
|
||
|
"portable-infobox-xml-parse-error-info": "General message for parsing problem",
|
||
|
"portable-infobox-xml-parse-error": "Error message for providing incorrect XML markup",
|
||
|
"portable-infobox-xml-parse-error-document-end": "XML Error: extra content at the end",
|
||
|
"portable-infobox-xml-parse-error-undeclared-entity": "XML Error: undeclared entity (for example: ). This typically comes from HTML.",
|
||
|
"portable-infobox-xml-parse-error-attribute-not-started": "XML Error: ending tag without start tag",
|
||
|
"portable-infobox-xml-parse-error-attribute-without-value": "XML Error: tag attribute was provided without value",
|
||
|
"portable-infobox-xml-parse-error-space-required": "XML Error: issue with parsing tag attributes",
|
||
|
"portable-infobox-xml-parse-error-name-required": "XML Error: error parsing name attribute",
|
||
|
"portable-infobox-xml-parse-error-gt-required": "XML Error: could not find end of tag definition (for example: <data><label </data>",
|
||
|
"portable-infobox-xml-parse-error-tag-name-mismatch": "XML Error: Opening and ending tag mismatch (for example: <data></label>)",
|
||
|
"portable-infobox-xml-parse-error-tag-not-finished": "XML Error: premature end of tag",
|
||
|
"portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported": "Unsupported attribute used inside <infobox> tag. $1 param contains attribute name."
|
||
|
}
|