diff options
author | Friendika <info@friendika.com> | 2011-03-23 14:32:23 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-23 14:32:23 -0700 |
commit | f0bd849555bab45e65b5a107560f801a9ddcfafd (patch) | |
tree | 8aa042340e0936cde3ba4741c427e916b2098280 /view/it | |
parent | de8d9ab66d4a96bcb629577e22c4b2343040dd8c (diff) | |
parent | 1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1 (diff) | |
download | volse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.tar.gz volse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.tar.bz2 volse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.zip |
Merge branch 'fabrixxm-master'
Diffstat (limited to 'view/it')
-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 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", +); |