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

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Meir Kriheli <mkriheli@gmail.com>, 2012,2014
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  11. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: he\n"
  18. "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % "
  19. "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
  20. msgid "Content Types"
  21. msgstr "סוגי תוכן"
  22. msgid "python model class name"
  23. msgstr "שם ה־class של מודל פייתון"
  24. msgid "content type"
  25. msgstr "סוג תוכן"
  26. msgid "content types"
  27. msgstr "סוגי תוכן"
  28. #, python-format
  29. msgid "Content type %(ct_id)s object has no associated model"
  30. msgstr "לא משוייך מודל לאובייקט מסוג התוכן %(ct_id)s"
  31. #, python-format
  32. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  33. msgstr "אובייקט %(obj_id)s מסוג תוכן %(ct_id)s אינו קיים"
  34. #, python-format
  35. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  36. msgstr "אובייקטי %(ct_name)s אינם כוללים מתודת get_absolute_url()"