$self{texts} = {
  'AP'                          => 'Innkaupakerfi',
  'AR'                          => 'Slukerfi',
  'Account'                     => 'Reikningur',
  'Accounting Menu'             => 'Bkhalds valmynd',
  'Address'                     => 'Heimilisfang',
  'All'                         => 'Allt',
  'Amount'                      => 'Upph',
  'Amount Due'                  => 'Eindagi',
  'Cannot process payment for a closed period!' => 'Get ekki mehndla greislu fyrir loka tmabil!',
  'Continue'                    => 'fram',
  'Currency'                    => 'Gjaldmiill',
  'Customer'                    => 'Viskiptavinur',
  'Customer not on file!'       => 'Viskiptavinur ekki  skr!',
  'Date'                        => 'Dagsetning',
  'Date missing!'               => 'Dagsetningu vantar!',
  'Deposit'                     => 'Innlagt',
  'Description'                 => 'Skringar',
  'Exchange Rate'               => 'Vextir',
  'Exchange rate missing!'      => 'Vantar vexti!',
  'Invoice'                     => 'Slureikningur',
  'Invoices'                    => 'Slureikningar',
  'Number'                      => 'Nmer',
  'PDF'                         => 'PDF',
  'Payment'                     => 'Greislur',
  'Payment posted!'             => 'Greisla bku',
  'Post'                        => 'Bkfra',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'Prenta',
  'Project not on file!'        => 'Verkefni ekki  skr!',
  'Receipt'                     => 'Kvittun',
  'Screen'                      => 'Skj',
  'Select from one of the names below' => 'Velji einhva a neangreindum nfnum',
  'Select from one of the projects below' => 'Velji einhva a neangreindum verkefnum',
  'Source'                      => 'Frlag',
  'Update'                      => 'Uppfrsla',
  'Vendor'                      => 'Byrgir',
  'Vendor not on file!'         => 'Byrgir ekki til  gagnagrunni!',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'display'                     => 'display',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'project_selected'            => 'project_selected',
  'sales_invoice_'              => 'sales_invoice_',
  'section_menu'                => 'section_menu',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice_'             => 'vendor_invoice_',
  'fram'                       => 'continue',
  'bkfra'                     => 'post',
  'prenta'                      => 'print',
  'uppfrsla'                   => 'update',
};

1;
