]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/de/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / gravatar / 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 ;
9 $a->strings["generic profile image"] = "generisches Profilbild";
10 $a->strings["random geometric pattern"] = "zufälliges Profilbild";
11 $a->strings["monster face"] = "Monsterfratze";
12 $a->strings["computer generated face"] = "computergeneriertes Gesicht";
13 $a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
14 $a->strings["Information"] = "Information";
15 $a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar Addon oder dieses Gravatar Addon.<br>";
16 $a->strings["Submit"] = "Senden";
17 $a->strings["Default avatar image"] = "Standard Profilbild ";
18 $a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardprofilbild, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach.";
19 $a->strings["Rating of images"] = "Bildbewertung";
20 $a->strings["Select the appropriate avatar rating for your site. See README"] = "Wähle eine angemessene Bildbewertung für deinen Server. Schaue auch sonst im README nach.";
21 $a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";