'Framework for embedding scripting languages into MediaWiki pages', 'scribunto-codelocation' => 'in $1 at line $2', 'scribunto-luasandbox-error' => 'Lua error: $2', 'scribunto-error' => 'Script {{PLURAL:$1|error|errors}}:', 'scribunto-common-toofewargs' => 'Lua error: Too few arguments to function $2', 'scribunto-common-nosuchmodule' => 'Script error: No such module', 'scribunto-common-nofunction' => 'Script error: You must specify a function to call.', 'scribunto-common-nosuchfunction' => 'Script error: The function you specified did not exist.', 'scribunto-common-timeout' => 'The time allocated for running scripts has expired.', 'scribunto-common-oom' => 'The amount of memory allowed for running scripts has been exceeded.', 'scribunto-lua-error' => 'Lua error: $2', 'scribunto-luasandbox-noreturn' => 'Script error: The module did not return a value, it should return an export table.', 'scribunto-luasandbox-toomanyreturns' => 'Script error: The module returned multiple values, it should return an export table.', 'scribunto-luasandbox-notarrayreturn' => 'Script error: The module returned something other than a table, it should return an export table.', 'scribunto-luastandalone-proc-error' => 'Lua error: cannot create process', 'scribunto-luastandalone-decode-error' => 'Lua error: internal error: unable to decode message', 'scribunto-luastandalone-write-error' => 'Lua error: internal error: error writing to pipe', 'scribunto-luastandalone-read-error' => 'Lua error: internal error: error reading from pipe', 'scribunto-luastandalone-gone' => 'Lua error: internal error: the interpreter has already exited', 'scribunto-luastandalone-signal' => 'Lua error: internal error: the interpreter has terminated with signal "$2"', 'scribunto-luastandalone-exited' => 'Lua error: internal error: the interpreter exited with status $2', );