]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromapp/lang/it/strings.php
xmpp added NL translation THX Karel Vandecandelaere
[friendica-addons.git] / fromapp / lang / it / strings.php
index cd9972570fc1e4cf79448a18a2825f88aff95f8d..1f3624e43046feedb9fc58f175c0d1a666b4c751 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Fromapp settings updated."] = "";\r
-$a->strings["FromApp Settings"] = "";\r
-$a->strings["The application name you would like to show your posts originating from."] = "";\r
-$a->strings["Use this application name even if another application was used."] = "";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
+$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
+$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
+$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione รจ stata effettivamente usata.";
+$a->strings["Submit"] = "Invia";