From 4a1426934968384d10a38f335a1c0c49b058dc2d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 23 Mar 2011 13:58:46 +0100 Subject: Added plural string for contact block --- view/it/messages.po | 15 +++++++++++---- view/it/strings.php | 4 ++++ 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'view/it') 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 \n" "Language-Team: Italian \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 "%2$d people like this." msgstr "Piace a %2$d persone." @@ -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", +); -- cgit v1.2.3