Update IT 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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to libertree"] = "Invia a Libertree";
9 $a->strings["libertree Post Settings"] = "Impostazioni di invio a 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["Submit"] = "Invia";