aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/strings.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 12:47:36 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 12:47:36 +0100
commitaf0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd (patch)
treec11a37fd0e816705f27d2ac97d9703e65a50a65e /view/it/strings.php
parentbd60e2ec3f316f58b4fd644e01a5ced13f73865e (diff)
parentca113bfaa05fdf90a904c3a286a4e69b3a2d2082 (diff)
downloadvolse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.tar.gz
volse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.tar.bz2
volse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.zip
Merge branch 'master' of git://github.com/friendika/friendika
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 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",
+);