]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / 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         return intval($n != 1);
7 }}
8 $a->strings['Permission denied.'] = 'Permesso negato.';
9 $a->strings['Save Settings'] = 'Salva Impostazioni';
10 $a->strings['Client ID'] = 'Client ID';
11 $a->strings['Client Secret'] = 'Client Secret';
12 $a->strings['Error when registering buffer connection:'] = 'Errore registrando la connessione a buffer:';
13 $a->strings['You are now authenticated to buffer. '] = 'Sei autenticato su buffer.';
14 $a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
15 $a->strings['Post to Buffer'] = 'Invia a Buffer';
16 $a->strings['Buffer Export'] = 'Esporta Buffer';
17 $a->strings['Authenticate your Buffer connection'] = 'Autentica la tua connessione a Buffer';
18 $a->strings['Enable Buffer Post Addon'] = 'Abilita il componente aggiuntivo di invio a Buffer';
19 $a->strings['Post to Buffer by default'] = 'Invia sempre a Buffer';
20 $a->strings['Check to delete this preset'] = 'Seleziona per eliminare questo preset';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'I messaggi andranno a tutti gli account che sono abilitati:';