mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
594 B
PHP
17 lines
594 B
PHP
<?php
|
|
|
|
return[
|
|
"new_country" =>"Nuovo Paese",
|
|
"new_city" =>"Nuova città",
|
|
"new_district" =>"New District",
|
|
"new_neighborhood" =>"Nuovo quartiere",
|
|
"new_village" =>"New Village",
|
|
"sub_cities" =>"Sotto città",
|
|
"add_sub_cities" =>"Aggiungi città secondaria",
|
|
"add_sub_districts" =>"Aggiungi sotto distretto",
|
|
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
|
"add_sub_village" =>"Aggiungi villaggio secondario",
|
|
"sub_districts" =>"Sottodistretti",
|
|
"sub_neighborhoods" =>"Quartieri secondari",
|
|
"sub_village" =>"Sub Village"
|
|
]; |