diff options
| author | Nicola Larosa <nico@teknico.net> | 2008-06-02 16:53:43 +0000 |
|---|---|---|
| committer | Nicola Larosa <nico@teknico.net> | 2008-06-02 16:53:43 +0000 |
| commit | d78f86a2204e610cb0cd1e2762500b3be88be184 (patch) | |
| tree | acd4a8082dc5f9e97c5cd3aa1ca8b55d76ca0067 | |
| parent | 3de70a10c0668ad7f2f1da335ab515faea90b5fb (diff) | |
Italian translation: fixes #7348, other small fixes. Thanks to BazzaniMarco.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/it/LC_MESSAGES/django.mo | bin | 66460 -> 66449 bytes | |||
| -rw-r--r-- | django/conf/locale/it/LC_MESSAGES/django.po | 9 |
2 files changed, 4 insertions, 5 deletions
diff --git a/django/conf/locale/it/LC_MESSAGES/django.mo b/django/conf/locale/it/LC_MESSAGES/django.mo Binary files differindex 93fc7da545..683680bb7d 100644 --- a/django/conf/locale/it/LC_MESSAGES/django.mo +++ b/django/conf/locale/it/LC_MESSAGES/django.mo diff --git a/django/conf/locale/it/LC_MESSAGES/django.po b/django/conf/locale/it/LC_MESSAGES/django.po index ebe0b5a45e..a8f02e4967 100644 --- a/django/conf/locale/it/LC_MESSAGES/django.po +++ b/django/conf/locale/it/LC_MESSAGES/django.po @@ -1,13 +1,12 @@ # translation of django.po to Italiano -# Nicola Larosa <nico@tekNico.net>, 2008. # Italian translation of Django. # Copyright (C) 2006 the Lawrence Journal-World # This file is distributed under the same license as the Django package. msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django vSVN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-18 18:39+0200\n" +"POT-Creation-Date: 2008-06-02 18:40+0200\n" "PO-Revision-Date: 2008-05-18 19:13+0200\n" "Last-Translator: Nicola Larosa <nico@tekNico.net>\n" "Language-Team: Italiano\n" @@ -1710,7 +1709,7 @@ msgstr "Inserire un codice postale nel formato NNNN o ANNNNAAA." #: contrib/localflavor/br/forms.py:135 contrib/localflavor/pe/forms.py:23 #: contrib/localflavor/pe/forms.py:51 msgid "This field requires only numbers." -msgstr "In questo campo possono essere solo presenti numeri." +msgstr "Questo campo può contenere solo numeri." #: contrib/localflavor/ar/forms.py:50 msgid "This field requires 7 or 8 digits." @@ -2308,7 +2307,7 @@ msgstr "Inserire un codice postale valido." #: contrib/localflavor/it/forms.py:43 msgid "Enter a valid Social Security number." -msgstr "Inserire un numero di assistenza sociale valido." +msgstr "Inserire un numero di codice fiscale valido." #: contrib/localflavor/it/forms.py:68 msgid "Enter a valid VAT number." |
