mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
Update punctuation and casing for error messages.
Change-Id: I97f7732010ebfebcf494ac9e308275b34dbb9609
This commit is contained in:
parent
3fd6deea93
commit
d97b59395a
|
@ -21,7 +21,7 @@ $messages['en'] = array(
|
||||||
'scribunto-error-long' => 'Script errors:
|
'scribunto-error-long' => 'Script errors:
|
||||||
|
|
||||||
$1',
|
$1',
|
||||||
'scribunto-common-nosuchmodule' => 'Script error: No such module',
|
'scribunto-common-nosuchmodule' => 'Script error: No such module.',
|
||||||
'scribunto-common-nofunction' => 'Script error: You must specify a function to call.',
|
'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-nosuchfunction' => 'Script error: The function you specified did not exist.',
|
||||||
'scribunto-common-timeout' => 'The time allocated for running scripts has expired.',
|
'scribunto-common-timeout' => 'The time allocated for running scripts has expired.',
|
||||||
|
@ -31,17 +31,17 @@ $1',
|
||||||
'scribunto-lua-in-main' => 'in main chunk',
|
'scribunto-lua-in-main' => 'in main chunk',
|
||||||
'scribunto-lua-in-function-at' => 'in the function at $1:$2',
|
'scribunto-lua-in-function-at' => 'in the function at $1:$2',
|
||||||
'scribunto-lua-backtrace-line' => '$1: $2',
|
'scribunto-lua-backtrace-line' => '$1: $2',
|
||||||
'scribunto-lua-error-location' => 'Lua error $1: $2',
|
'scribunto-lua-error-location' => 'Lua error $1: $2.',
|
||||||
'scribunto-lua-error' => 'Lua error: $2',
|
'scribunto-lua-error' => 'Lua error: $2.',
|
||||||
'scribunto-lua-noreturn' => 'Script error: The module did not return a value, it should return an export table.',
|
'scribunto-lua-noreturn' => 'Script error: The module did not return a value, it should return an export table.',
|
||||||
'scribunto-lua-notarrayreturn' => 'Script error: The module returned something other than a table, it should return an export table.',
|
'scribunto-lua-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-proc-error' => 'Lua error: Cannot create process.',
|
||||||
'scribunto-luastandalone-decode-error' => 'Lua error: internal error: unable to decode message',
|
'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-write-error' => 'Lua error: Internal error: Error writing to pipe.',
|
||||||
'scribunto-luastandalone-read-error' => 'Lua error: internal error: error reading from 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-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-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',
|
'scribunto-luastandalone-exited' => 'Lua error: Internal error: The interpreter exited with status $2.',
|
||||||
);
|
);
|
||||||
|
|
||||||
/** German (Deutsch)
|
/** German (Deutsch)
|
||||||
|
|
Loading…
Reference in a new issue