ES wppost THX Fabrixxm
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 28 Feb 2017 13:02:51 +0000 (14:02 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 28 Feb 2017 13:02:51 +0000 (14:02 +0100)
wppost/lang/it/messages.po
wppost/lang/it/strings.php

index c6b7ee18bd25b323189e4732d1ee1bbbb5a91b96..2369d955dd5ad52b49936c78f6898e5c1a367c09 100644 (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:121
+msgid "Don't post messages that are too short"
+msgstr ""
+
+#: wppost.php:127
+msgid "Save Settings"
+msgstr ""
 
-#: wppost.php:201
+#: 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"
index 0d6b184ec95d2504762db79773652632e9784daa..3f616900e88220d4bee4ce80f7f173167a7781b9 100644 (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";