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

@ -1,44 +1,53 @@
# ADDON superblock
# ADDON blockem
# Copyright (C)
# This file is distributed under the same license as the Friendica superblock addon package.
# This file is distributed under the same license as the Friendica blockem addon package.
#
#
# 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:40+0000\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-08-31 10:28+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"
#: superblock.php:52
msgid "\"Superblock\" Settings"
msgstr "Impostazioni \"Superblock\""
#: blockem.php:51
msgid "\"Blockem\" Settings"
msgstr "Impostazioni \"Blockem\""
#: superblock.php:54
#: blockem.php:53
msgid "Comma separated profile URLS to block"
msgstr "Lista, separata da virgola, di indirizzi di profili da bloccare"
#: superblock.php:58
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: blockem.php:57
msgid "Submit"
msgstr "Invia"
#: superblock.php:71
msgid "SUPERBLOCK Settings saved."
msgstr "Impostazioni \"Superblock\" salvate."
#: blockem.php:70
msgid "BLOCKEM Settings saved."
msgstr "Impostazioni \"Blockem\" salvate."
#: superblock.php:143
msgid "Block Completely"
msgstr "Blocca completamente"
#: blockem.php:105
#, php-format
msgid "Blocked %s - Click to open/close"
msgstr "%s bloccato - Clicca per aprire/chiudere"
#: superblock.php:163
msgid "superblock settings updated"
msgstr "Impostazioni \"Superblock\" aggiornate"
#: blockem.php:160
msgid "Unblock Author"
msgstr "Sblocca autore"
#: blockem.php:162
msgid "Block Author"
msgstr "Blocca autore"
#: blockem.php:194
msgid "blockem settings updated"
msgstr "Impostazioni 'blockem' aggiornate."

View file

@ -5,9 +5,11 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["\"Superblock\" Settings"] = "Impostazioni \"Superblock\"";
$a->strings["\"Blockem\" Settings"] = "Impostazioni \"Blockem\"";
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblock\" salvate.";
$a->strings["Block Completely"] = "Blocca completamente";
$a->strings["superblock settings updated"] = "Impostazioni \"Superblock\" aggiornate";
$a->strings["Submit"] = "Invia";
$a->strings["BLOCKEM Settings saved."] = "Impostazioni \"Blockem\" salvate.";
$a->strings["Blocked %s - Click to open/close"] = "%s bloccato - Clicca per aprire/chiudere";
$a->strings["Unblock Author"] = "Sblocca autore";
$a->strings["Block Author"] = "Blocca autore";
$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate.";