mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Update IT strings
This commit is contained in:
parent
dd7dc77a10
commit
b5701ac885
34 changed files with 153 additions and 85 deletions
|
@ -4,15 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-09-10 14:51+0000\n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2015-08-31 10:30+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -23,46 +23,42 @@ msgstr ""
|
|||
msgid "Post to Wordpress"
|
||||
msgstr "Invia a Wordpress"
|
||||
|
||||
#: wppost.php:79 wppost.php:83
|
||||
msgid "Wordpress Export"
|
||||
msgstr "Esporta Wordpress"
|
||||
#: wppost.php:76
|
||||
msgid "WordPress Post Settings"
|
||||
msgstr "Impostazioni invio a WordPress"
|
||||
|
||||
#: wppost.php:86
|
||||
#: wppost.php:78
|
||||
msgid "Enable WordPress Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Wordpress"
|
||||
|
||||
#: wppost.php:91
|
||||
#: wppost.php:83
|
||||
msgid "WordPress username"
|
||||
msgstr "Nome utente Wordpress"
|
||||
|
||||
#: wppost.php:96
|
||||
#: wppost.php:88
|
||||
msgid "WordPress password"
|
||||
msgstr "Password Wordpress"
|
||||
|
||||
#: wppost.php:101
|
||||
#: wppost.php:93
|
||||
msgid "WordPress API URL"
|
||||
msgstr "Indirizzo API Wordpress"
|
||||
|
||||
#: wppost.php:106
|
||||
#: wppost.php:98
|
||||
msgid "Post to WordPress by default"
|
||||
msgstr "Invia sempre a Wordpress"
|
||||
|
||||
#: wppost.php:111
|
||||
#: wppost.php:103
|
||||
msgid "Provide a backlink to the Friendica post"
|
||||
msgstr "Inserisci un link al messaggio originale su Friendica"
|
||||
|
||||
#: wppost.php:116
|
||||
msgid "Don't post messages that are too short"
|
||||
msgstr "Non inviare messaggi troppo corti"
|
||||
#: wppost.php:110
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
||||
|
||||
#: wppost.php:122
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: wppost.php:243
|
||||
#: wppost.php:201
|
||||
msgid "Post from Friendica"
|
||||
msgstr "Messaggio da Friendica"
|
||||
|
||||
#: wppost.php:255
|
||||
#: wppost.php:207
|
||||
msgid "Read the original post and comment stream on Friendica"
|
||||
msgstr "Leggi il messaggio originale e i commenti su Friendica"
|
||||
|
|
|
@ -6,14 +6,13 @@ function string_plural_select_it($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Post to Wordpress"] = "Invia a Wordpress";
|
||||
$a->strings["Wordpress Export"] = "Esporta 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["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["Don't post messages that are too short"] = "Non inviare messaggi troppo corti";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue