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 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Bashar Al-Abdulhadi, 2015
  5. # Bashar Al-Abdulhadi, 2014
  6. # Eyad Toma <d.eyad.t@gmail.com>, 2013
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # Ossama Khayat <okhayat@gmail.com>, 2011
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2015-10-09 17:42+0200\n"
  14. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  15. "Last-Translator: Bashar Al-Abdulhadi\n"
  16. "Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: ar\n"
  21. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
  22. "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
  23. msgid "Advanced options"
  24. msgstr "خيارات متقدّمة"
  25. msgid "Flat Pages"
  26. msgstr "صفحات مسطحة"
  27. msgid "URL"
  28. msgstr "رابط"
  29. msgid ""
  30. "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
  31. msgstr "مثال: '/about/contact/'. تأكد من وضع شرطات في البداية والنهاية."
  32. msgid ""
  33. "This value must contain only letters, numbers, dots, underscores, dashes, "
  34. "slashes or tildes."
  35. msgstr ""
  36. "يجب أن تحتوي هذه القيمة الأحرف والأرقام والنقاط وعلامات _ و - و / أو ~ فقط."
  37. msgid "URL is missing a leading slash."
  38. msgstr "العنوان URL يفقد رمز / في بدايته."
  39. msgid "URL is missing a trailing slash."
  40. msgstr "العنوان URL يفقد رمز / في نهايته."
  41. #, python-format
  42. msgid "Flatpage with url %(url)s already exists for site %(site)s"
  43. msgstr "الصفحة ذو العنوان %(url)s موجودة سابقاً في موقع %(site)s"
  44. msgid "title"
  45. msgstr "العنوان"
  46. msgid "content"
  47. msgstr "المحتوى"
  48. msgid "enable comments"
  49. msgstr "السماح بالتعليقات"
  50. msgid "template name"
  51. msgstr "اسم القالب"
  52. msgid ""
  53. "Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
  54. "will use 'flatpages/default.html'."
  55. msgstr ""
  56. "مثال: 'flatpages/contact_page.html'. إن لم تكن الصفحة موجودة، فسوف يستخدم "
  57. "النظام 'flatpages/default.html'."
  58. msgid "registration required"
  59. msgstr "التسجيل مطلوب"
  60. msgid "If this is checked, only logged-in users will be able to view the page."
  61. msgstr ""
  62. "إذا كان هذا الخيار محددا، فإن المستخدمين الداخلين فقط سيتمكنون من مشاهدة "
  63. "الصفحة."
  64. msgid "sites"
  65. msgstr "المواقع"
  66. msgid "flat page"
  67. msgstr "صفحة مسطحة"
  68. msgid "flat pages"
  69. msgstr "صفحات مسطحة"