mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
43ffa05196
Change-Id: I147d066818ef155468b4a50f740b6a7cc5505119
16 lines
547 B
JSON
16 lines
547 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"OIS",
|
|
"Renan",
|
|
"Stavanger7"
|
|
]
|
|
},
|
|
"pfunc_time_error": "Errore: hora ínvalid.",
|
|
"pfunc_expr_unrecognised_word": "Errore de expression: parol \"$1\" non-reconosset.",
|
|
"pfunc_expr_unexpected_operator": "Errore de expression: operator $1 ínexpectat.",
|
|
"pfunc_expr_missing_operand": "Errore de expression: mancant operant por $1.",
|
|
"pfunc_expr_unrecognised_punctuation": "Errore de expression: caráctere de punctuation \"$1\" non-reconosset.",
|
|
"pfunc_expr_division_by_zero": "Division per zero."
|
|
}
|