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)
40 lines
703 B
PHP
40 lines
703 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Titel'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Naaktslak'
|
|
],
|
|
'city' => [
|
|
'name' => 'stad'
|
|
],
|
|
'country' => [
|
|
'name' => 'land'
|
|
],
|
|
'district' => [
|
|
'name' => 'Wijk'
|
|
],
|
|
'order' => [
|
|
'name' => 'sorteervolgorde'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'Buurt'
|
|
],
|
|
'village' => [
|
|
'name' => 'Dorp'
|
|
],
|
|
'description' => [
|
|
'name' => 'Omschrijving'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'Kies een optie',
|
|
],
|
|
'address' => [
|
|
'name' => 'Adres',
|
|
],
|
|
'selected' => 'Geselecteerd',
|
|
'choose_an_option' => 'Kies een optie...',
|
|
];
|