mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,11 +5,12 @@ function string_plural_select_de($n){
|
|||
$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["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!";
|
||||
$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['Set default profile avatar or randomize the cat.'] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.';
|
||||
$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!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue