mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations setting.php (Arabic)
This commit is contained in:
parent
16bb0539d8
commit
47e3c3fa4c
@ -1,5 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
'home_page_location' => [
|
||||||
|
'name' => 'الصفحة الرئيسية حقل الموقع',
|
||||||
|
],
|
||||||
|
'list_page_location' => [
|
||||||
|
'name' => 'حقل قائمة موقع الصفحة',
|
||||||
|
],
|
||||||
|
'detail_page_location' => [
|
||||||
|
'name' => 'التفاصيل حقل موقع الصفحة',
|
||||||
|
],
|
||||||
|
'show_search_location_btn' => [
|
||||||
|
'name' => 'عرض زر البحث في الموقع',
|
||||||
|
],
|
||||||
|
'default_country' => [
|
||||||
|
'name' => 'البلد الافتراضي',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user