openclassify/addons/default/visiosoft/location-module/resources/lang/it/section.php
2020-05-12 19:16:47 +03:00

23 lines
407 B
PHP

<?php
return [
'countries' => [
'title' => 'paesi',
],
'cities' => [
'title' => 'Città',
],
'districts' => [
'title' => 'Quartieri',
],
'neighborhoods' => [
'title' => 'quartieri',
],
'village' => [
'title' => 'Villaggio',
],
'general' => 'Generale',
'map' => 'Carta geografica',
'setting' => 'Ambientazione',
];