App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / django / contrib / contenttypes / locale / es_MX / LC_MESSAGES / django.po
blob05dd3ed98dbb9e597b14244e68d37b5c9e442e6e
1 # This file is distributed under the same license as the Django package.
3 # Translators:
4 # Abraham Estrada <abraham.estrada@gmail.com>, 2011, 2012.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Django\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-03-23 02:37+0100\n"
10 "PO-Revision-Date: 2012-03-08 11:45+0000\n"
11 "Last-Translator: Abraham Estrada <abraham.estrada@gmail.com>\n"
12 "Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/"
13 "language/es_MX/)\n"
14 "Language: es_MX\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
20 #: models.py:123
21 msgid "python model class name"
22 msgstr "nombre de la clase python del modelo"
24 #: models.py:127
25 msgid "content type"
26 msgstr "tipo de contenido"
28 #: models.py:128
29 msgid "content types"
30 msgstr "tipos de contenido"
32 #: views.py:15
33 #, python-format
34 msgid "Content type %(ct_id)s object has no associated model"
35 msgstr ""
36 "Los objetos con el tipo de contenido %(ct_id)s no tienen un modelo asociado"
38 #: views.py:19
39 #, python-format
40 msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
41 msgstr "Los objetos %(obj_id)s con el tipo de contenido %(ct_id)s no existen"
43 #: views.py:25
44 #, python-format
45 msgid "%(ct_name)s objects don't have a get_absolute_url() method"
46 msgstr "Los %(ct_name)s objetos no tienen el método get_absolute_url()"