]> git.mxchange.org Git - friendica-addons.git/blobdiff - wppost/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / wppost / lang / it / strings.php
index afde8920f79ed99e18a9596510f5c8bc6e72eed6..3e73d97acc55a8741a81867c4c80be0d767b750d 100644 (file)
@@ -1,13 +1,19 @@
-<?php\r
-\r
-$a->strings["Post to Wordpress"] = "Pubblica su Wordpress";\r
-$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";\r
-$a->strings["Enable WordPress Post Plugin"] = "Abilita plugin \"invia a WordPress\"";\r
-$a->strings["WordPress username"] = "nome utente WordPress";\r
-$a->strings["WordPress password"] = "password WordPress";\r
-$a->strings["WordPress API URL"] = "WordPress API URL";\r
-$a->strings["Post to WordPress by default"] = "Pubblica su WordPress di default";\r
-$a->strings["Provide a backlink to the Friendica post"] = "";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Post from Friendica"] = "Messaggio da Friendica";\r
-$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Post to Wordpress"] = "";
+$a->strings["Wordpress Export"] = "";
+$a->strings["Enable WordPress Post Plugin"] = "";
+$a->strings["WordPress username"] = "";
+$a->strings["WordPress password"] = "";
+$a->strings["WordPress API URL"] = "";
+$a->strings["Post to WordPress by default"] = "";
+$a->strings["Provide a backlink to the Friendica post"] = "";
+$a->strings["Don't post messages that are too short"] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["Post from Friendica"] = "";
+$a->strings["Read the original post and comment stream on Friendica"] = "";