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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Bashar Al-Abdulhadi, 2014
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # AlMeer <mohammad.almeer@gmail.com>, 2014
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  12. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  13. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  14. "Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ar\n"
  19. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
  20. "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
  21. msgid "Content Types"
  22. msgstr "نوع المحتوى"
  23. msgid "python model class name"
  24. msgstr "اسم صنف النموذج في python"
  25. msgid "content type"
  26. msgstr "نوع البيانات"
  27. msgid "content types"
  28. msgstr "أنواع البيانات"
  29. #, python-format
  30. msgid "Content type %(ct_id)s object has no associated model"
  31. msgstr "لا يوجد كائن مرتبط بنوع البيانات %(ct_id)s ."
  32. #, python-format
  33. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  34. msgstr "نوع المحتوى %(ct_id)s الكائن %(obj_id)s غير موجود"
  35. #, python-format
  36. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  37. msgstr "%(ct_name)s كائن لا يحتوي على دالة get_absolute_url() ."