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', + ], +];