]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / catavatar / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild';
9 $a->strings['More Random Cat!'] = 'Weitere zufällige Katze';
10 $a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze';
11 $a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen';
12 $a->strings['Set default profile avatar or randomize the cat.'] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.';
13 $a->strings['The cat hadn\'t found itself.'] = 'Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.';
14 $a->strings['There was an error, the cat ran away.'] = 'Upps, es gab einen Fehler und die Katze ist weggelaufen';
15 $a->strings['Profile Photos'] = 'Profilbilder';
16 $a->strings['Meow!'] = 'Miau!';