diff options
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 78673d5cc..cb8b41aa7 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ return ($n != 1);; -} +}} ; $a->strings["Channel is blocked on this site."] = "Il canale รจ bloccato per questo sito."; $a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; |