DE wppost update to the strings

pull/298/head
Tobias Diekershoff 2015-08-31 18:51:17 +02:00
parent cc006b445a
commit b6a7200654
2 changed files with 40 additions and 45 deletions

View File

@ -4,65 +4,61 @@
# #
# #
# Translators: # Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014 # fabrixxm <fabrix.xm@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n" "POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-07-11 06:33+0000\n" "PO-Revision-Date: 2015-08-31 10:30+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n" "Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n" "Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: wppost.php:42 #: wppost.php:42
msgid "Post to Wordpress" msgid "Post to Wordpress"
msgstr "Bei WordPress veröffentlichen" msgstr "Invia a Wordpress"
#: wppost.php:79 wppost.php:83 #: wppost.php:76
msgid "Wordpress Export" msgid "WordPress Post Settings"
msgstr "WordPress-Passwort" msgstr "Impostazioni invio a WordPress"
#: wppost.php:86 #: wppost.php:78
msgid "Enable WordPress Post Plugin" msgid "Enable WordPress Post Plugin"
msgstr "WordPress Plugin aktivieren" msgstr "Abilita il plugin di invio a Wordpress"
#: wppost.php:91 #: wppost.php:83
msgid "WordPress username" msgid "WordPress username"
msgstr "WordPress-Benutzername" msgstr "Nome utente Wordpress"
#: wppost.php:96 #: wppost.php:88
msgid "WordPress password" msgid "WordPress password"
msgstr "WordPress-Passwort" msgstr "Password Wordpress"
#: wppost.php:101 #: wppost.php:93
msgid "WordPress API URL" msgid "WordPress API URL"
msgstr "WordPress-API-URL" msgstr "Indirizzo API Wordpress"
#: wppost.php:106 #: wppost.php:98
msgid "Post to WordPress by default" msgid "Post to WordPress by default"
msgstr "Standardmäßig auf WordPress veröffentlichen" msgstr "Invia sempre a Wordpress"
#: wppost.php:111 #: wppost.php:103
msgid "Provide a backlink to the Friendica post" msgid "Provide a backlink to the Friendica post"
msgstr "Einen zurück zum Friendica-Beitrag hinzufügen" msgstr "Inserisci un link al messaggio originale su Friendica"
#: wppost.php:116 #: wppost.php:110
msgid "Don't post messages that are too short" msgid "Submit"
msgstr "Beiträge die zu kurz sind nicht veröffentlichen" msgstr "Invia"
#: wppost.php:122 #: wppost.php:201
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: wppost.php:243
msgid "Post from Friendica" msgid "Post from Friendica"
msgstr "Post via Friendica" msgstr "Messaggio da Friendica"
#: wppost.php:255 #: wppost.php:207
msgid "Read the original post and comment stream on Friendica" msgid "Read the original post and comment stream on Friendica"
msgstr "Den Original-Beitrag samt Kommentaren bei Friendica lesen" msgstr "Leggi il messaggio originale e i commenti su Friendica"

View File

@ -5,15 +5,14 @@ function string_plural_select_de($n){
return ($n != 1);; return ($n != 1);;
}} }}
; ;
$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen"; $a->strings["Post to Wordpress"] = "Invia a Wordpress";
$a->strings["Wordpress Export"] = "WordPress-Passwort"; $a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
$a->strings["Enable WordPress Post Plugin"] = "WordPress Plugin aktivieren"; $a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
$a->strings["WordPress username"] = "WordPress-Benutzername"; $a->strings["WordPress username"] = "Nome utente Wordpress";
$a->strings["WordPress password"] = "WordPress-Passwort"; $a->strings["WordPress password"] = "Password Wordpress";
$a->strings["WordPress API URL"] = "WordPress-API-URL"; $a->strings["WordPress API URL"] = "Indirizzo API Wordpress";
$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen"; $a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress";
$a->strings["Provide a backlink to the Friendica post"] = "Einen zurück zum Friendica-Beitrag hinzufügen"; $a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica";
$a->strings["Don't post messages that are too short"] = "Beiträge die zu kurz sind nicht veröffentlichen"; $a->strings["Submit"] = "Invia";
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings["Post from Friendica"] = "Messaggio da Friendica";
$a->strings["Post from Friendica"] = "Post via Friendica"; $a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen";