mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-11 16:28:21 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I7a8bff42e49ddb7c23bd7fc125ca55c54676bb68
This commit is contained in:
parent
b3e0529d55
commit
b231f1e921
|
@ -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.",
|
||||
|
|
|
@ -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:",
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue