HU and IT translation updates

This commit is contained in:
Tobias Diekershoff 2023-04-21 21:41:23 +02:00
parent 5cae2bffb2
commit c137fc5e79
66 changed files with 530 additions and 558 deletions

View file

@ -5,98 +5,91 @@
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014,2018
# Sylke Vicious <silkevicious@gmail.com>, 2023
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: 2018-03-19 13:25+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2014-06-23 11:30+0000\n"
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>, 2023\n"
"Language-Team: Italian (http://app.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"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: pumpio.php:38
#: pumpio.php:57
msgid "Permission denied."
msgstr "Permesso negato."
#: pumpio.php:124
#: pumpio.php:152
#, php-format
msgid "Unable to register the client at the pump.io server '%s'."
msgstr "Impossibile registrare il client sul server pump.io '%s'"
#: pumpio.php:164
#: pumpio.php:192
msgid "You are now authenticated to pumpio."
msgstr "Sei autenticato su pump.io"
#: pumpio.php:165
#: pumpio.php:193
msgid "return to the connector page"
msgstr "ritorna alla pagina del connettore"
#: pumpio.php:183
#: pumpio.php:213
msgid "Post to pumpio"
msgstr "Invia a pump.io"
#: pumpio.php:221 pumpio.php:225
msgid "Pump.io Import/Export/Mirror"
msgstr "Esporta/Importa/Clona pump.io"
#: pumpio.php:237
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: pumpio.php:229
msgid "pump.io username (without the servername)"
msgstr "nome utente pump.io (senza il nome del server)"
#: pumpio.php:239
msgid "Delete this preset"
msgstr "Elimina questa preimpostazione"
#: pumpio.php:234
msgid "pump.io servername (without \"http://\" or \"https://\" )"
msgstr "nome del server pump.io (senza \"http://\" o \"https://\")"
#: pumpio.php:246
#: pumpio.php:245
msgid "Authenticate your pump.io connection"
msgstr "Autentica la tua connessione pump.io"
#: pumpio.php:250
#: pumpio.php:252
msgid "Pump.io servername (without \"http://\" or \"https://\" )"
msgstr "Nome server Pump.io (senza \"http://\" o \"https://\" )"
#: pumpio.php:253
msgid "Pump.io username (without the servername)"
msgstr "Nome utente Pump.io (senza nome server)"
#: pumpio.php:254
msgid "Import the remote timeline"
msgstr "Importa la timeline remota"
#: pumpio.php:255
msgid "Enable pump.io Post Addon"
msgstr "Abilita il componente aggiuntivo di invio ad pump.io"
msgid "Enable Pump.io Post Addon"
msgstr "Abilita componente aggiuntivo di pubblicazione Pump.io"
#: pumpio.php:260
msgid "Post to pump.io by default"
msgstr "Invia sempre a pump.io"
#: pumpio.php:256
msgid "Post to Pump.io by default"
msgstr "Pubblica su Pump.io per impostazione predefinita"
#: pumpio.php:265
#: pumpio.php:257
msgid "Should posts be public?"
msgstr "I messaggi devono essere pubblici?"
#: pumpio.php:270
#: pumpio.php:258
msgid "Mirror all public posts"
msgstr "Clona tutti i messaggi pubblici"
#: pumpio.php:275
msgid "Check to delete this preset"
msgstr "Seleziona per elimiare queto preset"
#: pumpio.php:263
msgid "Pump.io Import/Export/Mirror"
msgstr "Esporta/Importa/Clona pump.io"
#: pumpio.php:285
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: pumpio.php:515
msgid "Pump.io post failed. Queued for retry."
msgstr "Invio a pump.io fallito. In attesa di riprovare."
#: pumpio.php:587
msgid "Pump.io like failed. Queued for retry."
msgstr "Invio 'mi piace' a pump.io fallito. In attesa di riprovare."
#: pumpio.php:875
#: pumpio.php:920
msgid "status"
msgstr "stato"
#: pumpio.php:879
#: pumpio.php:924
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "a %1$s piace %2$s di %3$s"

View file

@ -3,25 +3,23 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Permission denied.'] = 'Permesso negato.';
$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Impossibile registrare il client sul server pump.io \'%s\'';
$a->strings['You are now authenticated to pumpio.'] = 'Sei autenticato su pump.io';
$a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
$a->strings['Post to pumpio'] = 'Invia a pump.io';
$a->strings['Pump.io Import/Export/Mirror'] = 'Esporta/Importa/Clona pump.io';
$a->strings['pump.io username (without the servername)'] = 'nome utente pump.io (senza il nome del server)';
$a->strings['pump.io servername (without "http://" or "https://" )'] = 'nome del server pump.io (senza "http://" o "https://")';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Delete this preset'] = 'Elimina questa preimpostazione';
$a->strings['Authenticate your pump.io connection'] = 'Autentica la tua connessione pump.io';
$a->strings['Pump.io servername (without "http://" or "https://" )'] = 'Nome server Pump.io (senza "http://" o "https://" )';
$a->strings['Pump.io username (without the servername)'] = 'Nome utente Pump.io (senza nome server)';
$a->strings['Import the remote timeline'] = 'Importa la timeline remota';
$a->strings['Enable pump.io Post Addon'] = 'Abilita il componente aggiuntivo di invio ad pump.io';
$a->strings['Post to pump.io by default'] = 'Invia sempre a pump.io';
$a->strings['Enable Pump.io Post Addon'] = 'Abilita componente aggiuntivo di pubblicazione Pump.io';
$a->strings['Post to Pump.io by default'] = 'Pubblica su Pump.io per impostazione predefinita';
$a->strings['Should posts be public?'] = 'I messaggi devono essere pubblici?';
$a->strings['Mirror all public posts'] = 'Clona tutti i messaggi pubblici';
$a->strings['Check to delete this preset'] = 'Seleziona per elimiare queto preset';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Pump.io post failed. Queued for retry.'] = 'Invio a pump.io fallito. In attesa di riprovare.';
$a->strings['Pump.io like failed. Queued for retry.'] = 'Invio \'mi piace\' a pump.io fallito. In attesa di riprovare.';
$a->strings['Pump.io Import/Export/Mirror'] = 'Esporta/Importa/Clona pump.io';
$a->strings['status'] = 'stato';
$a->strings['%1$s likes %2$s\'s %3$s'] = 'a %1$s piace %2$s di %3$s';