forked from friendica/friendica-addons
Merge pull request #305 from ben-utzer/20150918wppostDEtranslation
Aktualisierung der DE Übersetzung des wppost Addons
This commit is contained in:
commit
b0df9e0b4d
|
@ -21,7 +21,7 @@ msgstr ""
|
||||||
|
|
||||||
#: wppost.php:42
|
#: wppost.php:42
|
||||||
msgid "Post to Wordpress"
|
msgid "Post to Wordpress"
|
||||||
msgstr "Invia a Wordpress"
|
msgstr "Bei Wordpress veröffentlichen"
|
||||||
|
|
||||||
#: wppost.php:76
|
#: wppost.php:76
|
||||||
msgid "WordPress Post Settings"
|
msgid "WordPress Post Settings"
|
||||||
|
|
|
@ -5,7 +5,7 @@ function string_plural_select_de($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Wordpress"] = "Invia a Wordpress";
|
$a->strings["Post to Wordpress"] = "Bei Wordpress veröffentlichen";
|
||||||
$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
|
$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
|
||||||
$a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
|
$a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
|
||||||
$a->strings["WordPress username"] = "Nome utente Wordpress";
|
$a->strings["WordPress username"] = "Nome utente Wordpress";
|
||||||
|
|
Loading…
Reference in a new issue