CluPilotCloud/lang/en/coming_soon.php

19 lines
613 B
PHP

<?php
return [
'title' => 'We are still building.',
'body' => 'CluPilot is not public yet. Managed Nextcloud from datacentres in the EU — operated, backed up, kept current.',
'contact' => 'Questions are welcome:',
'label' => 'Service status',
'state' => 'Being prepared',
// The three promises already made in the body text, set as their own line
// so the page has something to look at besides one paragraph.
'points' => [
'operated' => 'Operated',
'backed_up' => 'Backed up daily',
'current' => 'Kept current',
],
'write' => 'Write to us',
];