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' => 'Advertensies',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Kategorieë',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Lande',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Stede',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Distrikte',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Wyk',
|
|
],
|
|
'village' => [
|
|
'title' => 'Dorp',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Pasgemaakte velde',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Pasgemaakte veldadvertensies',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf waardes',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Pasgemaakte velde'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Bates duidelik'
|
|
],
|
|
'general' => 'Generaal',
|
|
'ads' => 'Advertensies',
|
|
'user' => 'Gebruiker',
|
|
'filter' => 'Filtreer',
|
|
'create_ad' => 'Skep advertensie',
|
|
'options' => [
|
|
'title' => 'Opsies',
|
|
],
|
|
'ads_image' => 'Advertensieprent',
|
|
'product_options' => [
|
|
'title' => 'Opsies',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Opsies Waarde',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfigurasie',
|
|
],
|
|
'translations' => 'Vertalings',
|
|
'status' => [
|
|
'title' => 'Status',
|
|
],
|
|
'ads_detail' => 'Advertensiebesonderhede',
|
|
|
|
];
|