mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations setting.php (Romanian)
This commit is contained in:
parent
b9d80ded7b
commit
a9709be7a5
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'home_page_location' => [
|
||||||
|
'name' => 'Câmpul de localizare a paginii de pornire',
|
||||||
|
],
|
||||||
|
'list_page_location' => [
|
||||||
|
'name' => 'Listă câmpul locației paginii',
|
||||||
|
],
|
||||||
|
'detail_page_location' => [
|
||||||
|
'name' => 'Câmpul de locație a paginii de detaliu',
|
||||||
|
],
|
||||||
|
'show_search_location_btn' => [
|
||||||
|
'name' => 'Afișați butonul Locație de căutare',
|
||||||
|
],
|
||||||
|
'default_country' => [
|
||||||
|
'name' => 'Țara implicită',
|
||||||
|
],
|
||||||
|
'create_ad_page_location' => [
|
||||||
|
'name' => 'Creați locația paginii de anunțuri',
|
||||||
|
],
|
||||||
|
'default_city' => [
|
||||||
|
'name' => 'Orașul implicit',
|
||||||
|
],
|
||||||
|
'default_district' => [
|
||||||
|
'name' => 'Districtul implicit',
|
||||||
|
],
|
||||||
|
'default_neighborhood' => [
|
||||||
|
'name' => 'Cartier implicit',
|
||||||
|
],
|
||||||
|
|
||||||
|
'google_map_key' => [
|
||||||
|
'name' => 'Cheie Api Google Maps',
|
||||||
|
],
|
||||||
|
|
||||||
|
'map_coordinates_long' => [
|
||||||
|
'name' => 'Default Long',
|
||||||
|
],
|
||||||
|
|
||||||
|
'map_coordinates_lat' => [
|
||||||
|
'name' => 'Default Lat',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user