diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php index ef5fc602d..a62607c84 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'День рождения' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Образование' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'пользователь' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -376,6 +385,9 @@ return [ 'password' => [ 'name' => 'пароль', ], + 'old_password' => [ + 'name' => 'Прежний пароль', + ], 'new_password' => [ 'name' => 'Новый пароль', ], @@ -468,4 +480,8 @@ return [ 'personal' => [ 'name' => 'Личное' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ];