$self{texts} = {
  'Account'                     => 'Rekening',
  'Amount'                      => 'Bedrag',
  'CSV'                         => 'CSV',
  'City'                        => 'Stad',
  'Company'                     => 'Bedrijf',
  'Company Name'                => 'Bedrijfsnaam',
  'Company Number'              => 'Bedrijfsnummer KvK',
  'Continue'                    => 'Verder',
  'Curr'                        => 'Val.',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Klant',
  'Customer Number'             => 'Klantcode',
  'DCN'                         => 'DCN',
  'Date Paid'                   => 'Betaaldatum',
  'Delimiter'                   => 'Scheidingsteken',
  'Description'                 => 'Omschrijving',
  'Due Date'                    => 'Vervaldatum',
  'Exch'                        => 'Wissel',
  'Export Payments'             => 'Exporteer Betalingen',
  'File to Import'              => 'Importbestand',
  'Filename'                    => 'Bestandsnaam',
  'Import File missing!'        => 'Importbestand intbreekt!',
  'Import Payments'             => 'Importeer Betalingen',
  'Import Sales Invoices'       => 'Importeer Verkoopfacturen',
  'Include Header'              => 'Kopregel meenemen',
  'Include in Report'           => 'Toevoegen aan Uitvoer',
  'Invoice'                     => 'Factuur',
  'Invoice Date'                => 'Factuurdatum',
  'Invoice Number'              => 'Factuurcode',
  'Mapfile'                     => 'Mapfile',
  'Memo'                        => 'Memo',
  'No'                          => 'Nee',
  'Paid'                        => 'Betaald',
  'Payment Method'              => 'Betaalwijze',
  'Posting Invoice ...'         => 'Boeken factuur...',
  'Posting Payment ...'         => 'Boeken Betaling...',
  'Posting failed!'             => 'Inboeken mislukt',
  'Qty'                         => 'Aantal',
  'Salesperson'                 => 'Verkoper',
  'Source'                      => 'Herkomst',
  'Tab delimited file'          => 'Tab-gescheiden bestand',
  'The following parts could not be found:' => 'De volgende onderdelen konden niet worden gevonden:',
  'Total'                       => 'Totaal',
  'Total:'                      => 'Totaal',
  'Type of File'                => 'Bestandstype',
  'Unit'                        => 'Eenheid',
  'Yes'                         => 'Ja',
  'ok'                          => 'ok',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_payment'                  => 'im_payment',
  'im_sales_invoice'            => 'im_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  'verder'                      => 'continue',
  'exporteer_betalingen'        => 'export_payments',
  'importeer_betalingen'        => 'import_payments',
  'importeer_verkoopfacturen'   => 'import_sales_invoices',
};

1;

