32 lines
2.1 KiB
PHP
32 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'subject' => 'Please confirm your email address',
|
|
'heading' => 'Confirm your address',
|
|
'preheader' => 'One click left — the link is good for :minutes minutes.',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => 'welcome to CluPilot. One click is left: confirm that this address is yours. Your access opens after that, and only then do invoices and operational notices go here.',
|
|
'action' => 'Confirm email address',
|
|
'expiry' => 'The link is good for :minutes and works once.',
|
|
'fallback' => 'If the button does not work, copy this address into your browser:',
|
|
// Said plainly: without confirmation nothing further happens. Somebody who
|
|
// typed a stranger's address must not force that stranger to act.
|
|
'not_you' => 'Did not sign up? Ignore this message. Without confirmation the account is never activated, is removed by itself after five days, and we will not write again.',
|
|
|
|
// The page somebody lands on when signed in but not yet confirmed.
|
|
'notice_title' => 'One step left',
|
|
'notice_body' => 'We sent a confirmation to :email. Open the link in it and you are through.',
|
|
'notice_hint' => 'Nothing arrived? Check the spam folder — or send it again.',
|
|
'notice_resend' => 'Send again',
|
|
'notice_sent' => 'Confirmation sent again.',
|
|
'notice_delete' => 'Discard this registration',
|
|
'notice_wrong_address' => 'Typed the wrong address? Discard this registration and start again — only then is the address free. If you do not confirm within five days the account is removed by itself; there is nothing for you to do.',
|
|
|
|
'delete_title' => 'Discard this registration?',
|
|
'delete_body' => 'The account is deleted and the address becomes free again. Nothing has been set up and nothing paid for — only this unconfirmed sign-up is lost.',
|
|
'delete_keep' => 'Keep it',
|
|
'delete_confirm' => 'Discard',
|
|
'deleted' => 'Registration discarded. You can sign up again with the same address.',
|
|
'delete_has_contract' => 'There is already a contract behind this account, so it cannot be discarded here. Write to us and we will sort it out.',
|
|
];
|