mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
fc90702c30
Change-Id: Ia7212ef3b4f7f1dc0b4691044f8a4e95c3a5cde5
13 lines
414 B
JSON
13 lines
414 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Girmitya",
|
|
"Abdul Kadir"
|
|
]
|
|
},
|
|
"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: Unrecognized punctuation character \"$1\"."
|
|
}
|