falls es jemand gebrauchen kann. Den ersten Teil der en/default.php haben wir schon übersetzt. Christian haben wir das auch zur Verfügung gestellt. Kommt bestimmt in der nächsten Version.
Also hier die Übersetzung nach bestem Wissen und Gewissen
Code:
/**
* Order button
*/
$GLOBALS['TL_LANG']['MSC']['confirmOrder'] = 'Order';
/**
* Notes at the products, in the cart etc
*/
$GLOBALS['TL_LANG']['iso_germanize']['vatCart']['gross'] = 'incl. VAT';
$GLOBALS['TL_LANG']['iso_germanize']['vatCart']['net'] = 'plus VAT';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['gross_shipping'] = 'incl. %sVAT plus <a>Shipping</a>';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['gross_noShipping'] = 'incl. %sMVAT, no shipping article';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['net_shipping'] = 'plus %sVAT plus <a>shipping</a>';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['net_noShipping'] = 'plus %sVAT, no shipping article';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['taxfree_shipping'] = 'plus <a>Shipping</a>';
$GLOBALS['TL_LANG']['iso_germanize']['priceNotes']['taxfree_noShipping'] = 'no shipping article';
$GLOBALS['TL_LANG']['iso_germanize']['notes']['nonEuGuest'] = 'The prices shown are incl. VAT irrespective of the country of delivery %s. In case of delivery within non-EU-Countries this will not be considered in the order form.';
$GLOBALS['TL_LANG']['iso_germanize']['notes']['nonEu'] = 'Will the shipping address be in a non EU-country %s the sale will not be taxed. Therefore no VAT will be charged.';
$GLOBALS['TL_LANG']['iso_germanize']['notes']['confirmedVatNo'] = 'VAT identification number %s is confirmed. The consignee corresponds to the address of delivery, therefore no VAT will be charged for the intra-community supply.';
$GLOBALS['TL_LANG']['iso_germanize']['notes']['unconfirmedVatNo'] = 'Unfortunately the VAT identification number %s is not confirmed yet. Therefore VAT will be charged irrespective of the country of delivery %s.';
$GLOBALS['TL_LANG']['iso_germanize']['notes']['noVatNo'] = 'The prices shown are including VAT, this is irrespective of the country of delivery %s. If you indicate a valid value added tax identification number within your order, there will not be charged any VAT accordingly an intra-community supply.';