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["Infinite Improbability Drive"] = "Unitat de millora de la infinitat";
$a->strings['Infinite Improbability Drive'] = 'Unitat de millora de la infinitat';

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["Infinite Improbability Drive"] = "Infinite Improbability Drive";
$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive';

View file

@ -5,5 +5,4 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive';

View file

@ -5,5 +5,4 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Drive de improbabilidad infinita";
$a->strings['Infinite Improbability Drive'] = 'Drive de improbabilidad infinita';

View file

@ -5,5 +5,4 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Végtelen valószínűségű meghajtó";
$a->strings['Infinite Improbability Drive'] = 'Végtelen valószínűségű meghajtó';

View file

@ -5,5 +5,4 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Motore ad Improbabilità Infinita";
$a->strings['Infinite Improbability Drive'] = 'Motore ad Improbabilità Infinita';

View file

@ -5,5 +5,4 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Oneindige schijf voor onbetrouwbaarheid";
$a->strings['Infinite Improbability Drive'] = 'Oneindige schijf voor onbetrouwbaarheid';

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["Infinite Improbability Drive"] = "Wyświetl losowego użytkownika";
$a->strings['Infinite Improbability Drive'] = 'Wyświetl losowego użytkownika';

View file

@ -5,5 +5,4 @@ function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Gerador de improbabilidade infinita";
$a->strings['Infinite Improbability Drive'] = 'Gerador de improbabilidade infinita';

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["Infinite Improbability Drive"] = "Unitate improbabil infinită";
$a->strings['Infinite Improbability Drive'] = 'Unitate improbabil infinită';

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["Infinite Improbability Drive"] = "Infinite Improbability Drive";
$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive';