]> git.mxchange.org Git - friendica-addons.git/blobdiff - remote_permissions/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / remote_permissions / lang / it / strings.php
index 86e661eb7e339f8c3e22802d5450dfd16dd6d894..beeefcd3b13d5d25fedead092be2a4c5be97f39d 100644 (file)
@@ -1,14 +1,19 @@
-<?php\r
-\r
-$a->strings["Remote Permissions Settings"] = "";\r
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Remote Permissions settings updated."] = "";\r
-$a->strings["Visible to:"] = "Visibile a:";\r
-$a->strings["Visible to"] = "";\r
-$a->strings["may only be a partial list"] = "";\r
-$a->strings["Global"] = "";\r
-$a->strings["The posts of every user on this server show the post recipients"] = "";\r
-$a->strings["Individual"] = "";\r
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";\r
-$a->strings["Settings updated."] = "Impostazioni aggiornate.";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "";
+$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["Remote Permissions settings updated."] = "";
+$a->strings["Visible to:"] = "";
+$a->strings["Visible to"] = "";
+$a->strings["may only be a partial list"] = "";
+$a->strings["Global"] = "";
+$a->strings["The posts of every user on this server show the post recipients"] = "";
+$a->strings["Individual"] = "";
+$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
+$a->strings["Settings updated."] = "";