You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Abraham Estrada, 2011-2012
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  10. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  11. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  12. "Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/"
  13. "language/es_MX/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: es_MX\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Content Types"
  20. msgstr ""
  21. msgid "python model class name"
  22. msgstr "nombre de la clase python del modelo"
  23. msgid "content type"
  24. msgstr "tipo de contenido"
  25. msgid "content types"
  26. msgstr "tipos de contenido"
  27. #, python-format
  28. msgid "Content type %(ct_id)s object has no associated model"
  29. msgstr ""
  30. "Los objetos con el tipo de contenido %(ct_id)s no tienen un modelo asociado"
  31. #, python-format
  32. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  33. msgstr "Los objetos %(obj_id)s con el tipo de contenido %(ct_id)s no existen"
  34. #, python-format
  35. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  36. msgstr "Los %(ct_name)s objetos no tienen el método get_absolute_url()"