mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-14 19:31:43 +00:00
9b3392bb7f
Change-Id: Ib640722c027800b5840d04fe4c676b1c9603650f
12 lines
398 B
JSON
12 lines
398 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"DaSupremo"
|
|
]
|
|
},
|
|
"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 give $1.",
|
|
"pfunc_expr_unrecognised_punctuation": "Expression error: Unrecognized punctuation character \"$1\"."
|
|
}
|