44 lines
2.8 KiB
PHP
44 lines
2.8 KiB
PHP
<?php
|
|
|
|
return array (
|
|
'VAT' => 'VAT',
|
|
'add_shopping_cart' => 'add to Cart',
|
|
'all_price_plus_VAT_info' => 'All prices incl. statutory. VAT :link unless otherwise stated',
|
|
'application' => 'application',
|
|
'checkout_ssl_server' => 'You will be redirected to our checkout server, the connection is SSL encrypted.',
|
|
'delivery_time_1_3' => 'delivery time: 1-3 working days',
|
|
'description' => 'description',
|
|
'details' => 'details',
|
|
'excl_VAT_plus_shipping_costs' => 'excl. VAT plus shipping costs',
|
|
'free_shipping' => 'free shipping',
|
|
'free_shipping_at' => 'free shipping from :value €',
|
|
'free_shipping_costs_from' => 'free shipping from',
|
|
'incl' => 'Incl.',
|
|
'incl_VAT_plus_shipping_costs' => 'incl. VAT., excl. Shipping costs',
|
|
'ingredients' => 'ingredients',
|
|
'not_free_shipping' => 'not free shipping',
|
|
'only_missing_free_shipping_at' => 'All that\'s left is :value € for your free shipping.',
|
|
'only_missing_free_shipping_costs_from' => 'All that\'s left is :value € for your free shipping.',
|
|
'payment_method_creditcard' => 'credit card',
|
|
'payment_method_creditcard_copy' => 'The amount will be deducted from your credit card as soon as the order is submitted. The credit card process is processed via our payment service provider PAYONE.',
|
|
'payment_method_direct' => 'instant bank transfer',
|
|
'payment_method_direct_copy' => 'After successful verification, you will be redirected to PAYONE\'s secured payment page for SOFORT transfers to continue payment. After successful payment, please do not close the browser until you have been redirected back to the shop.',
|
|
'payment_method_paypal' => 'payment with Paypal',
|
|
'payment_method_paypal_copy' => 'After successful verification, you will be redirected to Paypal\'s secure payment page to continue payment. After successful payment, please do not close the browser until you have been redirected back to the shop.',
|
|
'payment_method_prepayment' => 'prepayment',
|
|
'payment_method_prepayment_copy' => 'After you have submitted the order, you will receive an email with the bank details to make the payment. After receipt of the amount, your goods will be shipped.',
|
|
'payment_method_sepa' => 'SEPA direct debit',
|
|
'payment_method_sepa_copy' => 'Your account will be charged for this one order after the order is submitted. The SEPA direct debit is processed via our payment service provider PAYONE.',
|
|
'payment_methods' => 'payment Methods',
|
|
'plus_shipping_cost' => 'plus shipping and handling',
|
|
'price_net' => 'prices net',
|
|
'product_details' => 'product details',
|
|
'shipping_cost' => 'shipping',
|
|
'shipping_methods_costs' => 'shipping methods & shipping costs',
|
|
'shopping_cart' => 'shopping cart',
|
|
'shopping_cart_sum' => 'shopping cart total',
|
|
'sum_net' => 'total net',
|
|
'to_checkout' => 'to checkout',
|
|
'to_product' => 'to the product',
|
|
'to_shopping_cart' => 'to the shopping cart',
|
|
);
|