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
737 B
PHP
38 lines
737 B
PHP
<?php
|
||
|
||
return [
|
||
'advs' => [
|
||
'name' => 'İlanlar',
|
||
],
|
||
'categories' => [
|
||
'name' => 'Kategoriler',
|
||
],
|
||
'village' => [
|
||
'name' => 'Köy',
|
||
],
|
||
'custom_fields' => [
|
||
'name' => 'Özel Alanlar',
|
||
],
|
||
'custom_field_advs' => [
|
||
'name' => 'Özel alan İlanları',
|
||
],
|
||
'cf_values' => [
|
||
'name' => 'ÖA değerleri',
|
||
],
|
||
'options' => [
|
||
'name' => 'Seçenekler',
|
||
],
|
||
'product_options' => [
|
||
'name' => 'Ürün Seçenekleri',
|
||
],
|
||
'productoptions_value' => [
|
||
'name' => 'Seçenekler Değeri',
|
||
],
|
||
'option_configuration' => [
|
||
'name' => 'Yapılandırma',
|
||
],
|
||
'status' => [
|
||
'name' => 'Durum',
|
||
],
|
||
];
|