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' => 'annonser',
|
|
],
|
|
'categories' => [
|
|
'title' => 'kategorier',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Länder',
|
|
],
|
|
'cities' => [
|
|
'title' => 'städer',
|
|
],
|
|
'districts' => [
|
|
'title' => 'distrikt',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'stadsdelar',
|
|
],
|
|
'village' => [
|
|
'title' => 'By',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Anpassade fält',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Anpassade fältannonser',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf-värden',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Anpassade fält'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Tillgångar tydliga'
|
|
],
|
|
'general' => 'Allmän',
|
|
'ads' => 'annonser',
|
|
'user' => 'Användare',
|
|
'filter' => 'Filtrera',
|
|
'create_ad' => 'Skapa annons',
|
|
'options' => [
|
|
'title' => 'alternativ',
|
|
],
|
|
'ads_image' => 'Annonsbild',
|
|
'product_options' => [
|
|
'title' => 'alternativ',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Alternativvärde',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfiguration',
|
|
],
|
|
'translations' => 'Översättningar',
|
|
'status' => [
|
|
'title' => 'Status',
|
|
],
|
|
'ads_detail' => 'Annonsdetaljer',
|
|
|
|
];
|