openclassify/addons/default/visiosoft/location-module/resources/lang/sv/button.php
2020-05-12 19:19:38 +03:00

18 lines
568 B
PHP

<?php
return [
'new_country' => 'Nytt land',
'new_city' => 'Ny stad',
'new_district' => 'Nytt distrikt',
'new_neighborhood' => 'Nytt grannskap',
'new_village' => 'New Village',
'sub_cities' => 'Understäder',
'add_sub_cities' => 'Lägg till Sub City',
'add_sub_districts' => 'Lägg till Sub District',
'add_sub_neighborhoods' => 'Lägg till subgrannskap',
'add_sub_village' => 'Lägg till Sub Village',
'sub_districts' => 'Underdistrikt',
'sub_neighborhoods' => 'Undergrannskap',
'sub_village' => 'Sub Village',
];