mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
478 B
PHP
23 lines
478 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'الاقسام',
|
|
],
|
|
'village' => [
|
|
'name' => 'قرية',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'الحقول المخصصة',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => ':count عدد الإعلانات التي تم العثور عليها لـ:search :name؟ ',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'قيم cf',
|
|
],
|
|
];
|