33 lines
1.6 KiB
PHP
33 lines
1.6 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.',
|
|
|
|
'recommended' => 'Recommended',
|
|
'consent_title' => 'Immediate start — please confirm',
|
|
'consent_first' => 'Please confirm above first.',
|
|
'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.',
|
|
];
|