From 03a48ebc3a155e515a5ca537d798fc2be6e5d925 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 3 Mar 2020 12:42:58 +0300 Subject: [PATCH] New translations stream.php (Russian) --- .../advs-module/resources/lang/ru/stream.php | 47 ++++++++----------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/stream.php b/addons/default/visiosoft/advs-module/resources/lang/ru/stream.php index c3c048811..25686ec9c 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/stream.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/stream.php @@ -1,29 +1,22 @@ [ - "name" =>"Advs", - - ], - "categories" => [ - "name" =>"категории", - - ], - "village" => [ - "name" =>"Деревня", - - ], - "custom_fields" => [ - "name" =>"Настраиваемые поля", - - ], - "custom_field_advs" => [ - "name" =>"Настраиваемые поля", - - ], - "cf_values" => [ - "name" =>"Значения ср", - - ], - -]; \ No newline at end of file +return [ + 'advs' => [ + 'name' => 'Advs', + ], + 'categories' => [ + 'name' => 'категории', + ], + 'village' => [ + 'name' => 'Деревня', + ], + 'custom_fields' => [ + 'name' => 'Настраиваемые поля', + ], + 'custom_field_advs' => [ + 'name' => 'Настраиваемые поля', + ], + 'cf_values' => [ + 'name' => 'Значения ср', + ], +];