mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,24 +5,23 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$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["Authenticate your pump.io connection"] = "Autentica la tua connessione pump.io";
|
||||
$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["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["status"] = "stato";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s";
|
||||
$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['Authenticate your pump.io connection'] = 'Autentica la tua connessione pump.io';
|
||||
$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['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['status'] = 'stato';
|
||||
$a->strings['%1$s likes %2$s\'s %3$s'] = 'a %1$s piace %2$s di %3$s';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue