mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
360 B
PHP
14 lines
360 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'مساعدة',
|
|
'search' => 'بحث',
|
|
'logout' => 'تسجيل خروج',
|
|
'view_site' => 'عرض الموقع',
|
|
'title' => 'لوحة التحكم',
|
|
'search_placeholder' => 'اكتب للبحث',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'البحث عن طريق رقم GSM',
|
|
];
|