wip
This commit is contained in:
@ -14,13 +14,13 @@
|
||||
* @var \Da\User\Model\Token $token
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t('user', 'Thank you for signing up on {0}', Yii::$app->name) ?>.
|
||||
<?= Yii::t('user', 'In order to complete your registration, please click the link below') ?>.
|
||||
<?= Yii::t('usuario', 'Thank you for signing up on {0}', Yii::$app->name) ?>.
|
||||
<?= Yii::t('usuario', 'In order to complete your registration, please click the link below') ?>.
|
||||
|
||||
<?= $token->url ?>
|
||||
|
||||
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
<?= Yii::t('usuario', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
|
||||
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.
|
||||
<?= Yii::t('usuario', 'If you did not make this request you can ignore this email') ?>.
|
||||
|
||||
@ -13,17 +13,17 @@
|
||||
* @var \Da\User\Model\Token
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t(
|
||||
'user',
|
||||
'usuario',
|
||||
'We have received a request to change the email address for your account on {0}',
|
||||
Yii::$app->name
|
||||
) ?>.
|
||||
<?= Yii::t('user', 'In order to complete your request, please click the link below') ?>.
|
||||
<?= Yii::t('usuario', 'In order to complete your request, please click the link below') ?>.
|
||||
|
||||
<?= $token->url ?>
|
||||
|
||||
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
<?= Yii::t('usuario', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
|
||||
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.
|
||||
<?= Yii::t('usuario', 'If you did not make this request you can ignore this email') ?>.
|
||||
|
||||
@ -14,13 +14,13 @@
|
||||
* @var \Da\User\Model\Token $token
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t('user', 'We have received a request to reset the password for your account on {0}', Yii::$app->name) ?>.
|
||||
<?= Yii::t('user', 'Please click the link below to complete your password reset') ?>.
|
||||
<?= Yii::t('usuario', 'We have received a request to reset the password for your account on {0}', Yii::$app->name) ?>.
|
||||
<?= Yii::t('usuario', 'Please click the link below to complete your password reset') ?>.
|
||||
|
||||
<?= $token->url ?>
|
||||
|
||||
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
<?= Yii::t('usuario', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
|
||||
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.
|
||||
<?= Yii::t('usuario', 'If you did not make this request you can ignore this email') ?>.
|
||||
|
||||
@ -15,18 +15,18 @@
|
||||
* @var \Da\User\Module $module
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t('user', 'Your account on {0} has been created', Yii::$app->name) ?>.
|
||||
<?= Yii::t('usuario', 'Your account on {0} has been created', Yii::$app->name) ?>.
|
||||
<?php if ($module->generatePasswords): ?>
|
||||
<?= Yii::t('user', 'We have generated a password for you') ?>:
|
||||
<?= Yii::t('usuario', 'We have generated a password for you') ?>:
|
||||
<?= $user->password ?>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if ($token !== null): ?>
|
||||
<?= Yii::t('user', 'In order to complete your registration, please click the link below') ?>.
|
||||
<?= Yii::t('usuario', 'In order to complete your registration, please click the link below') ?>.
|
||||
<?= $token->url ?>
|
||||
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
<?= Yii::t('usuario', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
<?php endif ?>
|
||||
|
||||
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.
|
||||
<?= Yii::t('usuario', 'If you did not make this request you can ignore this email') ?>.
|
||||
|
||||
Reference in New Issue
Block a user