openclassify/addons/default/visiosoft/location-module/resources/lang/no/button.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +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',
];