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

$self{texts} = {
  'Account'                     => 'Konto',
  'Amount'                      => 'Betrag',
  'CSV'                         => 'CSV',
  'City'                        => 'Ort',
  'Company'                     => 'Firmenname',
  'Company Name'                => 'Firmenname',
  'Company Number'              => 'Firmennummer',
  'Continue'                    => 'Weiter',
  'Curr'                        => 'Whrung',
  'Currency'                    => 'Whrung',
  'Customer'                    => 'Kunde',
  'Customer Number'             => 'Kundennummer',
  'DCN'                         => 'DCN',
  'Date Paid'                   => 'Zahlungsdatum',
  'Delimiter'                   => 'Delimeter',
  'Description'                 => 'Beschreibung',
  'Due Date'                    => 'Flligkeitsdatum',
  'Exch'                        => 'Wkurs.',
  'Export Payments'             => 'Zahlungen exportieren',
  'File to Import'              => 'Importdatei',
  'Filename'                    => 'Dateiname',
  'Import File missing!'        => 'Importdatei nicht gefunden',
  'Import Payments'             => 'Zahlungen importieren',
  'Import Sales Invoices'       => 'Import Ausgangsrechnungen',
  'Include Header'              => 'Kopfzeile',
  'Include in Report'           => 'In Bericht aufnehmen',
  'Invoice'                     => 'Rechnung',
  'Invoice Date'                => 'Rechnungsdatum',
  'Invoice Number'              => 'Rechnungsnummer',
  'Mapfile'                     => 'Mapdatei',
  'Memo'                        => 'Notiz',
  'No'                          => 'Nein',
  'Paid'                        => 'Bezahlt',
  'Payment Method'              => 'Zahlungsweise',
  'Posting Invoice ...'         => 'Buchung Rechnung ...',
  'Posting Payment ...'         => 'Zahlung wird verbucht ...',
  'Posting failed!'             => 'Buchen fehlgeschlagen!',
  'Qty'                         => 'Menge',
  'Salesperson'                 => 'Verkufer',
  'Source'                      => 'Beleg',
  'Tab delimited file'          => 'Tab begrenzte Datei',
  'The following parts could not be found:' => 'Die folgenden Artikel konnten nicht gefunden werden:',
  'Total'                       => 'Total',
  'Total:'                      => 'Total:',
  'Type of File'                => 'Dateityp',
  'Unit'                        => 'Einheit',
  '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',
  'weiter'                      => 'continue',
  'zahlungen_exportieren'       => 'export_payments',
  'zahlungen_importieren'       => 'import_payments',
  'import_ausgangsrechnungen'   => 'import_sales_invoices',
};

1;

