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
812 B
PHP
38 lines
812 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'עורכי דין',
|
|
],
|
|
'categories' => [
|
|
'name' => 'קטגוריות',
|
|
],
|
|
'village' => [
|
|
'name' => 'כפר',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'שדות מותאמים אישית',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'שדות בהתאמה אישית',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'ערכי ה- CF',
|
|
],
|
|
'options' => [
|
|
'name' => 'אפשרויות',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'אפשרויות מוצר',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'ערך אפשרויות',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'תְצוּרָה',
|
|
],
|
|
'status' => [
|
|
'name' => 'סטָטוּס',
|
|
],
|
|
];
|