mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
af1fc205c3
Change-Id: If603abcd7d5472cfc94d3166a9c221550cedbb3d
14 lines
503 B
JSON
14 lines
503 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"AmaryllisGardener"
|
|
]
|
|
},
|
|
"pfunc_time_error": "Error: Invalid time.",
|
|
"pfunc_expr_unrecognised_word": "Expression error: Unrecognised wird \"$1\".",
|
|
"pfunc_expr_unexpected_operator": "Expression error: Unexpectit $1 operator.",
|
|
"pfunc_expr_missing_operand": "Expression error: Missin operand for $1.",
|
|
"pfunc_expr_unrecognised_punctuation": "Expression error: Unrecognised punctuation character \"$1\".",
|
|
"pfunc_expr_division_by_zero": "Diveesion bi zero."
|
|
}
|