openclassify/addons/default/visiosoft/advs-module/resources/lang/tr/stream.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

38 lines
737 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
],
];