2018-07-23 22:19:28 +00:00
{
2021-12-19 02:59:14 +00:00
"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]]." ,
2018-07-23 22:19:28 +00:00
"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: )" ,
"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" ,
2018-08-03 09:54:47 +00:00
"portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported" : "Attribute \"$1\" is not supported in <infobox> tag" ,
2021-12-19 02:59:14 +00:00
"allinfoboxes" : "All Infoboxes" ,
2018-09-03 17:32:10 +00:00
"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" ,
2018-09-08 08:09:03 +00:00
"apihelp-query+infobox-summary" : "Get infobox metadata" ,
2021-12-17 18:00:14 +00:00
"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" ,
2021-12-19 02:59:14 +00:00
"infoboxbuilder-templatename" : "Template name" ,
"portableinfoboxbuilder" : "Portable Infobox Builder"
2018-09-03 17:32:10 +00:00
}