]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / pumpio / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Permission denied.'] = 'Permesso negato.';
9 $a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Impossibile registrare il client sul server pump.io \'%s\'';
10 $a->strings['You are now authenticated to pumpio.'] = 'Sei autenticato su pump.io';
11 $a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
12 $a->strings['Post to pumpio'] = 'Invia a pump.io';
13 $a->strings['Save Settings'] = 'Salva Impostazioni';
14 $a->strings['Delete this preset'] = 'Elimina questa preimpostazione';
15 $a->strings['Authenticate your pump.io connection'] = 'Autentica la tua connessione pump.io';
16 $a->strings['Pump.io servername (without "http://" or "https://" )'] = 'Nome server Pump.io (senza "http://" o "https://" )';
17 $a->strings['Pump.io username (without the servername)'] = 'Nome utente Pump.io (senza nome server)';
18 $a->strings['Import the remote timeline'] = 'Importa la timeline remota';
19 $a->strings['Enable Pump.io Post Addon'] = 'Abilita componente aggiuntivo di pubblicazione Pump.io';
20 $a->strings['Post to Pump.io by default'] = 'Pubblica su Pump.io per impostazione predefinita';
21 $a->strings['Should posts be public?'] = 'I messaggi devono essere pubblici?';
22 $a->strings['Mirror all public posts'] = 'Clona tutti i messaggi pubblici';
23 $a->strings['Pump.io Import/Export/Mirror'] = 'Esporta/Importa/Clona pump.io';
24 $a->strings['status'] = 'stato';
25 $a->strings['%1$s likes %2$s\'s %3$s'] = 'a %1$s piace %2$s di %3$s';