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

$self{texts} = {
  'AP'                          => 'Ostureskontro',
  'AR'                          => 'Müügireskontro',
  'Account'                     => 'Konto',
  'Amount'                      => 'Summa',
  'BIC'                         => 'BIC (S.W.I.F.T)',
  'Bcc'                         => 'Bcc',
  'Business'                    => 'Ettevõte',
  'Cc'                          => 'Cc',
  'City'                        => 'Linn',
  'Company'                     => 'Ettevõte',
  'Company Name'                => 'Firma Nimi',
  'Continue'                    => 'Edasi',
  'Country'                     => 'Riik',
  'Credit Limit'                => 'Krediidilimiit',
  'Curr'                        => 'Val.',
  'Currency'                    => 'Valuuta',
  'Customer'                    => 'Klient',
  'Customer Number'             => 'Kliendi Number',
  'Date Paid'                   => 'Maksekuupäev',
  'Description'                 => 'Selgitus',
  'Discount'                    => 'Diskonto',
  'Due Date'                    => 'Maksetähtaeg',
  'E-mail'                      => 'E-post',
  'Enddate'                     => 'Lõputähtaeg',
  'Exch'                        => 'Kurss',
  'Fax'                         => 'Faks',
  'IBAN'                        => 'Pangaarve NR.',
  'Include in Report'           => 'Kaasa aruandesse',
  'Invoice'                     => 'Arve',
  'Invoice Date'                => 'Arve kuupäev',
  'Invoice Number'              => 'Arve number',
  'Language'                    => 'Keel',
  'Memo'                        => 'Memo',
  'Method'                      => 'Meetod',
  'Name'                        => 'Nimi',
  'Notes'                       => 'Märkused',
  'Order Date'                  => 'Tellimuse Kuupäev',
  'Order Number'                => 'Tellimuse Number',
  'Outstanding'                 => 'Tasumata nõuded',
  'Paid'                        => 'Makstud',
  'Payment'                     => 'Maksmine',
  'Phone'                       => 'Telefon',
  'Posting failed!'             => 'Saatmine ebaõnnestus',
  'Pricegroup'                  => 'Hinnagrupp',
  'Qty'                         => 'Kogus',
  'SIC'                         => 'Standardiseeritud Tööstuskood',
  'Salesperson'                 => 'Müügiesindaja',
  'Source'                      => 'Allikas',
  'Startdate'                   => 'Alguskuupäev',
  'State'                       => 'Riik',
  'Tax'                         => 'Maks',
  'Terms'                       => 'Tingimused',
  'Total'                       => 'Kokku',
  'Unit'                        => 'Komponent',
  'Updated'                     => 'Värskendatud',
  'Vendor'                      => 'Hankija',
  'Vendor Number'               => 'Tarnija Number',
};

$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',
  'edasi'                       => 'continue',
};

1;

