Changeset 12886 for trunk/register.php
- Timestamp:
- Jan 14, 2012, 4:02:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/register.php
r12885 r12886 69 69 get_l10n_args('Thank you for registering at %s!', $conf['gallery_title']), 70 70 get_l10n_args('', ''), 71 get_l10n_args('Here is your password: %s', $_POST['password']), 71 get_l10n_args('Here are your connection settings', ''), 72 get_l10n_args('Username: %s', $_POST['login']), 73 get_l10n_args('Password: %s', $_POST['password']), 74 get_l10n_args('Email: %s', $_POST['mail_address']), 72 75 get_l10n_args('', ''), 73 76 get_l10n_args('If you think you\'ve received this email in error, please contact us at %s', get_webmaster_mail_address()), … … 83 86 ); 84 87 85 $_SESSION['page_infos'][] = l10n('Successfully registered, an email with your password has been sent to you. Welcome!');88 $_SESSION['page_infos'][] = l10n('Successfully registered, you will soon receive an email with your connection settings. Welcome!'); 86 89 } 87 90
Note: See TracChangeset
for help on using the changeset viewer.