Update IT strings
[friendica-addons.git] / dwpost / 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 Dreamwidth"] = "Invia a Dreamwidth";
9 $a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreeamwidth";
10 $a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
11 $a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
12 $a->strings["dreamwidth password"] = "password Dreamwidth";
13 $a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
14 $a->strings["Submit"] = "Salva";