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

18 lines
562 B
PHP

<?php
return [
'new_country' => 'Nytt land',
'new_city' => 'Ny stad',
'new_district' => 'Nytt distrikt',
'new_neighborhood' => 'Nytt grannskap',
'new_village' => 'Ny by',
'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',
];