IT update to the addon translations

This commit is contained in:
Tobias Diekershoff 2015-08-31 18:52:41 +02:00
parent b6a7200654
commit 797ee03eb8
74 changed files with 679 additions and 462 deletions

View file

@ -4,45 +4,45 @@
#
#
# 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:52+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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: yourls.php:55 yourls.php:59
msgid "YourLS"
msgstr "YourLS"
#: yourls.php:55
msgid "YourLS Settings"
msgstr "Impostazioni YourLS"
#: yourls.php:63
#: yourls.php:57
msgid "URL: http://"
msgstr "Inidirizzo: http://"
#: yourls.php:68
#: yourls.php:62
msgid "Username:"
msgstr "Nome utente:"
#: yourls.php:73
#: yourls.php:67
msgid "Password:"
msgstr "Password:"
#: yourls.php:78
#: yourls.php:72
msgid "Use SSL "
msgstr "Usa SSL"
#: yourls.php:82
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: yourls.php:76
msgid "Submit"
msgstr "Invia"
#: yourls.php:98
#: yourls.php:92
msgid "yourls Settings saved."
msgstr "Impostazioni \"YourLS\" salvate."

View file

@ -5,10 +5,10 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["YourLS"] = "YourLS";
$a->strings["YourLS Settings"] = "Impostazioni YourLS";
$a->strings["URL: http://"] = "Inidirizzo: http://";
$a->strings["Username:"] = "Nome utente:";
$a->strings["Password:"] = "Password:";
$a->strings["Use SSL "] = "Usa SSL";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Submit"] = "Invia";
$a->strings["yourls Settings saved."] = "Impostazioni \"YourLS\" salvate.";