diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/field.php b/addons/default/visiosoft/location-module/resources/lang/ru/field.php index ce0c6bdb5..b7efb4723 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/field.php @@ -1,41 +1,37 @@ [ - "name" =>"заглавие", - - ], - "slug" => [ - "name" =>"слизень", - - ], - "city" => [ - "name" =>"город", - - ], - "country" => [ - "name" =>"Страна", - - ], - "district" => [ - "name" =>"район", - - ], - "order" => [ - "name" =>"Порядок сортировки", - - ], - "neighborhood" => [ - "name" =>"окрестности", - - ], - "village" => [ - "name" =>"Деревня", - - ], - "description" => [ - "name" =>"Описание", - - ], - -]; \ No newline at end of file +return [ + 'name' => [ + 'name' => 'Title' + ], + 'slug' => [ + 'name' => 'Slug' + ], + 'city' => [ + 'name' => 'City' + ], + 'country' => [ + 'name' => 'Country' + ], + 'district' => [ + 'name' => 'District' + ], + 'order' => [ + 'name' => 'Sort Order' + ], + 'neighborhood' => [ + 'name' => 'Neighborhood' + ], + 'village' => [ + 'name' => 'Village' + ], + 'description' => [ + 'name' => 'Description' + ], + 'pick_option' => [ + 'name' => 'Pick an option', + ], + 'address' => [ + 'name' => 'Address', + ], +];