[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/ParserFunctions/i18n/ -> en.json (source)

   1  {
   2      "@metadata": {
   3          "authors": []
   4      },
   5      "pfunc_desc": "Enhance parser with logical functions",
   6      "pfunc_time_error": "Error: Invalid time.",
   7      "pfunc_time_too_long": "Error: Too many #time calls.",
   8      "pfunc_time_too_big": "Error: #time only supports years up to 9999.",
   9      "pfunc_time_too_small": "Error: #time only supports years from 0.",
  10      "pfunc_rel2abs_invalid_depth": "Error: Invalid depth in path: \"$1\" (tried to access a node above the root node).",
  11      "pfunc_expr_stack_exhausted": "Expression error: Stack exhausted.",
  12      "pfunc_expr_unexpected_number": "Expression error: Unexpected number.",
  13      "pfunc_expr_preg_match_failure": "Expression error: Unexpected preg_match failure.",
  14      "pfunc_expr_unrecognised_word": "Expression error: Unrecognized word \"$1\".",
  15      "pfunc_expr_unexpected_operator": "Expression error: Unexpected $1 operator.",
  16      "pfunc_expr_missing_operand": "Expression error: Missing operand for $1.",
  17      "pfunc_expr_unexpected_closing_bracket": "Expression error: Unexpected closing bracket.",
  18      "pfunc_expr_unrecognised_punctuation": "Expression error: Unrecognized punctuation character \"$1\".",
  19      "pfunc_expr_unclosed_bracket": "Expression error: Unclosed bracket.",
  20      "pfunc_expr_division_by_zero": "Division by zero.",
  21      "pfunc_expr_invalid_argument": "Invalid argument for $1: < -1 or > 1.",
  22      "pfunc_expr_invalid_argument_ln": "Invalid argument for ln: <= 0.",
  23      "pfunc_expr_unknown_error": "Expression error: Unknown error ($1).",
  24      "pfunc_expr_not_a_number": "In $1: Result is not a number.",
  25      "pfunc_string_too_long": "Error: String exceeds $1 character limit."
  26  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1