aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/it/messages.po15
-rw-r--r--view/it/strings.php4
2 files changed, 15 insertions, 4 deletions
diff --git a/view/it/messages.po b/view/it/messages.po
index 73ee9e3ad..11813a3d8 100644
--- a/view/it/messages.po
+++ b/view/it/messages.po
@@ -6,13 +6,13 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: 2.1.913\n"
+"Project-Id-Version: 2.1.921\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-18 10:32+0100\n"
+"POT-Creation-Date: 2011-03-23 13:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Fabio Comuni <fabrix.xm@gmail.com>\n"
"Language-Team: Italian <fabrix.xm@gmail.com>\n"
-"Language: it-IT\n"
+"Language: It\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -118,7 +118,7 @@ msgstr "Piace a %s."
msgid "%s doesn't like this."
msgstr "Non piace a %s."
-#: ../../boot.php:1835
+#: ../../boot.php:1835 ../../test.php:8
#, php-format
msgid "<span %1$s>%2$d people</span> like this."
msgstr "Piace a <span %1$s>%2$d persone</span>."
@@ -2598,3 +2598,10 @@ msgstr "Modifica messaggio"
#, php-format
msgid "Cannot locate DNS info for database server '%s'"
msgstr "Non trovo le informazioni DNS per il database server '%s'"
+
+#: ../../boot.php:2016
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d Contatto"
+msgstr[1] "%d Contatti"
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",
+);