2018-04-07 06:34:08 +00:00
< ? php
if ( ! function_exists ( " string_plural_select_de " )) {
function string_plural_select_de ( $n ){
2021-02-01 06:29:10 +00:00
$n = intval ( $n );
return intval ( $n != 1 );
2018-04-07 06:34:08 +00:00
}}
2022-01-22 17:52:57 +00:00
$a -> strings [ 'Set default profile avatar or randomize the cat.' ] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.' ;
$a -> strings [ 'Cat Avatar Settings' ] = 'Katzen-Profilbild-Einstellungen' ;
2021-10-10 06:27:53 +00:00
$a -> strings [ 'Use Cat as Avatar' ] = 'Verwende diese Katze als Profilbild' ;
2022-01-22 17:52:57 +00:00
$a -> strings [ 'Another random Cat!' ] = 'Eine andere zufällige Katze' ;
2021-10-10 06:27:53 +00:00
$a -> strings [ 'Reset to email Cat' ] = 'Zurück zu E-Mail-Katze' ;
$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 [ 'Profile Photos' ] = 'Profilbilder' ;
$a -> strings [ 'Meow!' ] = 'Miau!' ;