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
7cae7a8e71
commit
68f3b7ddf5
@ -1,24 +1,28 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"new_adv" =>"Nuovo Adv",
|
'new_adv' => 'Nuovo Adv',
|
||||||
"new_category" =>"Nuova categoria",
|
'new_category' => 'Nuova categoria',
|
||||||
"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',
|
||||||
"approve" =>"Approvare",
|
'approve' => "Approvare",
|
||||||
"decline" =>"Declino",
|
'decline' => 'Declino',
|
||||||
"sub_category" =>"Sottocategorie",
|
'extend' => 'Extend',
|
||||||
"add_sub_category" =>"Aggiungi sottocategoria",
|
'sub_category' => 'Sottocategorie',
|
||||||
"sub_cities" =>"Sotto città",
|
'add_sub_category' => 'Aggiungi sottocategoria',
|
||||||
"add_sub_cities" =>"Aggiungi città secondaria",
|
'sub_cities' => 'Sotto città',
|
||||||
"add_sub_districts" =>"Aggiungi sotto distretto",
|
'add_sub_cities' => 'Aggiungi città secondaria',
|
||||||
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
'add_sub_districts' => 'Aggiungi sotto distretto',
|
||||||
"add_sub_village" =>"Aggiungi villaggio secondario",
|
'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
|
||||||
"sub_districts" =>"Sottodistretti",
|
'add_sub_village' => 'Aggiungi villaggio secondario',
|
||||||
"sub_neighborhoods" =>"Quartieri secondari",
|
'sub_districts' => 'Sottodistretti',
|
||||||
"sub_village" =>"Sub Village",
|
'sub_neighborhoods' => 'Quartieri secondari',
|
||||||
"general_settings" =>"impostazioni generali"
|
'sub_village' => 'Sub Village',
|
||||||
];
|
'general_settings' => 'impostazioni generali',
|
||||||
|
'update_category' => [
|
||||||
|
'name' => 'Update Category'
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user