$self{texts} = {
  'Account'                     => 'Konto',
  'Address'                     => 'Aadress',
  'Amount'                      => 'Summa',
  'Amount Due'                  => 'Tasumata',
  'Amount does not equal applied!' => 'Amount does not equal applied!',
  'Amount missing!'             => 'Summa puudub',
  'Applied'                     => 'Makstud',
  'Cannot post payment!'        => 'Makset ei saa salvestada',
  'Cannot process payment for a closed period!' => 'Suletud perioodi
makset ei saa
tdelda',
  'Check'                       => 'Tsekk',
  'Check printed!'              => 'Tsekk on trkitud',
  'Check printing failed!'      => 'Tseki trkkimine ebannestus',
  'Continue'                    => 'Edasi',
  'Currency'                    => 'Valuuta',
  'Customer'                    => 'Klient',
  'Customer not on file!'       => 'Klienti pole failis',
  'Date'                        => 'Kuupev',
  'Date missing!'               => 'Kuupev puudub!',
  'Exchangerate'                => 'Valuutakurss',
  'From'                        => 'Alates',
  'Invoice'                     => 'Arve',
  'Invoices'                    => 'Arved',
  'Nothing applied!'            => 'Midagi ei muudetud',
  'Paid in full'                => 'Tielikult tasutud',
  'Payment'                     => 'Maksed',
  'Payment posted!'             => 'Makse salvestatud',
  'Post'                        => 'Salvesta',
  'Print'                       => 'Trki',
  'Printer'                     => 'Printer',
  'Receipt'                     => 'Laekumised',
  'Receipt printed!'            => 'Tekk trkitud',
  'Receipt printing failed!'    => 'Teki trkkkimine ebannestus',
  'Reference'                   => 'Viide',
  'Screen'                      => 'Ekraan',
  'Select from one of the names below' => 'Vali ks alltoodud nimedest',
  'Update'                      => 'Uuenda',
  'Vendor'                      => 'Hankija',
  'Vendor not on file!'         => 'Hankijat pole failis!',
  'to'                          => 'kuni',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice'              => 'vendor_invoice',
  'edasi'                       => 'continue',
  'salvesta'                    => 'post',
  'trki'                       => 'print',
  'uuenda'                      => 'update',
};

1;
