17 lines
972 B
PHP
17 lines
972 B
PHP
<?php
|
|
|
|
return [
|
|
'subject' => 'Your cloud ends on :date',
|
|
'heading' => 'Time is running out',
|
|
'preheader' => 'Save what you need — from :date you can no longer get in.',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => 'Your contract ends on :date. From that point we withdraw the address of your cloud — you will no longer be able to reach your own files.',
|
|
'how_to_download' => 'Sign in to your cloud yourself before then and download whatever you want to keep.',
|
|
'action' => 'Go to my cloud',
|
|
// Says only what is true: the request is on record and somebody will get
|
|
// in touch. This sentence used to claim, in the present tense, that we
|
|
// were already preparing an export — there is none, it hangs on a storage
|
|
// server that does not exist yet.
|
|
'export_prepared' => 'We have noted your request for a data export — we will come back to you about it. Either way, please download whatever you want to keep yourself.',
|
|
];
|