# Arabic translation of [D7] NuoDB Driver (7.x-1.0)
# Copyright (c) 2017 by the Arabic translation team
#
msgid ""
msgstr ""
"Project-Id-Version: [D7] NuoDB Driver (7.x-1.0)\n"
"POT-Creation-Date: 2017-03-09 15:34+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=((n==1)?(0):((n==0)?(1):((n==2)?(2):((((n%100)>=3)&&((n%100)<=10))?(3):((((n%100)>=11)&&((n%100)<=99))?(4):5)))));\n"

msgid "Cannot add field %table.%field: table doesn't exist."
msgstr ""
"لا يمكن إضافة الحقل %table.%field : الجدول "
"غير موجود."
msgid "Cannot add field %table.%field: field already exists."
msgstr ""
"لا يمكن إضافة الحقل %table.%field : الحقل "
"موجود من قبل."
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"لا يمكن تعيين القيمة المبدئية للحقل "
"%table.%field : الحقل عير موجود."
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"لا يمكن حذف القيمة المبدئية للحقل "
"%table.%field : الحقل عير موجود."
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr ""
"لا يمكن إضافة المفتاح الأساسي للجدول "
"%table : الجدول غير موجود."
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr ""
"لا يمكن إضافة المفتاح الرئيسي للجدول "
"%table: هذا المفتاح موجود مسبقاً."
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr ""
"لا يمكن إضافة المفتاح الفريد للجدول "
"%table: هذا المفتاح موجود مسبقاً."
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"لا يمكن إضافة المفتاح الفريد للجدول "
"%table: هذا المفتاح موجود مسبقاً."
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr ""
"لا يمكن إضافة الفهرس %name للجدول %table : "
"الجدول غير موجود."
msgid "Cannot add index %name to table %table: index already exists."
msgstr ""
"لا يمكن إضافة الفهرس %name للجدول %table: "
"الفهرس موجود مسبقاً."
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr ""
"لا يمكن تغيير تعريف الحقل %table.%name : "
"الحقل غير موجود."
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"لا يمكن إعادة تسمية الحقل %table.%name إلى "
"%name_new: الحقل موجود مسبقاً."
msgid "Cannot rename @table to @table_new: table @table doesn't exist."
msgstr ""
"لا يمكن إعادة تسمية @table الى @table_new: "
"الجدول @table غير موجود."
msgid "Cannot rename @table to @table_new: table @table_new already exists."
msgstr ""
"لا يمكن إعادة تسمية @table الى @table_new: "
"الجدول @table_new موجود مسبقاً."
