diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-19 14:06:54 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-19 14:06:54 +0000 |
| commit | 3c89a32e5294eabe0d484c929c2fbc71c7938733 (patch) | |
| tree | 3e962a0ca8388d9f63aabfbc3d22f81015d3c46e | |
| parent | 7e8efcd4d9cd98f0f22be40249959b81c91fed00 (diff) | |
Fixed #5197 -- Updated Spanish translation. Thanks, Mario Gonzalez.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/es/LC_MESSAGES/django.mo | bin | 53852 -> 53873 bytes | |||
| -rw-r--r-- | django/conf/locale/es/LC_MESSAGES/django.po | 9 |
2 files changed, 7 insertions, 2 deletions
diff --git a/django/conf/locale/es/LC_MESSAGES/django.mo b/django/conf/locale/es/LC_MESSAGES/django.mo Binary files differindex 7beda77032..be8be19162 100644 --- a/django/conf/locale/es/LC_MESSAGES/django.mo +++ b/django/conf/locale/es/LC_MESSAGES/django.mo diff --git a/django/conf/locale/es/LC_MESSAGES/django.po b/django/conf/locale/es/LC_MESSAGES/django.po index 424cce900d..5f11644cfa 100644 --- a/django/conf/locale/es/LC_MESSAGES/django.po +++ b/django/conf/locale/es/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-13 11:29-0400\n" +"POT-Creation-Date: 2007-08-17 15:35-0400\n" "PO-Revision-Date: 2007-07-14 13:00-0500\n" "Last-Translator: Mario Gonzalez <gonzalemario @t gmail.com>\n" "Language-Team: Castellano <Django-I18N@googlegroups.com>\n" @@ -22,6 +22,7 @@ msgstr "%(object)s de este %(type)s ya existen en este %(field)s." #: db/models/manipulators.py:310 contrib/admin/views/main.py:342 #: contrib/admin/views/main.py:344 contrib/admin/views/main.py:346 +#: core/validators.py:275 msgid "and" msgstr "y" @@ -510,6 +511,10 @@ msgstr "%(number)d %(type)s" msgid ", %(number)d %(type)s" msgstr ", %(number)d %(type)s" +#: utils/text.py:127 +msgid "or" +msgstr "o" + #: utils/dateformat.py:41 msgid "p.m." msgstr "p.m" @@ -765,7 +770,7 @@ msgstr "ocho" msgid "nine" msgstr "nueve" -#: contrib/auth/views.py:41 +#: contrib/auth/views.py:47 msgid "Logged out" msgstr "Sesión terminada" |
