]> 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 36eb872bdc4d46e901853794b02545c3b642a71f..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."] = "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";
+$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';