mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations button.php (Italian)
This commit is contained in:
parent
50957ae082
commit
5d4b967d36
@ -1,17 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"new_country" =>"Nuovo Paese",
|
'new_country' => 'Nuovo Paese',
|
||||||
"new_city" =>"Nuova città",
|
'new_city' => 'Nuova città',
|
||||||
"new_district" =>"New District",
|
'new_district' => 'New District',
|
||||||
"new_neighborhood" =>"Nuovo quartiere",
|
'new_neighborhood' => 'Nuovo quartiere',
|
||||||
"new_village" =>"New Village",
|
'new_village' => 'New Village',
|
||||||
"sub_cities" =>"Sotto città",
|
'sub_cities' => 'Sotto città',
|
||||||
"add_sub_cities" =>"Aggiungi città secondaria",
|
'add_sub_cities' => 'Aggiungi città secondaria',
|
||||||
"add_sub_districts" =>"Aggiungi sotto distretto",
|
'add_sub_districts' => 'Aggiungi sotto distretto',
|
||||||
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
|
||||||
"add_sub_village" =>"Aggiungi villaggio secondario",
|
'add_sub_village' => 'Aggiungi villaggio secondario',
|
||||||
"sub_districts" =>"Sottodistretti",
|
'sub_districts' => 'Sottodistretti',
|
||||||
"sub_neighborhoods" =>"Quartieri secondari",
|
'sub_neighborhoods' => 'Quartieri secondari',
|
||||||
"sub_village" =>"Sub Village"
|
'sub_village' => 'Sub Village',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user