X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=group_text%2Flang%2Fit%2Fstrings.php;h=e52683e95ce2cc4b20ba2873aceef7758bc93cf5;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=36eb872bdc4d46e901853794b02545c3b642a71f;hpb=6d6e73096afb22e95678c651e055337f1bf5405d;p=friendica-addons.git diff --git a/group_text/lang/it/strings.php b/group_text/lang/it/strings.php index 36eb872b..e52683e9 100644 --- a/group_text/lang/it/strings.php +++ b/group_text/lang/it/strings.php @@ -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';