]> git.mxchange.org Git - friendica-addons.git/blobdiff - gravatar/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / gravatar / lang / de / strings.php
index 0f83e686edb79676b59712d8b2ae0ae1a31762c7..98832d95b7953fa013247913d5939e01488d87e6 100644 (file)
@@ -1,15 +1,20 @@
-<?php\r
-\r
-$a->strings["generic profile image"] = "allgemeines Profilbild";\r
-$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster";\r
-$a->strings["monster face"] = "Monstergesicht";\r
-$a->strings["computer generated face"] = "Computergesicht";\r
-$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";\r
-$a->strings["Information"] = "Information";\r
-$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>Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden.";\r
-$a->strings["Submit"] = "Senden";\r
-$a->strings["Default avatar image"] = "Standard Profilbild ";\r
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardgesicht, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach.";\r
-$a->strings["Rating of images"] = "Bildbewertung";\r
-$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.";\r
-$a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["generic profile image"] = "generisches Profilbild";
+$a->strings["random geometric pattern"] = "zufälliges Profilbild";
+$a->strings["monster face"] = "Monsterfratze";
+$a->strings["computer generated face"] = "computergeneriertes Gesicht";
+$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
+$a->strings["Information"] = "Information";
+$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>";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Default avatar image"] = "Standard Profilbild ";
+$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.";
+$a->strings["Rating of images"] = "Bildbewertung";
+$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.";
+$a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";