friendica-addons/catavatar/lang/de/strings.php

16 lines
727 B
PHP
Raw Normal View History

2018-04-07 08:34:08 +02:00
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($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";
2018-04-16 07:15:57 +02:00
$a->strings["The cat hadn't found itself."] = "Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.";
2018-04-07 08:34:08 +02:00
$a->strings["There was an error, the cat ran away."] = "Upps es gab einen Fehler und die Katze ist weggelaufen";
2018-04-16 07:15:57 +02:00
$a->strings["Profile Photos"] = "Profilbilder";
2018-04-07 08:34:08 +02:00
$a->strings["Meow!"] = "Miau!";