From a282389829cdd0e65ec1036e15166a4b29f7f0ef Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Feb 2020 15:06:36 +0300 Subject: [PATCH] New translations section.php (Russian) --- .../advs-module/resources/lang/ru/section.php | 88 +++++++++---------- 1 file changed, 41 insertions(+), 47 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/section.php b/addons/default/visiosoft/advs-module/resources/lang/ru/section.php index 1c69cccf4..1a3eeb889 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/section.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/section.php @@ -1,49 +1,43 @@ [ - "title" =>"Объявления", - - ], - "categories" => [ - "title" =>"категории", - - ], - "countries" => [ - "title" =>"страны", - - ], - "cities" => [ - "title" =>"Города", - - ], - "districts" => [ - "title" =>"Районы", - - ], - "neighborhoods" => [ - "title" =>"Окрестности", - - ], - "village" => [ - "title" =>"Деревня", - - ], - "custom_fields" => [ - "title" =>"Настраиваемые поля", - - ], - "custom_field_advs" => [ - "title" =>"Пользовательские полевые объявления", - - ], - "cf_values" => [ - "title" =>"Значения ср", - - ], - "fields" => [ - "title" =>"Настраиваемые поля", - - ], - -]; \ No newline at end of file +return [ + 'advs' => [ + 'title' => 'Ads', + ], + 'categories' => [ + 'title' => 'Categories', + ], + 'countries' => [ + 'title' => 'Countries', + ], + 'cities' => [ + 'title' => 'Cities', + ], + 'districts' => [ + 'title' => 'Districts', + ], + 'neighborhoods' => [ + 'title' => 'Neighborhoods', + ], + 'village' => [ + 'title' => 'Village', + ], + 'custom_fields' => [ + 'title' => 'Custom fields', + ], + 'custom_field_advs' => [ + 'title' => 'Custom field ads', + ], + 'cf_values' => [ + 'title' => 'Cf values', + ], + 'fields' => [ + 'title' => 'Custom Fields' + ], + 'assets_clear' => [ + 'name' => 'Assets Clear' + ], + 'general' => 'General', + 'ads' => 'Ads', + 'user' => 'User', +];