updated catavatar DE translation

This commit is contained in:
Tobias Diekershoff 2021-02-01 07:29:10 +01:00
parent 104eaf82d4
commit ad64e20603
2 changed files with 29 additions and 19 deletions

View file

@ -2,14 +2,14 @@
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild";
$a->strings["More Random Cat!"] = "Weitere zufällige Katze";
$a->strings["Reset to email Cat"] = "Zurück zu E-Mail Katze";
$a->strings["Cat Avatar Settings"] = "Katzen Profilbild Einstellungen";
$a->strings["The cat hadn't found itself."] = "Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.";
$a->strings["There was an error, the cat ran away."] = "Upps es gab einen Fehler und die Katze ist weggelaufen";
$a->strings["Reset to email Cat"] = "Zurück zu E-Mail-Katze";
$a->strings["Cat Avatar Settings"] = "Katzen-Profilbild-Einstellungen";
$a->strings["There was an error, the cat ran away."] = "Upps, es gab einen Fehler und die Katze ist weggelaufen";
$a->strings["Profile Photos"] = "Profilbilder";
$a->strings["Meow!"] = "Miau!";