Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -0,0 +1,14 @@
<?php
return [
'Activate free shipping: ' => 'Kostenlose Lieferung aktivieren: ',
'Can\'t read Config directory' => 'Config-Verzeichnis kann nicht gelesen werden',
'Can\'t read file' => 'Datei kann nicht gelesen werden',
'Can\'t write Config directory' => 'Config-Verzeichnis kann nicht beschrieben werden',
'Can\'t write file' => 'Datei kann nicht geschrieben werden',
'Colissimo delivery unavailable for the delivery country' => 'Eine Lieferung mit Colissimo ist für das Land nicht verfügbar',
'Colissimo delivery unavailable for this cart weight (%weight kg)' => 'Eine Lieferung mit Colissimo ist für Warenkörbe mit diesem Gewicht (%weight kg) nicht verfügbar',
'Modify status export after export' => 'Status der Bestellung nach dem Export ändern',
'colissimo expeditor export' => 'Colissimo expeditor export',
'select a valid status' => 'Wählen Sie einen gültigen Bestellungsstatus aus',
];