Revize e146dea5
Přidáno uživatelem Ondřej Fibich před téměř 9 roky(ů)
application/controllers/forgotten_password.php | ||
---|---|---|
|
||
$e_message = '<html><body>';
|
||
$e_message .= __('Hello').' ';
|
||
$e_message .= $user->get_full_name_with_login().',<br /><br />';
|
||
$e_message .= __('Someone from the IP address %s, probably you, requested to change your password', server::remote_addr()).'. ';
|
||
$e_message .= $user->get_full_name().',<br /><br />';
|
||
$e_message .= __('Someone from the IP address %s, probably you, requested to change the password for account with login %s',
|
||
array(server::remote_addr(), '<b>' . $user->login . '</b>')).'. ';
|
||
$e_message .= __('New password can be changed at the following link').':<br /><br />';
|
||
$e_message .= html::anchor('forgotten_password?request='.$hash);
|
||
$e_message .= '<br /><br />'.url_lang::lang('mail.welcome').'<br />';
|
application/i18n/cs_CZ/texts.php | ||
---|---|---|
'some phones wasn\'t finded' => 'Některé telefony nebyly nalezeny',
|
||
'some mac addresses are same, please change them' => 'Některé MAC adresy jsou stejné, změňte je prosím',
|
||
'some ip addresses are same, please change them' => 'Některé IP adresy jsou stejné, změňte je prosím',
|
||
'someone from the ip address %s, probably you, requested to change your password' => 'někdo, patrně Vy, žádal z IP %s o změnu vašeho hesla',
|
||
'someone from the ip address %s, probably you, requested to change the password for account with login %s' => 'někdo, patrně Vy, žádal z IP %s o změnu hesla k účtu s přihlašovacím jménem %s',
|
||
'someone have already requested for the same connection' => 'O stejné připojení už zažádal jiný člen.',
|
||
'specific symbol' => 'Specifický symbol',
|
||
'specification of type' => 'Specifikace typu',
|
Také k dispozici: Unified diff
refs #1028: E-mail message for forgotten password - text improvements