mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT translation of blockbot addon added THX silkevicious
This commit is contained in:
parent
e1918f7d4e
commit
538a3feaec
2 changed files with 55 additions and 0 deletions
13
blockbot/lang/it/strings.php
Normal file
13
blockbot/lang/it/strings.php
Normal 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.";
|
Loading…
Add table
Add a link
Reference in a new issue