]> git.mxchange.org Git - friendica-addons.git/blobdiff - group_text/lang/it/strings.php
[bufffer] Cleanups: (#667)
[friendica-addons.git] / group_text / lang / it / strings.php
index 41539dc1570901335b7e621fdd0d00aa6cbd736c..36eb872bdc4d46e901853794b02545c3b642a71f 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 __DQ__group edit__DQ__ 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."] = "Impostazioni di \"Editor Gruppi Testuale\" aggiornate.";
+$a->strings["Group Text"] = "Editor Gruppi Testuale";
+$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\"";
+$a->strings["Submit"] = "Invia";