openclassify/addons/default/visiosoft/advs-module/resources/lang/nl/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

65 lines
1.3 KiB
PHP

<?php
return [
'advs' => [
'title' => 'advertenties',
],
'categories' => [
'title' => 'Categorieën',
],
'countries' => [
'title' => 'landen',
],
'cities' => [
'title' => 'Steden',
],
'districts' => [
'title' => 'districten',
],
'neighborhoods' => [
'title' => 'buurten',
],
'village' => [
'title' => 'Dorp',
],
'custom_fields' => [
'title' => 'Aangepaste velden',
],
'custom_field_advs' => [
'title' => 'Aangepaste veldadvertenties',
],
'cf_values' => [
'title' => 'Zie waarden',
],
'fields' => [
'title' => 'Aangepaste velden'
],
'assets_clear' => [
'name' => 'Activa duidelijk'
],
'general' => 'Algemeen',
'ads' => 'Advertenties',
'user' => 'Gebruiker',
'filter' => 'Filter',
'create_ad' => 'Maak advertentie',
'options' => [
'title' => 'Opties',
],
'ads_image' => 'Advertenties afbeelding',
'product_options' => [
'title' => 'Opties',
],
'productoptions_value' => [
'title' => 'Opties Waarde',
],
'option_configuration' => [
'title' => 'Configuratie',
],
'translations' => 'Vertalingen',
'status' => [
'title' => 'Toestand',
],
'ads_detail' => 'Advertentiedetails',
];