diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-23 13:58:46 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-23 13:58:46 +0100 |
commit | 4a1426934968384d10a38f335a1c0c49b058dc2d (patch) | |
tree | df39adcc6b7dfae28e6f2c43c6b21f5591dbe52e /view/it/strings.php | |
parent | 894e88d792aaa226b9f54c40734fb9aaf3929f8e (diff) | |
download | volse-hubzilla-4a1426934968384d10a38f335a1c0c49b058dc2d.tar.gz volse-hubzilla-4a1426934968384d10a38f335a1c0c49b058dc2d.tar.bz2 volse-hubzilla-4a1426934968384d10a38f335a1c0c49b058dc2d.zip |
Added plural string for contact block
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 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", +); |