PortableInfobox/i18n/en.json
2018-09-08 10:09:03 +02:00

25 lines
1.9 KiB
JSON

{
"portable-infobox-desc": "Create portable infoboxes which can be rendered using clean semantic HTML markup on any skin / platform using using easy to understand powerful XML-like markup",
"portable-infobox-unimplemented-infobox-tag": "Unimplemented infobox tag: <$1>",
"portable-infobox-xml-parse-error-info": "There is a problem with parsing the infobox",
"portable-infobox-xml-parse-error": "Incorrect XML markup. Please validate your XML",
"portable-infobox-xml-parse-error-document-end": "Extra content at the end of the document",
"portable-infobox-xml-parse-error-undeclared-entity": "Undeclared entity (for example: &nbsp;)",
"portable-infobox-xml-parse-error-attribute-not-started": "Attribute value should be inside quotation marks",
"portable-infobox-xml-parse-error-attribute-without-value": "Tag attribute needs to have value",
"portable-infobox-xml-parse-error-space-required": "Attributes construct error",
"portable-infobox-xml-parse-error-name-required": "Error parsing attribute name",
"portable-infobox-xml-parse-error-gt-required": "Tag definition is not properly terminated",
"portable-infobox-xml-parse-error-tag-name-mismatch": "Opening and ending tag mismatch",
"portable-infobox-xml-parse-error-tag-not-finished": "Premature end of tag",
"portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported": "Attribute \"$1\" is not supported in <infobox> tag",
"allinfoboxes": "All infoboxes",
"apihelp-infobox-summary": "This module provides infobox parser",
"apihelp-infobox-param-text": "Infobox to parse (xml string)",
"apihelp-infobox-param-title": "Title of page the text belongs to",
"apihelp-infobox-param-args": "Variable list to use during parse (json format)",
"apihelp-query+allinfoboxes-summary": "List all infoboxes",
"apihelp-query+infobox-summary": "Get infobox metadata",
"apiwarn-infobox-invalidargs": "Args param format is incorrect"
}