mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
ae223b0e6e
Change-Id: Ib0d70a2f23aba5f0c294a7d6df7cf21a643ad612
12 lines
396 B
JSON
12 lines
396 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Gnangarra"
|
|
]
|
|
},
|
|
"pfunc_expr_unrecognised_word": "Expression error: Unrecognized word \"$1\".",
|
|
"pfunc_expr_unexpected_operator": "Expression error: Unexpected $1 operator.",
|
|
"pfunc_expr_missing_operand": "Expression error: Missing operand for $1.",
|
|
"pfunc_expr_unrecognised_punctuation": "Expression error: Baliak natj punctuation character \"$1\"."
|
|
}
|