diff options
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index a771f933d..1e0840dd7 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -581,3 +581,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", +); |