regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,5 +5,4 @@ function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Informar derror";
$a->strings['Report Bug'] = 'Informar derror';

View file

@ -5,5 +5,4 @@ function string_plural_select_cs($n){
$n = intval($n);
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
}}
;
$a->strings["Report Bug"] = "Nahlásit chybu";
$a->strings['Report Bug'] = 'Nahlásit chybu';

View file

@ -5,5 +5,4 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Fehler melden";
$a->strings['Report Bug'] = 'Fehler melden';

View file

@ -5,5 +5,4 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Reportar error";
$a->strings['Report Bug'] = 'Reportar error';

View file

@ -5,5 +5,4 @@ function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Ilmoita virheestä";
$a->strings['Report Bug'] = 'Ilmoita virheestä';

View file

@ -5,5 +5,4 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Hiba jelentése";
$a->strings['Report Bug'] = 'Hiba jelentése';

View file

@ -5,5 +5,4 @@ function string_plural_select_is($n){
$n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Report Bug"] = "Tilkynna villu";
$a->strings['Report Bug'] = 'Tilkynna villu';

View file

@ -5,5 +5,4 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Segnala un Bug";
$a->strings['Report Bug'] = 'Segnala un Bug';

View file

@ -5,5 +5,4 @@ function string_plural_select_nb_no($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Rapporter feil";
$a->strings['Report Bug'] = 'Rapporter feil';

View file

@ -5,5 +5,4 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Bug rapporteren";
$a->strings['Report Bug'] = 'Bug rapporteren';

View file

@ -5,5 +5,4 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Report Bug"] = "Zgłoś błąd";
$a->strings['Report Bug'] = 'Zgłoś błąd';

View file

@ -5,5 +5,4 @@ function string_plural_select_ro($n){
$n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}}
;
$a->strings["Report Bug"] = "Raportează Problema";
$a->strings['Report Bug'] = 'Raportează Problema';

View file

@ -5,5 +5,4 @@ function string_plural_select_ru($n){
$n = intval($n);
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Report Bug"] = "Сообщить об ошибке";
$a->strings['Report Bug'] = 'Сообщить об ошибке';

View file

@ -5,5 +5,4 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Rapportera bugg";
$a->strings['Report Bug'] = 'Rapportera bugg';

View file

@ -5,5 +5,4 @@ function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["Report Bug"] = "报告错误";
$a->strings['Report Bug'] = '报告错误';