update message translations + spanish file

This commit is contained in:
Antonio Ramirez
2017-10-15 14:11:53 +02:00
parent 952dbfc8de
commit 359940f4d1
27 changed files with 931 additions and 365 deletions

View File

@ -235,8 +235,7 @@ class RegistrationController extends Controller
'info',
Yii::t(
'usuario',
'A message has been sent to your email address. ' .
'It contains a confirmation link that you must click to complete registration.'
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.'
)
);
}
@ -246,8 +245,7 @@ class RegistrationController extends Controller
'danger',
Yii::t(
'usuario',
'We couldn\'t re-send the mail to confirm your address. ' .
'Please, verify is the correct email or if it has been confirmed already.'
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.'
)
);
}