]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / blockbot / lang / it / strings.php
index 64de6d409fb938926000181975658de9a4efbb94..fd379860bae595e7e030be3c7ee57dc10337326f 100644 (file)
@@ -3,11 +3,10 @@
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Save Settings"] = "Salva Impostazioni";
-$a->strings["Allow \"good\" crawlers"] = "Permetti crawler \"buoni\"";
-$a->strings["Block GabSocial"] = "Blocca GabSocial";
-$a->strings["Training mode"] = "Modalità addestramento";
-$a->strings["Settings updated."] = "Impostazioni aggiornate.";
+$a->strings['Save Settings'] = 'Salva Impostazioni';
+$a->strings['Allow "good" crawlers'] = 'Permetti crawler "buoni"';
+$a->strings['Block GabSocial'] = 'Blocca GabSocial';
+$a->strings['Training mode'] = 'Modalità addestramento';
+$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';