IT translation of blockbot addon added THX silkevicious

This commit is contained in:
Tobias Diekershoff 2020-09-01 14:40:02 +02:00
parent e1918f7d4e
commit 538a3feaec
2 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return ($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.";