openclassify/addons/default/visiosoft/location-module/resources/lang/no/button.php
Mostafa Moradi ceb907312c 4.0-mostafa
2024-08-18 17:38:23 +03:00

18 lines
552 B
PHP

<?php
return [
'new_country' => 'Nytt land',
'new_city' => 'Ny by',
'new_district' => 'Nytt distrikt',
'new_neighborhood' => 'Nytt nabolag',
'new_village' => 'Ny landsby',
'sub_cities' => 'Underbyer',
'add_sub_cities' => 'Legg til byby',
'add_sub_districts' => 'Legg til underdistrikt',
'add_sub_neighborhoods' => 'Legg til Sub Neighborhood',
'add_sub_village' => 'Legg til Sub Village',
'sub_districts' => 'Underdistrikter',
'sub_neighborhoods' => 'Sub-nabolag',
'sub_village' => 'Sub Village',
];