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 | |
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')
-rw-r--r-- | view/it/messages.po | 15 | ||||
-rw-r--r-- | view/it/strings.php | 4 |
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", +); |