invoicepdf_lang.php

Go to the documentation of this file.
00001 <?php
00002 
00003 /*
00004  * Capitalisation in this document:
00005  * First letter is always capitalized
00006  * All nouns are capitalized
00007  */
00008 $sLangName  = "English";
00009 
00010 // -------------------------------
00011 // RESOURCE IDENTIFIER = STRING
00012 // -------------------------------
00013 $aLang = array(
00014     'charset'                                   => 'ISO-8859-15',
00015     'ORDER_OVERVIEW_PDF_ALLPRICENETTO'          => 'Total Products (net)',
00016     'ORDER_OVERVIEW_PDF_ZZGLVAT'                => 'plus sales tax ',
00017     'ORDER_OVERVIEW_PDF_PERCENTSUM'             => '% Amount',
00018     'ORDER_OVERVIEW_PDF_ALLPRICEBRUTTO'         => 'Total Products (brutto)',
00019     'ORDER_OVERVIEW_PDF_DISCOUNT'               => 'Discount',
00020     'ORDER_OVERVIEW_PDF_VOUCHER'                => 'Coupon',
00021     'ORDER_OVERVIEW_PDF_SHIPCOST'               => 'Shipping & handling',
00022     'ORDER_OVERVIEW_PDF_NETTO'                  => '(netto)',
00023     'TOTAL_PLUS_PROPORTIONAL_VAT'               => 'plus VAT (proportionally calculated)',
00024     'ORDER_OVERVIEW_PDF_BRUTTO'                 => '(brutto)',
00025     'WRAPPING_COSTS'                            => 'Gift Wrapping',
00026     'GIFTCARD_COSTS'                            => 'Greeting Card',
00027     'ORDER_OVERVIEW_PDF_PAYMENTIMPACT'          => 'Additional Charge Payment Method',
00028     'ORDER_OVERVIEW_PDF_TSPROTECTION'           => 'Trusted Shops buyer protection',
00029     'ORDER_OVERVIEW_PDF_ALLSUM'                 => 'Grand Total (brutto)',
00030     'ORDER_OVERVIEW_PDF_SELPAYMENT'             => 'Payment Method: ',
00031     'ORDER_OVERVIEW_PDF_PAYUPTO'                => 'Billing till ',
00032     'ORDER_OVERVIEW_PDF_PHONE'                  => 'phone: ',
00033     'ORDER_OVERVIEW_PDF_FAX'                    => 'fax: ',
00034     'ORDER_OVERVIEW_PDF_ACCOUNTNR'              => 'Account No. (or IBAN): ',
00035     'ORDER_OVERVIEW_PDF_BANKCODE'               => 'Bank Code (or BIC): ',
00036     'ORDER_OVERVIEW_PDF_AMOUNT'                 => 'Quantity',
00037     'ORDER_OVERVIEW_PDF_ARTID'                  => 'Art.No.:',
00038     'ORDER_OVERVIEW_PDF_DESC'                   => 'Description',
00039     'ORDER_OVERVIEW_PDF_UNITPRICE'              => 'Unit Price',
00040     'ORDER_OVERVIEW_PDF_ALLPRICE'               => 'Total',
00041     'ORDER_OVERVIEW_PDF_DELIVERYADDRESS'        => 'Shipping Address',
00042     'ORDER_OVERVIEW_PDF_FILLONPAYMENT'          => 'Please always indicate for payments.',
00043     'ORDER_OVERVIEW_PDF_CUSTNR'                 => 'Customer number',
00044     'ORDER_OVERVIEW_PDF_TAXIDNR'                => 'Sales tax id:',
00045     'ORDER_OVERVIEW_PDF_COUNTNR'                => 'Invoice No:',
00046     'ORDER_OVERVIEW_PDF_STORNO'                 => 'CANCELLATION',
00047     'ORDER_OVERVIEW_PDF_PURCHASENR'             => 'Order No.',
00048     'ORDER_OVERVIEW_PDF_ORDERSFROM'             => 'Your Order ',
00049     'ORDER_OVERVIEW_PDF_ORDERSAT'               => ' in ',
00050     'ORDER_OVERVIEW_PDF_VAT'                    => 'Tax %',
00051     'ORDER_OVERVIEW_PDF_GREETINGS'              => 'Thank you for your order! Please visit us again and recommend!',
00052     'ORDER_OVERVIEW_PDF_DELIVNOTE'              => 'Delivery note nr.',
00053 );