mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08: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,16 +5,15 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["generic profile image"] = "allgemeines Profilbild";
|
||||
$a->strings["random geometric pattern"] = "zufällig erzeugtes, geometrisches Muster";
|
||||
$a->strings["monster face"] = "Monstergesicht";
|
||||
$a->strings["computer generated face"] = "Computergesicht";
|
||||
$a->strings["retro arcade style face"] = "Retro-Arcade-Design-Gesicht";
|
||||
$a->strings["roboter face"] = "Roboter Gesicht";
|
||||
$a->strings["retro adventure game character"] = "Retro Abenteuerspiel Charakter";
|
||||
$a->strings["Information"] = "Information";
|
||||
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.<br>Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden.";
|
||||
$a->strings["Save Settings"] = "Einstellungen Speichern";
|
||||
$a->strings["Default avatar image"] = "Standard-Profilbild ";
|
||||
$a->strings["Select default avatar image if none was found. See README"] = "Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README";
|
||||
$a->strings['generic profile image'] = 'allgemeines Profilbild';
|
||||
$a->strings['random geometric pattern'] = 'zufällig erzeugtes, geometrisches Muster';
|
||||
$a->strings['monster face'] = 'Monstergesicht';
|
||||
$a->strings['computer generated face'] = 'Computergesicht';
|
||||
$a->strings['retro arcade style face'] = 'Retro-Arcade-Design-Gesicht';
|
||||
$a->strings['roboter face'] = 'Roboter Gesicht';
|
||||
$a->strings['retro adventure game character'] = 'Retro Abenteuerspiel Charakter';
|
||||
$a->strings['Information'] = 'Information';
|
||||
$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.<br>Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen Speichern';
|
||||
$a->strings['Default avatar image'] = 'Standard-Profilbild ';
|
||||
$a->strings['Select default avatar image if none was found. See README'] = 'Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue