Current Path : /var/test/www/alh/admin/language/ar/customer/ |
Current File : /var/test/www/alh/admin/language/ar/customer/custom_field.php |
<?php // Website: WWW.OpenCartArab.com // E-Mail : info@OpenCartArab.com // Heading $_['heading_title'] = 'حقول مخصصة'; // Text $_['text_success'] = 'تم التعديل !'; $_['text_list'] = 'قائمة'; $_['text_add'] = 'ادراج'; $_['text_edit'] = 'تحرير'; $_['text_choose'] = 'اختيار'; $_['text_select'] = 'قائمة منسدلة'; $_['text_radio'] = 'راديو'; $_['text_checkbox'] = 'تحديد'; $_['text_input'] = 'ادخال'; $_['text_text'] = 'نص'; $_['text_textarea'] = 'حقل نصي'; $_['text_file'] = 'ملف'; $_['text_date'] = 'تاريخ'; $_['text_datetime'] = 'التاريخ والوقت'; $_['text_time'] = 'وقت'; $_['text_account'] = 'الحساب'; $_['text_address'] = 'العنوان'; $_['text_regex'] = 'رموز'; // Column $_['column_name'] = 'اسم الخيار'; $_['column_location'] = 'الموقع'; $_['column_type'] = 'النوع'; $_['column_sort_order'] = 'ترتيب الفرز'; $_['column_action'] = 'تحرير'; // Entry $_['entry_name'] = 'اسم الخيار'; $_['entry_location'] = 'الموقع'; $_['entry_type'] = 'النوع'; $_['entry_value'] = 'القيمة'; $_['entry_validation'] = 'التحقق'; $_['entry_custom_value'] = 'قيمة اسم الخيار للحقل المخصص'; $_['entry_customer_group'] = 'مجموعة العميل'; $_['entry_required'] = 'مطلوب'; $_['entry_status'] = 'الحالة'; $_['entry_sort_order'] = 'ترتيب الفرز'; // Help $_['help_regex'] = 'استخدم الرموز. مثال: /[a-zA-Z0-9_-]/'; $_['help_sort_order'] = 'استخدم علامة الناقص للترتيب قبل الخانة الاخيرة.'; // Error $_['error_permission'] = 'تحذير : أنت لا تمتلك صلاحيات التعديل!'; $_['error_name'] = 'اسم الخيار يجب أن يكون بين 1 و 128 رمزاً !'; $_['error_type'] = 'تحذير: قيمة الخيار مطلوبة!'; $_['error_custom_value'] = 'قيمة اسم الخيار المخصص يجب أن يكون بيت 1 و 128 رمزاً!';