aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/it/strings.php')
-rw-r--r--view/it/strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php
index 4b53f05b2..8101a6d8f 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);;
-}
+}}
;
<<<<<<< HEAD
$a->strings["Channel is blocked on this site."] = "Il canale รจ bloccato per questo sito.";