{
	"@metadata": {
		"authors": [
			"Umherirrender",
			"Liuxinyu970226",
			"Seb35",
			"Raymond",
			"Robby"
		]
	},
	"cargo-extensionname": "{{name}}",
	"cargo-desc": "{{desc|name=Cargo|url=https://www.mediawiki.org/wiki/Extension:Cargo}}",
	"cargo-definestable": "A description of a template, that is displayed on that template's page.",
	"cargo-tablenotcreated": "A notice to the user, displayed on a template page.",
	"cargo-addsrows": "A description of a template, that is displayed on that template's page. Parameters:\n* $1 - a database table name\n* $2 - a template name",
	"cargo-notable": "An error message.",
	"cargo-unknowntable": "An error message. Parameters:\n* $1 - a database table name",
	"recreatedata": "{{doc-special|RecreateData}}",
	"action-recreatecargodata": "{{doc-action|recreatecargodata}}\n{{doc-cargo}}",
	"right-recreatecargodata": "{{doc-right|recreatecargodata}}",
	"action-deletecargodata": "{{doc-action|deletecargodata}}\n{{doc-cargo}}",
	"right-deletecargodata": "{{doc-right|deletecargodata}}",
	"action-runcargoqueries": "{{doc-action|runcargoqueries}}",
	"right-runcargoqueries": "{{doc-right|runcargoqueries}}",
	"apihelp-cargoquery-description": "{{doc-apihelp-description|cargoquery}}",
	"apihelp-cargoquery-summary": "{{doc-apihelp-summary|cargoquery}}",
	"apihelp-cargoquery-param-tables": "{{doc-apihelp-param|cargoquery|tables}}",
	"apihelp-cargoquery-param-fields": "{{doc-apihelp-param|cargoquery|fields}}",
	"apihelp-cargoquery-param-where": "{{doc-apihelp-param|cargoquery|where}}",
	"apihelp-cargoquery-param-join_on": "{{doc-apihelp-param|cargoquery|join_on}}",
	"apihelp-cargoquery-param-order_by": "{{doc-apihelp-param|cargoquery|order_by}}",
	"apihelp-cargoquery-param-group_by": "{{doc-apihelp-param|cargoquery|group_by}}",
	"apihelp-cargoquery-param-having": "{{doc-apihelp-param|cargoquery|having}}",
	"apihelp-cargoquery-param-limit": "{{doc-apihelp-param|cargoquery|limit}}",
	"apihelp-cargoquery-param-offset": "{{doc-apihelp-param|cargoquery|offset}}",
	"apihelp-cargorecreatetables-description": "{{doc-apihelp-description|cargorecreatetables}}",
	"apihelp-cargorecreatetables-summary": "{{doc-apihelp-summary|cargorecreatetables}}",
	"apihelp-cargorecreatetables-param-template": "{{doc-apihelp-param|cargorecreatetables|template}}",
	"apihelp-cargorecreatetables-param-createReplacement": "{{doc-apihelp-param|cargorecreatetables|createReplacement}}",
	"apihelp-cargorecreatedata-description": "{{doc-apihelp-description|cargorecreatedata}}",
	"apihelp-cargorecreatedata-summary": "{{doc-apihelp-summary|cargorecreatedata}}",
	"apihelp-cargorecreatedata-param-template": "{{doc-apihelp-param|cargorecreatedata|template}}",
	"apihelp-cargorecreatedata-param-table": "{{doc-apihelp-param|cargorecreatedata|table}}",
	"apihelp-cargorecreatedata-param-offset": "{{doc-apihelp-param|cargorecreatedata|offset}}",
	"apihelp-cargorecreatedata-param-replaceOldRows": "{{doc-apihelp-param|cargorecreatedata|replaceOldRows}}",
	"apihelp-cargoautocomplete-description": "{{doc-apihelp-description|cargoautocomplete}}",
	"apihelp-cargoautocomplete-summary": "{{doc-apihelp-summary|cargoautocomplete}}",
	"apihelp-cargoautocomplete-param-limit": "{{doc-apihelp-param|cargoautocomplete|limit}}",
	"apihelp-cargoautocomplete-param-substr": "{{doc-apihelp-param|cargoautocomplete|substr}}",
	"apihelp-cargoautocomplete-param-table": "{{doc-apihelp-param|cargoautocomplete|table}}",
	"apihelp-cargoautocomplete-param-field": "{{doc-apihelp-param|cargoautocomplete|field}}",
	"apihelp-cargoautocomplete-param-field_is_array": "{{doc-apihelp-param|cargoautocomplete|field_is_array}}",
	"apihelp-cargoautocomplete-param-where": "{{doc-apihelp-param|cargoautocomplete|where}}",
	"cargo-logname": "{{doc-logpage}}",
	"cargo-logdesc": "Used as heading in [[Special:Log]]/cargo.",
	"cargo-createtableaction": "This is a log entry.\n\nParameters:\n* $2 - name of a table of data defined by the Cargo extension (parameter $1 is not used)",
	"cargo-recreatetableaction": "This is a log entry.\n\nParameters:\n* $2 - name of a table of data defined by the Cargo extension (parameter $1 is not used)",
	"cargo-replacetableaction": "This is a log entry.\n\nParameters:\n* $2 - name of a table of data defined by the Cargo extension (parameter $1 is not used)",
	"cargo-deletetableaction": "This is a log entry.\n\nParameters:\n* $2 - name of a table of data defined by the Cargo extension (parameter $1 is not used)",
	"cargo-createdatatable": "Label before a 'submit' button.",
	"cargo-recreatedata-desc": "Label before a 'submit' button. ({{doc-cargo}})",
	"cargo-recreatedata-createdata": "Label before a 'submit' button. ({{doc-cargo}})",
	"cargo-recreatedata-tablecreated": "Informational message after success of creation of the table. ({{doc-cargo}})",
	"cargo-recreatedata-replacementcreated": "Informational message after success of creation of a table. ({{doc-cargo}})",
	"cargo-recreatedata-success": "Message displayed after user submits a \"recreate data\" form.",
	"viewdata": "{{doc-special|ViewData}}",
	"cargo-viewdata-tables": "Label in a form to set the names of one or more tables to query.\n{{Identical|Table}}",
	"cargo-viewdata-fields": "Label in a form to set the names of one or more fields to query.\n{{Identical|Field}}",
	"cargo-viewdata-where": "Label in a form to set the equivalent of an SQL 'WHERE' clause.\n{{Identical|Where}}",
	"cargo-viewdata-joinon": "Label in a form to set the equivalent of an SQL 'JOIN ... ON' clause.",
	"cargo-viewdata-groupby": "Label in a form to set the equivalent of an SQL 'GROUP BY' clause.",
	"cargo-viewdata-having": "Label in a form to set the equivalent of an SQL 'HAVING' clause.",
	"cargo-viewdata-orderby": "Label in a form to set the sort order for query results.",
	"cargo-viewdata-limit": "Label in a form to set the limit on the number of results of a query.\n{{Identical|Limit}}",
	"cargo-viewdata-offset": "Label in a form to set the equivalent of an SQL 'OFFSET' clause.\n{{Identical|Offset}}",
	"cargo-viewdata-format": "Label in a form to set the display format for query results.\n{{Identical|Format}}",
	"cargo-viewdata-defaultformat": "Option in form dropdown.\n{{Identical|Default}}",
	"cargo-query-missingformat": "An error message.",
	"cargo-query-badsqlfunction": "An error message. Parameters:\n* $1 - form name (with link)",
	"cargo-query-badalias": "An error message. Parameters:\n* $1 - an SQL table alias",
	"cargo-query-unknowndbtable": "An error message. Parameters:\n* $1 - a database table name",
	"cargo-query-unknownfieldfortable": "An error message. Parameters:\n* $1 - a database field name\n* $2 - a database table name",
	"cargo-query-unknownfield": "An error message. Parameters:\n* $1 - a database field name",
	"cargo-query-missingparam": "An error message. Parameters:\n* $1 - a #cargo_query parameter name\n* $2 - a display format name",
	"cargo-query-specifiedfieldmissing": "An error message. Parameters:\n* $1 - a database field name\n* $2 - a #cargo_query parameter name",
	"cargotables": "{{doc-special|CargoTables}}\n{{doc-cargo}}",
	"cargo-cargotables-beingpopulated": "An informational message to the user.",
	"cargo-cargotables-tablelist": "Used as a page header.",
	"cargo-cargotables-viewtable": "Parameters:\n* $1 - table name",
	"cargo-cargotables-viewtablelink": "The text of a link to a subpage of [[Special:CargoTables]].",
	"cargo-cargotables-viewreplacement": "Parameters:\n* $1 - table name",
	"cargo-cargotables-viewreplacementlink": "The text of a link to a subpage of [[Special:CargoTables]].",
	"cargo-cargotables-notdeclared": "Descriptive message placed in [[Special:CargoTables]].",
	"cargo-cargotables-declaredby": "Parameters:\n* $1 - template name",
	"cargo-cargotables-attachedby": "Parameters:\n* $1 - template name",
	"cargo-cargotables-tablenotfound": "An error message. ({{doc-cargo}})\n\nParameters:\n* $1 - table name.",
	"cargo-cargotables-tablestructure": "A header for a list of fields",
	"cargo-cargotables-listof": "An informational message",
	"cargo-cargotables-totalrows": "Parameters:\n* $1 - number of rows in a database table.",
	"cargo-cargotables-totalrowsshort": "Parameters:\n* $1 - number of rows in a database table.\n{{identical|Row}}",
	"cargo-cargotables-replacementgenerated": "An informational message",
	"cargo-cargotables-switch": "The text of a link to a subpage of [[Special:SwitchCargoTable]].",
	"cargo-cargotables-nonexistenttable": "An error message.",
	"cargo-recreatedata-createreplacement": "A label for a checkbox in [[Special:CargoRecreateData]].",
	"cargo-recreatedata-replacementexists": "A warning message. Parameters:\n* $1 - a database table name\n* $2 - another database table name",
	"cargo-cargotables-replacementtable": "Information shown in [[Special:CargoTables]]. Parameters:\n* $1 - the name of a database table",
	"cargo-cargotables-deletereplacement": "An alternate option for the user. Parameters:\n* $1 - a link to a subpage of [[Special:DeleteCargoTable]]",
	"cargo-cargotables-hasreplacement": "A warning message.",
	"deletecargotable": "{{doc-special|DeleteCargoTable}}\n{{doc-cargo}}",
	"cargo-deletetable-confirm": "Asks for confirmation to delete a database table. Parameters:\n* $1 - the table name",
	"cargo-deletetable-replacementconfirm": "Asks for confirmation to delete a \"replacement\" database table. Parameters:\n* $1 - URL to view the replacement table\n* $2 - name of the original table",
	"cargo-deletetable-success": "Message displayed after user deletes a database table. Parameters:\n* $1 - the table name.",
	"switchcargotable": "{{doc-special|SwitchCargoTable}}\n{{doc-cargo}}",
	"cargo-switchtables-confirm": "Asks for confirmation to \"switch in\" in a replacement for a database table. Parameters:\n* $1 - the name of the old table",
	"cargo-switchtables-switch": "The text for a button that \"switches in\" a database table (deletes the old one, and renames the new one to have the name of the old one).\n{{Identical|Switch}}",
	"pagevalues": "{{doc-special|PageValues}}",
	"cargo-pagevaluesfor": "Parameters:\n* $1 - a page name.",
	"cargo-pagevalues-tablevalues": "Parameters:\n* $1 - a database table name.\n{{Identical|Value}}",
	"drilldown": "{{doc-special|Drilldown}}",
	"cargo-drilldown-choosetable": "This is the title of the box in [[Special:Drilldown]] that displays the tables that may be browsed.",
	"cargo-drilldown-allpages": "The text of a link.\n{{Identical|All pages}}",
	"cargo-drilldown-allfiles": "The text of a link.",
	"cargo-drilldown-docu": "Used as a page header.",
	"cargo-drilldown-filterbyvalue": "This is the content of a tooltip on [[Special:Drilldown]] when you hover your mouse over a browsable value.",
	"cargo-drilldown-or": "{{Identical|Or}}",
	"cargo-drilldown-removefilter": "This is the content of a tooltip on [[Special:Drilldown]] when you hover your mouse over a filter currently in use.",
	"cargo-drilldown-resetfilters": "This is the content of a tooltip on [[Special:Drilldown]] when you hover your mouse over the name of a table.",
	"cargo-drilldown-hierarchy-within": "The label for applied filter to indicate a search within the tree from the node specified\n{{Identical|Within}}",
	"cargo-drilldown-hierarchy-only": "The label for filter values to indicate an exact search\n{{Identical|Only}}",
	"cargo-drilldown-addanothervalue": "This is an informational message providing help for the usage of [[Special:Drilldown]].",
	"cargo-drilldown-othervalues": "The label for ComboBoxInput and TextBoxInput",
	"cargo-drilldown-novalues": "This is an informational message on [[Special:Drildown]].",
	"cargo-drilldown-fulltext": "The label for searching on all the text within a page or file.",
	"cargo-drilldown-pagetext": "The label for searching on all the text within a page.",
	"cargo-drilldown-filename": "The label for displaying the name of a file uploaded to the wiki.\n{{Identical|Filename}}",
	"cargo-drilldown-filetext": "The label for searching on all the text within a file.",
	"cargo-drilldown-mapformat": "Tab value for map format\n{{Identical|Map}}",
	"cargo-drilldown-timelineformat": "Tab value for timeline format",
	"cargo-drilldown-galleryformat": "Tab value for gallery format\n{{Identical|Gallery}}",
	"cargo-drilldown-calendarformat": "Tab value for calendar format\n{{Identical|Calendar}}",
	"cargo-drilldown-gallerycaption": "Caption for the images. Parameters:\n* $1 - page Name",
	"cargo-viewcsv": "The text of a link.",
	"cargo-viewxls": "The text of a link.",
	"cargo-viewjson": "The text of a link.",
	"cargo-dynamictables-togglecolumns": "Label for toggle columns in dynamic tables",
	"cargo-dynamictables-searchcolumn": "Placeholder for searchable columns. Parameters:\n* $1 - field Name",
	"cargo-purgecache": "The name of a tab; the \"cache\" is the MediaWiki page cache.",
	"cargo-purgecache-failed": "Message displayed if the cache was unable to be purged for any reason.",
	"specialpages-group-cargo": "{{Doc-special-group|that=are related to the extension Cargo}}\n{{doc-cargo}}",
	"cargo-pageschemas-cargofield": "The label for the input field of the database column.",
	"cargo-pageschemas-tablename": "The label for the input field of the database table name."
}
