From 0c3aa2245a5c0d4f75de7638b4c3cab41ef2609e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:05:11 +0300 Subject: [PATCH] New translations section.php (Romanian) --- .../resources/lang/ro/section.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/ro/section.php diff --git a/addons/default/visiosoft/location-module/resources/lang/ro/section.php b/addons/default/visiosoft/location-module/resources/lang/ro/section.php new file mode 100644 index 000000000..dc5658604 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/ro/section.php @@ -0,0 +1,22 @@ + [ + 'title' => 'ţări', + ], + 'cities' => [ + 'title' => 'Orase', + ], + 'districts' => [ + 'title' => 'Districtele', + ], + 'neighborhoods' => [ + 'title' => 'Vecinătățile', + ], + 'village' => [ + 'title' => 'Sat', + ], + 'general' => 'General', + 'map' => 'Hartă', + 'setting' => 'reglaj', +];