]> git.mxchange.org Git - friendica-addons.git/blobdiff - group_text/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / group_text / lang / it / strings.php
index cf9792b9a575a0d12762b7844c6ee2d8e4dc0f24..e52683e95ce2cc4b20ba2873aceef7758bc93cf5 100644 (file)
@@ -2,10 +2,9 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($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"] = "";
+$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['Save Settings'] = 'Salva Impostazioni';