diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/button.php b/addons/default/visiosoft/profile-module/resources/lang/ru/button.php index 48aef2928..a0b947dce 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/button.php @@ -1,7 +1,15 @@ "Новый профиль", - "new_adress" =>"Новый адрес", - "show" =>"Показать адрес" -]; \ No newline at end of file +return [ + 'new_profile' => 'Новый профиль', + 'new_adress' => 'Новый адрес', + 'show' => 'Показать адрес', + 'update_password' => 'Обновить пароль', + 'update_profile' => 'Обновить профиль', + 'delete' => 'удалять', + 'extend' => 'простираться', + 'extend_all' => 'Расширить все', + 'edit' => 'редактировать', + 'go_profile' => 'Перейти к профилю', + 'go_user' => 'Перейти к информации о пользователе', +];