PortableInfobox/i18n/en.json
2022-08-28 15:07:12 -06:00

51 lines
3.2 KiB
JSON

{
"@metadata": {
"authors": [
"Universal Omega",
"lkucharczyk"
]
},
"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. Also includes a portable infobox builder at [[Special:PortableInfoboxBuilder]].",
"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",
"infoboxbuilder-action-addnode": "Add infobox elements",
"infoboxbuilder-action-clear": "Clear infobox",
"infoboxbuilder-action-deletenode": "Delete element",
"infoboxbuilder-action-publish": "Publish infobox",
"infoboxbuilder-editerror": "An error occured during infobox publishing: $1",
"infoboxbuilder-editerrorunknown": "An unknown error occured during infobox publishing.",
"infoboxbuilder-editsummary": "Infobox created with infobox builder.",
"infoboxbuilder-node-title": "Title",
"infoboxbuilder-node-title-value": "Infobox title",
"infoboxbuilder-node-title-value-pagename": "Page name",
"infoboxbuilder-node-data": "Data",
"infoboxbuilder-node-data-value-source": "Value of $1",
"infoboxbuilder-node-media": "Image",
"infoboxbuilder-nodeerror-invalidsource": "Source parameter is invalid.",
"infoboxbuilder-nodeerror-nosourceordefault": "Element without source parameter or default value won't be displayed.",
"infoboxbuilder-nodeparam-default": "Default value",
"infoboxbuilder-nodeparam-label": "Label",
"infoboxbuilder-nodeparam-source": "Source parameter",
"infoboxbuilder-templatename": "Template name",
"portableinfoboxbuilder": "Portable Infobox Builder"
}