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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php
index 68cf11793..1312f0013 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -573,3 +573,7 @@ $a->strings["Next >>"] = "Succ >>";
$a->strings["Item not found"] = "Elemento non trovato";
$a->strings["Edit post"] = "Modifica messaggio";
$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
+$a->strings["%d Contact"] = array(
+ 0 => "%d Contatto",
+ 1 => "%d Contatti",
+);