IT libertree addon translation update THX Sylke Vicious
[friendica-addons.git/.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 ;
9 $a->strings["Post to libertree"] = "Invia a Libertree";
10 $a->strings["libertree Export"] = "Esporta libertree";
11 $a->strings["Enable Libertree Post Addon"] = "Abilita il componente aggiuntivo di invio a Libertree";
12 $a->strings["Libertree API token"] = "Token API Libertree";
13 $a->strings["Libertree site URL"] = "Indirizzo sito Libertree";
14 $a->strings["Post to Libertree by default"] = "Invia sempre a Libertree";
15 $a->strings["Save Settings"] = "Salva Impostazioni";