diff --git a/addons/default/visiosoft/advs-module/resources/lang/ar/section.php b/addons/default/visiosoft/advs-module/resources/lang/ar/section.php index b2b743af0..9ce4e8432 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ar/section.php @@ -1,49 +1,40 @@ [ - "title" =>"إعلانات", - - ], - "categories" => [ - "title" =>"الاقسام", - - ], - "countries" => [ - "title" =>"بلدان", - - ], - "cities" => [ - "title" =>"مدن", - - ], - "districts" => [ - "title" =>"المناطق", - - ], - "neighborhoods" => [ - "title" =>"أحياء", - - ], - "village" => [ - "title" =>"قرية", - - ], - "custom_fields" => [ - "title" =>"الحقول المخصصة", - - ], - "custom_field_advs" => [ - "title" =>"الإعلانات الميدانية المخصصة", - - ], - "cf_values" => [ - "title" =>"قيم cf", - - ], - "fields" => [ - "title" =>"الحقول المخصصة", - - ], - -]; \ No newline at end of file +return [ + 'advs' => [ + 'title' => 'إعلانات', + ], + 'categories' => [ + 'title' => 'الاقسام', + ], + 'countries' => [ + 'title' => 'بلدان', + ], + 'cities' => [ + 'title' => 'مدن', + ], + 'districts' => [ + 'title' => 'المناطق', + ], + 'neighborhoods' => [ + 'title' => 'أحياء', + ], + 'village' => [ + 'title' => 'قرية', + ], + 'custom_fields' => [ + 'title' => 'الحقول المخصصة', + ], + 'custom_field_advs' => [ + 'title' => 'الإعلانات الميدانية المخصصة', + ], + 'cf_values' => [ + 'title' => 'قيم cf', + ], + 'fields' => [ + 'title' => 'الحقول المخصصة' + ], + 'assets_clear' => [ + 'name' => 'الأصول واضحة' + ] +];