From a9709be7a551b91a3a4a5f6e4db8e8d1ce3207d3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:04:59 +0300 Subject: [PATCH] New translations setting.php (Romanian) --- .../resources/lang/ro/setting.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/ro/setting.php diff --git a/addons/default/visiosoft/location-module/resources/lang/ro/setting.php b/addons/default/visiosoft/location-module/resources/lang/ro/setting.php new file mode 100644 index 000000000..b1e9dbd0f --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/ro/setting.php @@ -0,0 +1,43 @@ + [ + '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', + ], +];