Spanish translations

This commit is contained in:
Pablo Martín 2013-11-30 20:08:16 +01:00
parent 03ef1baa73
commit 6664b433fd
3 changed files with 24 additions and 0 deletions

View File

@ -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 <https://github.com/evildmp>`_

Binary file not shown.

View File

@ -0,0 +1,23 @@
# django-multiselectfield.
# Copyright (C) 2012-2013
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <goinnn@gmail.com>, 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 <goinnn@gmail.com>\n"
"Language-Team: Es <goinnn@gmail.com>\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."