$self{texts} = {
  'Account'                     => 'Reikningur',
  'Address'                     => 'Heimilisfang',
  'Amount'                      => 'Upph',
  'Amount Due'                  => 'Eindagi',
  'Amount does not equal applied!' => 'Upph stemmir ekki!',
  'Amount missing!'             => 'Reikning vantar!',
  'Applied'                     => 'Uppfrt',
  'Cannot post payment!'        => 'Get ekki bka greislu',
  'Cannot process payment for a closed period!' => 'Get ekki mehndla greislu fyrir loka tmabil!',
  'Check'                       => 'vsun',
  'Check printed!'              => 'vsun prentu',
  'Check printing failed!'      => 'Villa vi prentun  vsun',
  'Continue'                    => 'fram',
  'Currency'                    => 'Gjaldmiill',
  'Customer'                    => 'Viskiptavinur',
  'Customer not on file!'       => 'Viskiptavinur ekki  skr!',
  'Date'                        => 'Dagsetning',
  'Date missing!'               => 'Dagsetningu vantar!',
  'Exchangerate'                => 'Vextir',
  'From'                        => 'Fr',
  'Invoice'                     => 'Slureikningur',
  'Invoices'                    => 'Slureikningar',
  'Nothing applied!'            => 'Ekkert bka!',
  'Paid in full'                => 'Greitt a fullu',
  'Payment'                     => 'Greislur',
  'Payment posted!'             => 'Greisla bku',
  'Post'                        => 'Bkfra',
  'Print'                       => 'Prenta',
  'Printer'                     => 'Prentari',
  'Receipt'                     => 'Kvittun',
  'Receipt printed!'            => 'Receipt printed!',
  'Receipt printing failed!'    => 'Receipt printing failed!',
  'Reference'                   => 'Fylgiskjal',
  'Screen'                      => 'Skj',
  'Select from one of the names below' => 'Velji einhva a neangreindum nfnum',
  'Update'                      => 'Uppfrsla',
  'Vendor'                      => 'Byrgir',
  'Vendor not on file!'         => 'Byrgir ekki til  gagnagrunni!',
  'to'                          => 'til',
};

$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',
  'fram'                       => 'continue',
  'bkfra'                     => 'post',
  'prenta'                      => 'print',
  'uppfrsla'                   => 'update',
};

1;
