mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
20 lines
521 B
PHP
20 lines
521 B
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'الصفحة الرئيسية حقل الموقع',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'حقل قائمة موقع الصفحة',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'التفاصيل حقل موقع الصفحة',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'عرض زر البحث في الموقع',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'البلد الافتراضي',
|
|
],
|
|
];
|