CluPilotCloud/lang/en/delivery.php

18 lines
920 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
// How soon a package can be handed over, in the words a customer reads.
//
// Deliberately without a duration on the immediate branch: it is ready when it
// is ready, and the mail says so. The two to three working days on the other
// branch is a promise about buying and preparing a machine — that one is ours
// to keep.
return [
'immediate' => 'Delivered right away',
'scheduled' => 'Ready within 23 working days',
// The longer form, where there is room for a sentence: the customer's own
// overview while their instance is waiting for a machine.
'parked_title' => 'Your cloud is being prepared',
'parked_body' => 'Your order has arrived and is paid for. We are setting up a machine for it — that usually takes two to three working days. As soon as it is ready your cloud is built automatically and your credentials arrive by mail. There is nothing else for you to do.',
];