diff --git a/i18n/de.json b/i18n/de.json index c5dcf26c..a8308fda 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -10,7 +10,6 @@ "scribunto-ignore-errors": "Speicherung von fehlerhaftem Code zulassen", "scribunto-line": "in Zeile $1", "scribunto-module-line": "in $1, Zeile $2", - "scribunto-parser-error": "Skriptfehler", "scribunto-parser-dialog-title": "Skriptfehler", "scribunto-error-short": "Skriptfehler: $1", "scribunto-error-long": "Skriptfehler:\n\n$1", @@ -33,6 +32,7 @@ "scribunto-common-timeout": "Die zum Ausführen von Skripten vorgesehene Zeit ist abgelaufen.", "scribunto-common-oom": "Der zum Ausführen von Skripten vorgesehene Arbeitsspeicher wurde erschöpft.", "scribunto-common-backtrace": "Ablaufrückverfolgung:", + "scribunto-common-no-details": "Es sind keine weiteren Einzelheiten verfügbar.", "scribunto-lua-in-function": "in der Funktion „$1“", "scribunto-lua-in-main": "im Hauptsegment", "scribunto-lua-in-function-at": "in der Funktion bei $1:$2", diff --git a/i18n/kk-cyrl.json b/i18n/kk-cyrl.json index ca031db1..12a496ac 100644 --- a/i18n/kk-cyrl.json +++ b/i18n/kk-cyrl.json @@ -7,7 +7,6 @@ "scribunto-desc": "MediaWiki беттеріндегі скрипттік тілдерді қосу құрылғысы", "scribunto-line": "$1 жолында", "scribunto-module-line": "$1 ішіндегі $2 жолында", - "scribunto-parser-error": "Скрипт қатесі", "scribunto-parser-dialog-title": "Скрипт қатесі", "scribunto-error-short": "Скрипт қатесі: $1", "scribunto-error-long": "Скрипт қатесі:\n\n$1", diff --git a/i18n/mk.json b/i18n/mk.json index 9a6ea85c..30615b23 100644 --- a/i18n/mk.json +++ b/i18n/mk.json @@ -8,7 +8,6 @@ "scribunto-ignore-errors": "Дозволи зачувување на кодот и кога има грешки", "scribunto-line": "во редот $1", "scribunto-module-line": "во $1, ред $2", - "scribunto-parser-error": "Грешка во скриптата", "scribunto-parser-dialog-title": "Грешка во скриптата", "scribunto-error-short": "Грешка во скриптата: $1", "scribunto-error-long": "Грешки во скриптата:\n\n$1", @@ -31,6 +30,7 @@ "scribunto-common-timeout": "Зададеното време за работа на скриптите истече.", "scribunto-common-oom": "Надминат е дозволениот складишен простор за работа на скрипти.", "scribunto-common-backtrace": "Проследување на текот:", + "scribunto-common-no-details": "Нема повеќе подробности.", "scribunto-lua-in-function": "во функцијата „$1“", "scribunto-lua-in-main": "во главниот дел", "scribunto-lua-in-function-at": "во функцијата, кај $1:$2", diff --git a/i18n/qqq.json b/i18n/qqq.json index 921ea88d..a4b1b425 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -17,7 +17,6 @@ "scribunto-ignore-errors": "Label for a checkbox on the edit page. When clicked, parse errors are ignored on save.", "scribunto-line": "Used as reference to a code location. Parameters:\n* $1 - a line number\nSee also:\n* {{msg-mw|Scribunto-module-line}}", "scribunto-module-line": "Used as reference to a code location. Parameters:\n* $1 - a module (may also be {{msg-mw|Scribunto-console-current-src}})\n* $2 - a line number\nSee also:\n* {{msg-mw|Scribunto-line}}", - "scribunto-parser-error": "Error message.", "scribunto-parser-dialog-title": "Error message.", "scribunto-error-short": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|Scribunto-error-long}}", "scribunto-error-long": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|Scribunto-error-short}}",