CluPilotCloud/lang/en/order.php

36 lines
2.0 KiB
PHP

<?php
// Buy it yourself instead of asking for a quote. Prices are gross here, exactly
// as on the public sheet: somebody quoted 58,80 € out there must not read
// 49 € on the page with the button on it.
return [
'title' => 'Book a package',
'subtitle' => 'Pick your package. Once it is paid your cloud is built automatically — your credentials arrive by mail and there is nothing else for you to do.',
'terms_title' => 'Accept the terms',
'terms_label' => 'I have read and accept the :link.',
'terms_link' => 'terms and conditions',
'terms_why' => 'They regulate everything about this order: price, VAT, delivery, cancellation and your 14-day right of withdrawal. You are also expressly requesting that we begin at once — otherwise your cloud could not be built straight away. Withdraw within the period and you get the full amount back.',
'terms_first' => 'Please accept the terms above.',
'recommended' => 'Recommended',
'up_to' => 'up to :count',
'per_month' => '/month',
'incl_vat' => 'incl. :rate % VAT',
// For a verified EU business outside Austria: no VAT, and therefore no second
// figure beside it either. The net amount IS the price.
'reverse_charge' => 'no VAT — reverse charge, VAT payable by the recipient',
'net' => 'net',
'setup' => 'plus one-off setup :amount',
'storage' => 'Storage',
'traffic' => 'Traffic',
'seats' => 'Users',
'buy' => 'Buy now',
'terms' => 'Cancellable monthly. Payment runs through Stripe; card details never reach our servers. Our terms and privacy policy apply. Migrating data from an existing system is not part of the package — write to us, we will look at your situation and quote for it.',
'already_customer' => 'You already have a running package. Moving to a larger one is a change, not a second purchase — your data stays where it is.',
'to_billing' => 'Change package',
'no_catalogue' => 'The package list is not available right now. Please try again in a few minutes.',
];