mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
38 lines
835 B
PHP
38 lines
835 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',
|
|
],
|
|
'options' => [
|
|
'name' => 'خيارات',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'خيارات المنتج',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'قيمة الخيارات',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'ترتيب',
|
|
],
|
|
'status' => [
|
|
'name' => 'الحالة',
|
|
],
|
|
];
|