New translations setting.php (Arabic)

This commit is contained in:
Fatih Alp 2020-03-04 18:45:33 +03:00
parent 1f7d9b2b4f
commit 09512c3efd

View File

@ -18,11 +18,8 @@ return [
], ],
'favicon' => [ 'favicon' => [
'name' => 'فافيكون', 'name' => 'فافيكون',
], ]
'contact_mail' => [ ,'map_coordinates_long' => [
'name' => 'بريد الاتصال',
'warning' => 'تمت إضافة <strong>معلومات</strong> sitename تلقائيًاsitename',
],'map_coordinates_long' => [
'name' => 'خريطة تنسيق طويل', 'name' => 'خريطة تنسيق طويل',
], ],
'map_coordinates_lat' => [ 'map_coordinates_lat' => [
@ -107,5 +104,7 @@ return [
'google_statistic_code' => [ 'google_statistic_code' => [
'name' => 'Google Statistic Code', 'name' => 'Google Statistic Code',
], ],
'register_email_field' => [
'name' => 'متطلبات تسجيل البريد الإلكتروني للعضو',
],
]; ];