File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/de/partials/pricingOverview.php
<?php
return [
'subtotal' => 'Zwischensumme',
'discount' => 'Rabatt',
'total_discount' => 'Gesamtrabatt',
'order_discount' => 'Rabatt auf Bestellung',
'included_in_total' => 'In der Gesamtsumme verrechnet',
'shipping' => 'Versandkosten',
'shipping_to' => 'Senden an',
'free_shipping' => 'Kostenloser Versand in :country<br /> ab <span class="inline-block">:price</span>',
'free_shipping_short' => 'Kostenloser ab',
'vat' => 'MwSt.',
'price_without_vat' => 'Preis ohne MwSt.',
'price_with_vat' => 'Inklusive MwSt.',
'price_with_vat_message' => 'Preis ist inklusive MwSt.',
'vat_reverse_charge' => 'MwSt. verlagert',
'vat_reverse_charge_warning' => 'Achtung: MwSt. verlagert.<br/>
MwSt.-Nummer: :vat',
'total' => 'Gesamtsumme',
'total_vat_included' => 'Gesamtsumme mit MwSt.',
'total_vat_excluded' => 'Gesamtsumme ohne MwSt.',
'excl_vat' => 'ohne MwSt',
'shipping_more_info' => 'Mehr Infos zu Versandkosten',
];