Current Path : /var/test/www/alh/admin/language/ar/report/ |
Current File : /var/test/www/alh/admin/language/ar/report/customer_activity.php |
<?php // Website: WWW.OpenCartArab.com // E-Mail : info@OpenCartArab.com // Heading $_['heading_title'] = 'أنشطة العملاء'; // Text $_['text_list'] = 'قائمة'; $_['text_address_add'] = '<a href="customer_id=%d">%s</a> أضاف عنوان جديد.'; $_['text_address_edit'] = '<a href="customer_id=%d">%s</a> قام بتحديث أحد عناوينه.'; $_['text_address_delete'] = '<a href="customer_id=%d">%s</a> قام بحذف أحد عنواينه.'; $_['text_edit'] = '<a href="customer_id=%d">%s</a> قام بتحديث تفاصيل حسابه.'; $_['text_forgotten'] = '<a href="customer_id=%d">%s</a> طلب كلمة مرور جديدة.'; $_['text_reset'] = '<a href="customer_id=%d">%s</a> قام بتغيير كلمة المرور.'; $_['text_login'] = '<a href="customer_id=%d">%s</a> قام بتسجيل الدخول.'; $_['text_password'] = '<a href="customer_id=%d">%s</a> قام بتحديث كلمة المرور.'; $_['text_register'] = '<a href="customer_id=%d">%s</a> سجّل حساب جديد.'; $_['text_return_account'] = '<a href="customer_id=%d">%s</a> قام بطلب ارجاع منتج.'; $_['text_return_guest'] = '%s قم بطلب ارجاع منتج.'; $_['text_order_account'] = '<a href="customer_id=%d">%s</a> قام بتقديم <a href="order_id=%d">طلب جديد</a>.'; $_['text_order_guest'] = '%s قام بتقديم <a href="order_id=%d">طلب جديد</a>.'; // Column $_['column_customer'] = 'اسم العميل'; $_['column_comment'] = 'ملاحظات'; $_['column_ip'] = 'آي بي - IP'; $_['column_date_added'] = 'تاريخ الاضافة'; // Entry $_['entry_customer'] = 'اسم العميل'; $_['entry_ip'] = 'آي بي - IP'; $_['entry_date_start'] = 'تاريخ البداية'; $_['entry_date_end'] = 'تاريخ النهاية';