From 6cb64b6f2a8a2e15fa509d6996646df71ab61ba1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 4 Mar 2020 18:45:54 +0300 Subject: [PATCH] New translations button.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/button.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php index c53c65ba4..c4d8ea83c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php @@ -6,4 +6,10 @@ return [ 'show' => 'إظهار العنوان', 'update_password' => 'تطوير كلمة السر', 'update_profile' => 'تحديث الملف', + 'delete' => 'حذف', + 'extend' => 'تمديد', + 'extend_all' => 'تمديد الكل', + 'edit' => 'تعديل', + 'go_profile' => 'الذهاب إلى تفاصيل الملف الشخصي', + 'go_user' => 'انتقل إلى تفاصيل المستخدم', ];