23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:35:23 +01:00
parent a939cd51ef
commit a8b395e20d
248 changed files with 29342 additions and 4805 deletions

View file

@ -1,6 +1,6 @@
<?php
return array (
return array(
'BIC' => 'BIC',
'IBAN' => 'IBAN',
'Mastercard' => 'Mastercard',
@ -115,8 +115,8 @@ return array (
'shoporder' => 'Store order',
'shoporder_pending' => 'Store order / pending',
'sofort_bank_transfer' => 'instant bank transfer',
'status' =>
array (
'status' =>
array(
'checkout_cancel' => 'payment process aborted',
'checkout_error' => 'payment process error',
'checkout_payment' => 'check out',
@ -141,4 +141,25 @@ return array (
'we_have_received_your_order_get_email' => 'We have received your order. You will shortly receive an order confirmation email from us.',
'your_mivita_team' => 'Your team from mivita.care',
'your_order_number_is' => 'Your order number is',
// Prepayment reference notices
'prepayment_important_notice' => 'Important notice regarding prepayment',
'prepayment_reference_notice' => 'IMPORTANT: Please use only the following number as payment reference:',
'prepayment_reference_only' => 'Only then can your payment be automatically assigned.',
'prepayment_bank_details' => 'Bank details for prepayment',
'prepayment_waiting_payment' => 'We are waiting for your payment. Once received, your order will be processed.',
'prepayment_txid' => 'Payment reference',
// DHL Packstation/Parcel Box
'packstation_delivery' => 'Delivery to Packstation/Parcel Box',
'packstation_info' => 'For delivery to a DHL Packstation or Parcel Box, we need your DHL post number.',
'dhl_postnumber' => 'DHL Post Number',
'packstation_address_hint' => 'Enter the Packstation number in the address field (e.g. "Packstation 145"). The postal code and city refer to the location of the Packstation.',
'packstation_alert_title' => 'Important: Packstation Delivery',
'packstation_alert_intro' => 'If you provide a DHL post number, the delivery address must be filled in as follows:',
'packstation_alert_street' => 'Packstation [3-digit number]',
'packstation_alert_street_example' => 'e.g. "Packstation 145" - NOT "12345"!',
'packstation_alert_location' => 'Location of the Packstation',
'packstation_alert_not_home' => 'not your home address!',
'packstation_alert_footer' => 'The Packstation NUMBER is 3-digits (100-999, on yellow sign). The DHL post number is 6-10 digits and goes in the separate field above.',
);