DE: added translations for the addons from transifex
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["generic profile image"] = "generisches Profilbild";
9 $a->strings["random geometric pattern"] = "zufälliges Profilbild";
10 $a->strings["monster face"] = "Monsterfratze";
11 $a->strings["computer generated face"] = "computergeneriertes Gesicht";
12 $a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
13 $a->strings["Information"] = "Information";
14 $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>";
15 $a->strings["Save Settings"] = "Einstellungen speichern";
16 $a->strings["Default avatar image"] = "Standard Profilbild ";
17 $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.";
18 $a->strings["Rating of images"] = "Bildbewertung";
19 $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.";
20 $a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";