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.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Viko Bartero <inactive+tergrundo@transifex.com>, 2014
  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 01:58+0000\n"
  11. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  12. "Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Language: io\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. msgid "Content Types"
  19. msgstr ""
  20. msgid "python model class name"
  21. msgstr "klaso nomo dil python modelo"
  22. msgid "content type"
  23. msgstr "kontenajo tipo"
  24. msgid "content types"
  25. msgstr "kontenajo tipi"
  26. #, python-format
  27. msgid "Content type %(ct_id)s object has no associated model"
  28. msgstr "La objekto kun kontenajo tipo %(ct_id)s ne havas relatita modelo"
  29. #, python-format
  30. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  31. msgstr "La objekto %(obj_id)s kun kontenajo tipo %(ct_id)s ne existas"
  32. #, python-format
  33. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  34. msgstr "La objekti %(ct_name)s ne havas get_absolute_url() metodo"