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