public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['nativePassword' => Yii::t('guest', 'Password'), 'rememberMe' => Yii::t('guest', 'Remember me'), 'captcha' => Yii::t('guest', 'Enter controlling digits')]);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['email' => \Yii::t('user', 'New e-mail'), 'currentPassword' => \Yii::t('user', 'Current password')]);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['repeatPassword' => \Yii::t('guest', 'Repeat password'), 'captcha' => \Yii::t('guest', 'Enter controlling digits')]);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['currentPassword' => \Yii::t('user', 'Current password'), 'newPassword' => \Yii::t('user', 'New password'), 'repeatPassword' => \Yii::t('user', 'Repeat a new password')]);
 }