mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
37 lines
924 B
PHP
37 lines
924 B
PHP
<?php
|
|
|
|
return [
|
|
'navigation_title' => [
|
|
'name' => 'عنوان الملاحة',
|
|
],
|
|
'navigation_action' => [
|
|
'name' => 'ملاحة العمل',
|
|
],
|
|
'country_fields' => [
|
|
'name' => 'حقول البلد',
|
|
],
|
|
'date_fields' => [
|
|
'name' => 'حقول التاريخ',
|
|
],
|
|
'price_fields' => [
|
|
'name' => 'حقول السعر',
|
|
],
|
|
'breadcrumbs' => [
|
|
'name' => 'التفصيلي',
|
|
],
|
|
'ad_details' => [
|
|
'name' => 'تفاصيل الإعلان',
|
|
],
|
|
'ad_details_tab' => [
|
|
'name' => 'علامة تبويب تفاصيل الإعلان',
|
|
],
|
|
'latest_and_view_all_btn' => [
|
|
'name' => 'أحدث وعرض جميع Btn',
|
|
],
|
|
'register_page_instruction_logo' => [
|
|
'name' => 'تسجيل صفحة تعليمات الشعار',
|
|
],
|
|
'style' => [
|
|
'name' => 'النمط (CSS)',
|
|
],
|
|
]; |