diff --git a/i18n/bg.json b/i18n/bg.json index e22c14877..a47ef77e1 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -424,7 +424,7 @@ "abusefilter-exception-unrecognisedvar": "Неразпозната променлива $2 при знака $1", "abusefilter-exception-notenoughargs": "Недостатъчно аргументи за изпълнението на функция $2, извикана на знак $1.\n{{PLURAL:$3|Очакван е|Очаквани са}} $3 {{PLURAL:$3|аргумент|аргумента}}, {{PLURAL:$4|получен е|получени са}} $4", "abusefilter-exception-regexfailure": "Грешка в регулярния израз „$2“ при знак $1.", - "abusefilter-exception-overridebuiltin": "Непозволено предефиниране на вградената променлива „$2“ при знак $1.", + "abusefilter-exception-overridebuiltin": "Непозволено предефиниране на вградения идентификатор „$2“ при знак $1.", "abusefilter-exception-outofbounds": "Опит да се осъществи достъп до несъществуващ елемент $2 на масив (елементи в масива $3) при знак $1.", "abusefilter-exception-notarray": "Неуспешен опит за извикане на елемент от масив при знак $1.", "abusefilter-exception-unclosedcomment": "Незатворен коментар, започващ от знак $1.", diff --git a/i18n/de.json b/i18n/de.json index c5ef3602f..61b6e7fc7 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -28,7 +28,8 @@ "MGChecker", "Daimona Eaytoy", "ToBeFree", - "FriedhelmW" + "FriedhelmW", + "WikiBayer" ] }, "abusefilter-desc": "Wendet Heuristiken automatisch auf Bearbeitungen an", @@ -77,6 +78,7 @@ "abusefilter-log-search-group": "Gruppe filtern:", "abusefilter-log-search-group-any": "Alle", "abusefilter-log-search-filter": "Filterkennungen:", + "abusefilter-log-search-filter-help": "$1 - Das von globalen Filtern verwendete Präfix", "abusefilter-log-search-title": "Titel:", "abusefilter-log-search-wiki": "Wiki:", "abusefilter-log-search-impact": "Auswirkung:", diff --git a/i18n/ia.json b/i18n/ia.json index 293308b37..7467e48d3 100644 --- a/i18n/ia.json +++ b/i18n/ia.json @@ -441,7 +441,7 @@ "abusefilter-exception-notenoughargs": "Non satis de parametros pro le function $2 appellate al character $1.\nExpectava $3 {{PLURAL:$3|parametro|parametros}}, recipeva $4.", "abusefilter-exception-toomanyargs": "Troppo de parametros pro le function $2 appellate al character $1.\nExpectava un maximo de $3 {{PLURAL:$3|parametro|parametros}}, recipeva $4.", "abusefilter-exception-regexfailure": "Error in le expression regular \"$2\" al character $1.", - "abusefilter-exception-overridebuiltin": "Supplantation invalide del variabile incorporate \"$2\" al character $1.", + "abusefilter-exception-overridebuiltin": "Impossibile supplantar le identificator interne \"$2\" al character $1.", "abusefilter-exception-outofbounds": "Requesta de un elemento de array non existente $2 (dimension del array = $3) al character $1.", "abusefilter-exception-negativeindex": "Le indices negative non es permittite in arrays. Indice \"$2\" incontrate al character $1.", "abusefilter-exception-notarray": "Requesta de un elemento de array ab un variabile non array al character $1.",