mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 08:14:28 +00:00
53e9a72854
Change-Id: I6a4143748c198502791da9ddabe36af366810218
16 lines
758 B
JSON
16 lines
758 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Gts-tg",
|
|
"Omnipaedista",
|
|
"PastelKos"
|
|
]
|
|
},
|
|
"pfunc_time_error": "Σφάλμα: Ἄκυρη ὥρα",
|
|
"pfunc_expr_unrecognised_word": "Σφάλμα ἐκφράσεως: Μὴ άναγνωρισμένη λέξις \"$1\".",
|
|
"pfunc_expr_unexpected_operator": "Σφάλμα ἐκφράσεως: Μῆ ἀναμενόμενος τελεστής $1.",
|
|
"pfunc_expr_missing_operand": "Σφάλμα ἐκφράσεως: Ἐλλειπὼν τελεστὴς διὰ τὸ $1.",
|
|
"pfunc_expr_unrecognised_punctuation": "Σφάλμα ἐκφράσεως: Μή ἀναγνωρισμένος χαρακτήρας στίξεως \"$1\".",
|
|
"pfunc_expr_division_by_zero": "Διαίρεσις διὰ τοῦ μηδενός"
|
|
}
|