mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Mainokset',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Luokat',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Maat',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Kaupungit',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Piirit',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Naapurustot',
|
|
],
|
|
'village' => [
|
|
'title' => 'Kylä',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Mukautetut kentät',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Mukautetut kenttämainokset',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Vertaa arvoja',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Mukautetut kentät'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Omaisuus selvä'
|
|
],
|
|
'general' => 'Kenraali',
|
|
'ads' => 'Mainokset',
|
|
'user' => 'Käyttäjä',
|
|
'filter' => 'Suodattaa',
|
|
'create_ad' => 'Luo mainos',
|
|
'options' => [
|
|
'title' => 'Vaihtoehdot',
|
|
],
|
|
'ads_image' => 'Mainoskuva',
|
|
'product_options' => [
|
|
'title' => 'Vaihtoehdot',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Vaihtoehtojen arvo',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Kokoonpano',
|
|
],
|
|
'translations' => 'Käännökset',
|
|
'status' => [
|
|
'title' => 'Tila',
|
|
],
|
|
'ads_detail' => 'Mainosten tiedot',
|
|
|
|
];
|