IT: imported translations
[friendica-addons.git] / group_text / lang / it / strings.php
index ed1ead94191967710bf8dec796b1fb5db12e9b15..cf9792b9a575a0d12762b7844c6ee2d8e4dc0f24 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Group Text settings updated."] = "";\r
-$a->strings["Group Text"] = "";\r
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";\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["Group Text settings updated."] = "";
+$a->strings["Group Text"] = "";
+$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
+$a->strings["Save Settings"] = "";