mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
820 B
PHP
24 lines
820 B
PHP
<?php
|
|
|
|
return[
|
|
"new_adv" =>"Nieuwe Adv",
|
|
"new_category" =>"Nieuwe categorie",
|
|
"new_country" =>"Nieuw Land",
|
|
"new_city" =>"Nieuwe stad",
|
|
"new_district" =>"Nieuw district",
|
|
"new_neighborhood" =>"Nieuwe wijk",
|
|
"new_village" =>"Nieuw dorp",
|
|
"approve" =>"Goedkeuren",
|
|
"decline" =>"Afwijzen",
|
|
"sub_category" =>"Subcategorieën",
|
|
"add_sub_category" =>"Subcategorie toevoegen",
|
|
"sub_cities" =>"Substeden",
|
|
"add_sub_cities" =>"Substad toevoegen",
|
|
"add_sub_districts" =>"Sub District toevoegen",
|
|
"add_sub_neighborhoods" =>"Subwijk toevoegen",
|
|
"add_sub_village" =>"Subdorp toevoegen",
|
|
"sub_districts" =>"Subdistricten",
|
|
"sub_neighborhoods" =>"Subbuurten",
|
|
"sub_village" =>"Subdorp",
|
|
"general_settings" =>"Algemene instellingen"
|
|
]; |