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. # Carlos Muñoz <cmuozdiaz@outlook.com>, 2015
  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-20 03:01+0000\n"
  11. "Last-Translator: Carlos Muñoz <cmuozdiaz@outlook.com>\n"
  12. "Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/"
  13. "language/es_CO/)\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_CO\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Content Types"
  20. msgstr "Tipos de contenido"
  21. msgid "python model class name"
  22. msgstr "nombre de la clase modelo de python"
  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. "El objeto de tipo de contenido %(ct_id)s no tiene ningún modelo asociado."
  31. #, python-format
  32. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  33. msgstr "El objeto de tipo de contenido %(ct_id)s objeto %(obj_id)s no existe"
  34. #, python-format
  35. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  36. msgstr "El objeto %(ct_name)s no tiene un método get_absolute_url()"