From d97b59395a39cf445c8ea639dd6aa7f84caebd3f Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 19 Jun 2012 16:49:49 +0200 Subject: [PATCH] Update punctuation and casing for error messages. Change-Id: I97f7732010ebfebcf494ac9e308275b34dbb9609 --- Scribunto.i18n.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Scribunto.i18n.php b/Scribunto.i18n.php index bf0eb09d..3d21b984 100644 --- a/Scribunto.i18n.php +++ b/Scribunto.i18n.php @@ -21,7 +21,7 @@ $messages['en'] = array( 'scribunto-error-long' => 'Script errors: $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-nosuchfunction' => 'Script error: The function you specified did not exist.', '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-function-at' => 'in the function at $1:$2', 'scribunto-lua-backtrace-line' => '$1: $2', - 'scribunto-lua-error-location' => 'Lua error $1: $2', - 'scribunto-lua-error' => 'Lua error: $2', + 'scribunto-lua-error-location' => 'Lua error $1: $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-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', + '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.', ); /** German (Deutsch)