forked from friendica/deprecated-addons
deprecated the BUFFER addon
This commit is contained in:
parent
e0cd6b99a1
commit
12274063bb
38 changed files with 2250 additions and 0 deletions
21
buffer/lang/it/strings.php
Normal file
21
buffer/lang/it/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Permission denied.'] = 'Permesso negato.';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Client ID'] = 'Client ID';
|
||||
$a->strings['Client Secret'] = 'Client Secret';
|
||||
$a->strings['Error when registering buffer connection:'] = 'Errore registrando la connessione a buffer:';
|
||||
$a->strings['You are now authenticated to buffer. '] = 'Sei autenticato su buffer.';
|
||||
$a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
|
||||
$a->strings['Post to Buffer'] = 'Invia a Buffer';
|
||||
$a->strings['Buffer Export'] = 'Esporta Buffer';
|
||||
$a->strings['Authenticate your Buffer connection'] = 'Autentica la tua connessione a Buffer';
|
||||
$a->strings['Enable Buffer Post Addon'] = 'Abilita il componente aggiuntivo di invio a Buffer';
|
||||
$a->strings['Post to Buffer by default'] = 'Invia sempre a Buffer';
|
||||
$a->strings['Check to delete this preset'] = 'Seleziona per eliminare questo preset';
|
||||
$a->strings['Posts are going to all accounts that are enabled by default:'] = 'I messaggi andranno a tutti gli account che sono abilitati:';
|
Loading…
Add table
Add a link
Reference in a new issue