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 309f2252c..bd1fb5025 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["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; $a->strings["Profile Photos"] = "Foto del profilo"; |