mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
60 lines
1.3 KiB
PHP
60 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',
|
|
];
|