16 lines
496 B
PHP
16 lines
496 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Backups',
|
|
'subtitle' => 'Automatic, encrypted backups of your cloud.',
|
|
'schedule' => 'daily 03:00',
|
|
'size_trend' => 'Backup size (14 days)',
|
|
'col_when' => 'When',
|
|
'col_size' => 'Size',
|
|
'col_status' => 'Status',
|
|
'ok' => 'Successful',
|
|
'restore' => 'Restore',
|
|
'note' => 'Client-side encrypted, stored separately. Last restore test: :date — successful.',
|
|
'restore_toast' => 'Restore: we will get back to you within 1 hr.',
|
|
];
|