13 lines
841 B
PHP
13 lines
841 B
PHP
<?php
|
|
|
|
return [
|
|
'subject' => 'Your CluPilot account will be deleted in :days days',
|
|
'heading' => 'Your account will be deleted',
|
|
'preheader' => 'In :days days — signing in once is enough to stop it.',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => 'there is no package on your CluPilot account and there never has been. We delete accounts without a package after a year, so that no unused data is left lying with us. For your account that happens in :days days.',
|
|
'how_to_keep' => 'If you would like to keep the account, simply sign in once — that starts the period again. An order does the same, of course.',
|
|
'action' => 'Sign in and keep the account',
|
|
'nothing_lost' => 'Nothing is lost but the login itself: there is no cloud, no file and no invoice on this account. You can register again at any time.',
|
|
];
|