mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
2e8eed3b1d
Change-Id: Ie701c91c432bcc71340705e4d76ca366f76acfd5
15 lines
525 B
JSON
15 lines
525 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Abdul Kadir",
|
|
"Girmitya"
|
|
]
|
|
},
|
|
"pfunc_time_error": "Error: Time invalid hai.",
|
|
"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\".",
|
|
"pfunc_expr_division_by_zero": "Zero se divide karaa gais."
|
|
}
|