diff --git a/CHANGES.rst b/CHANGES.rst index 2d4e591..ea2f820 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ * Now max_length is not required, the Multiselect field calculate it automatically. * The max_choices attr can be a attr in the model field * Refactor the code +* Spanish translations * Support to python2.6 * Thanks to: * `Daniele Procida `_ diff --git a/src/multiselectfield/locale/es/LC_MESSAGES/django.mo b/src/multiselectfield/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000..0af7642 Binary files /dev/null and b/src/multiselectfield/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/multiselectfield/locale/es/LC_MESSAGES/django.po b/src/multiselectfield/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..f4da1aa --- /dev/null +++ b/src/multiselectfield/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# django-multiselectfield. +# Copyright (C) 2012-2013 +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-11-30 20:06-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Pablo Martín \n" +"Language-Team: Es \n" +"Language: Es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: validators.py:28 +#, python-format +msgid "You must select a maximum of %(limit_value)d choices." +msgstr "Tu debes de seleccionar un máximo de %(limit_value)d opciones."