]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / libertree / 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['Post to libertree'] = 'Invia a Libertree';
9 $a->strings['libertree Export'] = 'Esporta libertree';
10 $a->strings['Enable Libertree Post Addon'] = 'Abilita il componente aggiuntivo di invio a Libertree';
11 $a->strings['Libertree API token'] = 'Token API Libertree';
12 $a->strings['Libertree site URL'] = 'Indirizzo sito Libertree';
13 $a->strings['Post to Libertree by default'] = 'Invia sempre a Libertree';
14 $a->strings['Save Settings'] = 'Salva Impostazioni';