8df1bd08ee2c56b3be39113ee5743f3798dd90b4
[friendica-addons.git] / wppost / 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 Wordpress"] = "Invia a Wordpress";
9 $a->strings["Wordpress Export"] = "";
10 $a->strings["Enable WordPress Post Addon"] = "Abilita il addon di invio a Wordpress";
11 $a->strings["WordPress username"] = "Nome utente Wordpress";
12 $a->strings["WordPress password"] = "Password Wordpress";
13 $a->strings["WordPress API URL"] = "Indirizzo API Wordpress";
14 $a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress";
15 $a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica";
16 $a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "";
17 $a->strings["Don't post messages that are too short"] = "";
18 $a->strings["Save Settings"] = "";
19 $a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "";
20 $a->strings["Post from Friendica"] = "Messaggio da Friendica";