ES wppost THX Fabrixxm

This commit is contained in:
Tobias Diekershoff 2017-02-28 14:02:51 +01:00
parent 5549db9702
commit ad46da0669
2 changed files with 34 additions and 22 deletions

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-08-31 10:30+0000\n"
"POT-Creation-Date: 2017-01-24 21:06+0100\n"
"PO-Revision-Date: 2017-02-10 08:18+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
"MIME-Version: 1.0\n"
@ -23,42 +23,52 @@ msgstr ""
msgid "Post to Wordpress"
msgstr "Invia a Wordpress"
#: wppost.php:76
msgid "WordPress Post Settings"
msgstr "Impostazioni invio a WordPress"
#: wppost.php:80 wppost.php:84
msgid "Wordpress Export"
msgstr ""
#: wppost.php:78
#: wppost.php:87
msgid "Enable WordPress Post Plugin"
msgstr "Abilita il plugin di invio a Wordpress"
#: wppost.php:83
#: wppost.php:92
msgid "WordPress username"
msgstr "Nome utente Wordpress"
#: wppost.php:88
#: wppost.php:97
msgid "WordPress password"
msgstr "Password Wordpress"
#: wppost.php:93
#: wppost.php:102
msgid "WordPress API URL"
msgstr "Indirizzo API Wordpress"
#: wppost.php:98
#: wppost.php:107
msgid "Post to WordPress by default"
msgstr "Invia sempre a Wordpress"
#: wppost.php:103
#: wppost.php:112
msgid "Provide a backlink to the Friendica post"
msgstr "Inserisci un link al messaggio originale su Friendica"
#: wppost.php:110
msgid "Submit"
msgstr "Invia"
#: wppost.php:116
msgid ""
"Text for the backlink, e.g. Read the original post and comment stream on "
"Friendica."
msgstr ""
#: wppost.php:201
#: wppost.php:121
msgid "Don't post messages that are too short"
msgstr ""
#: wppost.php:127
msgid "Save Settings"
msgstr ""
#: wppost.php:206
msgid "Read the orig­i­nal post and com­ment stream on Friendica"
msgstr ""
#: wppost.php:269
msgid "Post from Friendica"
msgstr "Messaggio da Friendica"
#: wppost.php:207
msgid "Read the original post and comment stream on Friendica"
msgstr "Leggi il messaggio originale e i commenti su Friendica"

View File

@ -6,13 +6,15 @@ function string_plural_select_it($n){
}}
;
$a->strings["Post to Wordpress"] = "Invia a Wordpress";
$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
$a->strings["Wordpress Export"] = "";
$a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
$a->strings["WordPress username"] = "Nome utente Wordpress";
$a->strings["WordPress password"] = "Password Wordpress";
$a->strings["WordPress API URL"] = "Indirizzo API Wordpress";
$a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress";
$a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica";
$a->strings["Submit"] = "Invia";
$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "";
$a->strings["Don't post messages that are too short"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "";
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";