<?php

/**
 * This Software is the property of Data Development and is protected
 * by copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license
 * is a violation of the license agreement and will be prosecuted by
 * civil and criminal law.
 * http://www.shopmodule.com
 *
 * @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
 * @author        D3 Data Development <support@shopmodule.com>
 * @link          http://www.oxidmodule.com
 */
$sLangName = "English";
$aLang     = array(
    'charset'                                            => 'utf-8',

    'D3_PDFDOCUMENTS_THANKYOU_1'                         => 'Many thanks for your purchase!',
    'D3_PDFDOCUMENTS_THANKYOU_2'                         => 'Your team from %1$s',

    'D3_PDFDOCUMENTS_GET_IN_CONTACT'                     => 'You can contact us as follows:',
    'D3_PDFDOCUMENTS_TELEFON'                            => 'Telephone: ',
    'D3_PDFDOCUMENTS_FAX'                                => 'Fax: ',
    'D3_PDFDOCUMENTS_EMAIL'                              => 'e-Mail: ',

    'D3_PDFDOCUMENTS_BANK_ACCOUNT'                       => 'Bank account:',
    'D3_PDFDOCUMENTS_BANK_ACCOUNTNR'                     => 'IBAN: ',
    'D3_PDFDOCUMENTS_BANK_BANKCODE_HEADER'               => 'BIC: ',

    'D3_PDFDOCUMENTS_ORDERBILLNR'                        => 'Invoice no.: ',
    'D3_PDFDOCUMENTS_CUSTOMERNR'                         => 'Customer no.: ',
    'D3_PDFDOCUMENTS_DATE'                               => 'Date: ',
    'D3_PDFDOCUMENTS_DATE_FORMAT'                        => '%Y-%m-%d',
    'D3_PDFDOCUMENTS_USTIDNR'                            => 'VAT ID no.: ',

    'D3_PDFDOCUMENTS_INVOICE'                            => 'Invoice',
    'D3_PDFDOCUMENTS_DELIVERYNOTE'                       => 'Deliverynote',
    'D3_PDFDOCUMENTS_ORDERNR'                            => 'Order no.: ',
    'D3_PDFDOCUMENTS_ORDER_FROM_AT'                      => 'Your order from %1$s at "%2$s"',

    'D3_PDFDOCUMENTS_AMOUNT'                             => 'Amount',
    'D3_PDFDOCUMENTS_DESCRIPTION'                        => 'Description',
    'D3_PDFDOCUMENTS_USTPERCENTAGE'                      => 'VAT %: ',
    'D3_PDFDOCUMENTS_UNITPRICE'                          => 'Unit Price',
    'D3_PDFDOCUMENTS_TOTALPRICE'                         => 'Total',

    'D3_PDFDOCUMENTS_ARTNR'                              => 'Item no.',

    'D3_PDFDOCUMENTS_SUMBRUTTO'                          => 'Total products (incl. tax)',
    'D3_PDFDOCUMENTS_DISCOUNT'                           => 'Discount',
    'D3_PDFDOCUMENTS_SUMNETTO'                           => 'Total products (excl. tax)',
    'D3_PDFDOCUMENTS_TAX'                                => 'plus VAT %1$s %% amount',
    'D3_PDFDOCUMENTS_DELIVERY'                           => 'Shipping costs (net)',
    'D3_PDFDOCUMENTS_TOTALSUMBRUT'                       => 'Total sum (gross)',

    'D3_PDFDOCUMENTS_USED_PAYMENTMETHOD'                 => 'Your chosen payment method: ',
    'D3_PDFDOCUMENTS_RECEIVED_PAYMENT'                   => 'We have received the invoice amount with thanks.',

    'D3_PDFDOCUMENTS_MANAGINGDIRECTOR'                   => 'managing director:',
    'D3_PDFDOCUMENTS_COURT'                              => 'local court ',
    'D3_PDFDOCUMENTS_HRBNR'                              => 'HRB ',
    'D3_PDFDOCUMENTS_USTID'                              => 'VAT ID: ',

    'D3_PDFDOCUMENTS_BANK_BANKCODE'                      => 'BIC-/SWIFT-Code: ',
);