mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
6aff5b0828
Change-Id: Iee86fdbe9ea5e8df0eab763827146f1c765785d8
15 lines
1.1 KiB
JSON
15 lines
1.1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Piano1forte2"
|
|
]
|
|
},
|
|
"cite_error_ref_invalid_dir": "Invalid <code>dir='$1'</code>, must be <code>ltr</code> or <code>rtl</code>",
|
|
"cite_error_references_duplicate_key": "Invalid <code><ref></code> tag; name '$1' defined multiple times with different content",
|
|
"cite_error_no_link_label_group": "Ran out of custom link labels for group '$1'. Define more in the [[MediaWiki:$2]] message.",
|
|
"cite_error_group_refs_without_references": "<code><ref></code> tags exist for a group named '$1', but no corresponding <code><references group='$1'/></code> tag was found",
|
|
"cite_error_references_group_mismatch": "<code><ref></code> tag in <code><references></code> has conflicting group attribute '$1'.",
|
|
"cite_error_references_missing_group": "<code><ref></code> tag with name '$2' defined in <code><references></code> has group attribute '$1' which does not appear in prior text.",
|
|
"cite_error_empty_references_define": "<code><ref></code> tag with name '$1' defined in <code><references></code> group '$2' has no content."
|
|
}
|