System messages
From Hypercard Dev Fans Wiki
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
scribunto-common-backtrace (talk) (Translate) | Backtrace: |
scribunto-common-error-category (talk) (Translate) | Pages with script errors |
scribunto-common-error-category-desc (talk) (Translate) | There was an error when processing the modules included on the page. |
scribunto-common-no-details (talk) (Translate) | No further details are available. |
scribunto-common-nofunction (talk) (Translate) | Script error: You must specify a function to call. |
scribunto-common-nosuchfunction (talk) (Translate) | Script error: The function "$2" does not exist. |
scribunto-common-nosuchmodule (talk) (Translate) | Script error: No such module "$2". |
scribunto-common-notafunction (talk) (Translate) | Script error: "$2" is not a function. |
scribunto-common-oom (talk) (Translate) | The amount of memory allowed for running scripts has been exceeded. |
scribunto-common-timeout (talk) (Translate) | The time allocated for running scripts has expired. |
scribunto-console-clear (talk) (Translate) | Clear |
scribunto-console-cleared (talk) (Translate) | The console state was cleared because the module was updated. |
scribunto-console-cleared-session-lost (talk) (Translate) | The console state was cleared because the session data was lost. |
scribunto-console-current-src (talk) (Translate) | console input |
scribunto-console-intro (talk) (Translate) | * The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console. |
scribunto-console-title (talk) (Translate) | Debug console |
scribunto-console-too-large (talk) (Translate) | This console session is too large. Please clear the console history or reduce the size of the module. |
scribunto-desc (talk) (Translate) | Framework for embedding scripting languages into MediaWiki pages |
scribunto-doc-page-does-not-exist (talk) (Translate) | ''Documentation for this module may be created at [[$1]]'' |
scribunto-doc-page-header (talk) (Translate) | '''This is the documentation page for [[$1]]''' |
scribunto-doc-page-name (talk) (Translate) | Module:$1/doc |
scribunto-doc-page-show (talk) (Translate) | {{$1}} <hr /> |
scribunto-error-long (talk) (Translate) | Script errors: $1 |
scribunto-error-short (talk) (Translate) | Script error: $1 |
scribunto-limitreport-estmemusage (talk) (Translate) | Lua estimated memory usage |
scribunto-limitreport-estmemusage-value (talk) (Translate) | $1 {{PLURAL:$1|byte|bytes}} |
scribunto-limitreport-logs (talk) (Translate) | Lua logs |
scribunto-limitreport-memusage (talk) (Translate) | Lua memory usage |
scribunto-limitreport-memusage-value (talk) (Translate) | $1/$2 {{PLURAL:$2|byte|bytes}} |
scribunto-limitreport-profile (talk) (Translate) | Lua Profile |
scribunto-limitreport-profile-ms (talk) (Translate) | $1 ms |
scribunto-limitreport-profile-percent (talk) (Translate) | $1% |
scribunto-limitreport-timeusage (talk) (Translate) | Lua time usage |
scribunto-limitreport-timeusage-value (talk) (Translate) | $1/$2 seconds |
scribunto-limitreport-virtmemusage (talk) (Translate) | Lua virtual size |
scribunto-limitreport-virtmemusage-value (talk) (Translate) | $1/$2 {{PLURAL:$2|byte|bytes}} |
scribunto-line (talk) (Translate) | at line $1 |
scribunto-lua-backtrace-line (talk) (Translate) | $1: $2 |
scribunto-lua-error (talk) (Translate) | Lua error: $2. |
scribunto-lua-error-location (talk) (Translate) | Lua error $1: $2. |
scribunto-lua-in-function (talk) (Translate) | in function "$1" |
scribunto-lua-in-function-at (talk) (Translate) | in the function at $1:$2 |
scribunto-lua-in-main (talk) (Translate) | in main chunk |
scribunto-lua-notarrayreturn (talk) (Translate) | Script error: The module returned a $2 value. It is supposed to return an export table. |
scribunto-lua-warning (talk) (Translate) | Script warning: $1 |
scribunto-luastandalone-decode-error (talk) (Translate) | Lua error: Internal error: Unable to decode message. |
scribunto-luastandalone-exited (talk) (Translate) | Lua error: Internal error: The interpreter exited with status $2. |
scribunto-luastandalone-gone (talk) (Translate) | Lua error: Internal error: The interpreter has already exited. |
scribunto-luastandalone-proc-error (talk) (Translate) | Lua error: Cannot create process. |
scribunto-luastandalone-proc-error-msg (talk) (Translate) | Lua error: Cannot create process: $2 |