{
	"@metadata": {
		"authors": [
			"pastakhov"
		]
	},
	"foxway-desc": "Adds the ability to use syntax and functions of PHP in the wikitext parser",
	"foxway-disabled-for-namespace": "Extension foxway is disabled for the namespace \"$1\".",
	"foxway-error-bad-delimiter": "Delimiter must not be alphanumeric or backslash.",
	"foxway-error-no-ending-matching-delimiter": "No ending matching delimiter \"$1\" found.",
	"foxway-error-unknown-modifier": "Unknown modifier \"$1\".",
	"foxway-php-fatal-error-cannot-break-continue": "PHP fatal error: Cannot break/continue $1 levels on page $2 line $3.",
	"foxway-php-fatal-error-max-execution-time": "PHP fatal error: Maximum execution time of {{PLURAL:$1|$1 second|$1 seconds}} exceeded on page $2.",
	"foxway-php-fatal-error-max-execution-time-scope": "PHP fatal error: Maximum execution time of $1 second exceeded on page $2 line $3.",
	"foxway-php-fatal-error-undefined-function": "PHP fatal error: Call to undefined function $1() on page $2 line $3.",
	"foxway-php-not-variable-passed-by-reference": "PHP fatal error: Only variables can be passed by reference, function $1() on page $2 line $3.",
	"foxway-php-syntax-error-unexpected": "PHP parse error: Syntax error, unexpected $1 in command line code on line $2.",
	"foxway-php-warning-exception-in-function": "PHP warning: Function $1() on page $2 line $3 returns exception ($4).",
	"foxway-php-wrong-parameter-count": "PHP warning: Wrong parameter count for $1() on page $2 line $3.",
	"foxway-unexpected-result-work-function": "Unexpected result work function $1() of extension Foxway on page $2 line $3."
}
