]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/it/strings.php
IT: imported translations
[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"] = "";
9 $a->strings["Wordpress Export"] = "";
10 $a->strings["Enable WordPress Post Plugin"] = "";
11 $a->strings["WordPress username"] = "";
12 $a->strings["WordPress password"] = "";
13 $a->strings["WordPress API URL"] = "";
14 $a->strings["Post to WordPress by default"] = "";
15 $a->strings["Provide a backlink to the Friendica post"] = "";
16 $a->strings["Don't post messages that are too short"] = "";
17 $a->strings["Save Settings"] = "";
18 $a->strings["Post from Friendica"] = "";
19 $a->strings["Read the original post and comment stream on Friendica"] = "";