mediawiki-extensions-Parser.../i18n/gpe.json

12 lines
398 B
JSON
Raw Normal View History

{
"@metadata": {
"authors": [
"DaSupremo"
]
},
"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 give $1.",
"pfunc_expr_unrecognised_punctuation": "Expression error: Unrecognized punctuation character \"$1\"."
}