X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=gravatar%2Flang%2Fde%2Fstrings.php;h=b224c4f9802778e5573edfa0d738b8f3d27002b1;hb=943187d02ff8420735b076a31cdd97f554bbcb79;hp=19b7a514e8b692248cc3f67e1f2c938ab201e731;hpb=69bbd8b4390b1dfa949240942d238eea48182ad4;p=friendica-addons.git diff --git a/gravatar/lang/de/strings.php b/gravatar/lang/de/strings.php index 19b7a514..b224c4f9 100644 --- a/gravatar/lang/de/strings.php +++ b/gravatar/lang/de/strings.php @@ -5,16 +5,15 @@ function string_plural_select_de($n){ $n = intval($n); return intval($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.
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.
"; -$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. Siehe README"; -$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. Siehe README"; +$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.
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.
'; +$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. Siehe README'; +$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. Siehe README';