IT translation update THX Fabio

This commit is contained in:
Tobias Diekershoff 2018-05-28 13:54:42 +02:00
parent 0c00f853ba
commit 83404d1f63
10 changed files with 293 additions and 57 deletions

View file

@ -4,13 +4,13 @@
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
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: 2017-09-20 06:08+0000\n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-05-28 09:04+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"
@ -19,26 +19,26 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: showmore.php:38
#: showmore.php:41 showmore.php:45
msgid "\"Show more\" Settings"
msgstr "Impostazioni \"Mostra altro\""
#: showmore.php:41
#: showmore.php:50
msgid "Enable Show More"
msgstr "Abilita \"Mostra altro\""
#: showmore.php:44
#: showmore.php:53
msgid "Cutting posts after how much characters"
msgstr "Dopo quanti caratteri tagliare il messaggio"
#: showmore.php:48
msgid "Submit"
msgstr "Invia"
#: showmore.php:57
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: showmore.php:65
#: showmore.php:74
msgid "Show More Settings saved."
msgstr "Impostazioni \"Mostra altro\" salvate."
#: showmore.php:119
#: showmore.php:134
msgid "show more"
msgstr "mostra di più"

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\"";
$a->strings["Enable Show More"] = "Abilita \"Mostra altro\"";
$a->strings["Cutting posts after how much characters"] = "Dopo quanti caratteri tagliare il messaggio";
$a->strings["Submit"] = "Invia";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate.";
$a->strings["show more"] = "mostra di più";