$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => 'Crediteuren',
  'AR'                          => 'Debiteuren',
  'Account'                     => 'Rekening',
  'Amount'                      => 'Bedrag',
  'BIC'                         => 'BIC',
  'Bcc'                         => 'Onzichtbare kopie aan',
  'Business'                    => 'Zaaktype',
  'Cc'                          => 'Kopie aan',
  'City'                        => 'Stad',
  'Company'                     => 'Bedrijf',
  'Company Name'                => 'Bedrijfsnaam',
  'Continue'                    => 'Verder',
  'Country'                     => 'Land',
  'Credit Limit'                => 'Kredietlimiet',
  'Curr'                        => 'Val.',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Klant',
  'Customer Number'             => 'Klantnummer',
  'Date Paid'                   => 'Betaaldatum',
  'Description'                 => 'Omschrijving',
  'Discount'                    => 'Korting',
  'Due Date'                    => 'Vervaldatum',
  'E-mail'                      => 'E-mail',
  'Enddate'                     => 'Einddatum',
  'Exch'                        => 'Wisselkoers',
  'Fax'                         => 'Fax',
  'IBAN'                        => 'IBAN',
  'Include in Report'           => 'Toevoegen aan Uitvoer',
  'Invoice'                     => 'Factuur',
  'Invoice Date'                => 'Factuurdatum',
  'Invoice Number'              => 'Factuurnummer',
  'Language'                    => 'Taal',
  'Memo'                        => 'Memo',
  'Method'                      => 'Methode',
  'Name'                        => 'Naam',
  'Notes'                       => 'Opmerkingen',
  'Order Date'                  => 'Orderdatum',
  'Order Number'                => 'Referentie',
  'Outstanding'                 => 'Openstaand',
  'Paid'                        => 'Betaald',
  'Payment'                     => 'Betaling',
  'Phone'                       => 'Tel.',
  'Pricegroup'                  => 'Prijsgroep',
  'Qty'                         => 'Aantal',
  'SIC'                         => 'SIC',
  'Salesperson'                 => 'Verkoper',
  'Source'                      => 'Herkomst',
  'Startdate'                   => 'Begindatum',
  'Tax'                         => 'Belasting',
  'Terms'                       => 'Termijn',
  'Total'                       => 'Totaal',
  'Unit'                        => 'Eenheid',
  'Updated'                     => 'Bijgewerkt',
  'Vendor'                      => 'Leverancier',
  'Vendor Number'               => 'Leveranciernummer',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  'verder'                      => 'continue',
};

1;

