$self{texts} = {
  'AP Transaction'              => 'Leverandrfaktura',
  'AP Transactions'             => 'Leverandrfakturaer',
  'Account'                     => 'Konto',
  'Add Accounts Payables Transaction' => 'Ny leverandrfaktura',
  'Address'                     => 'Adresse',
  'Amount'                      => 'Belp',
  'Amount Due'                  => 'Forfallent belp',
  'Apr'                         => 'apr',
  'April'                       => 'april',
  'Are you sure you want to delete Transaction' => 'Er du sikker p at du vil fjerne postering',
  'Aug'                         => 'aug',
  'August'                      => 'august',
  'Cannot delete transaction!'  => 'Kan ikke slette postering!',
  'Cannot post payment for a closed period!' => 'Kan ikke bokfre betaling for en avsluttet periode!',
  'Cannot post transaction for a closed period!' => 'Kan ikke bokfre postering for en avsluttet periode!',
  'Cannot post transaction!'    => 'Kan ikke bokfre postering!',
  'Closed'                      => 'Avsluttet',
  'Confirm!'                    => 'Bekreft!',
  'Continue'                    => 'Fortsett',
  'Currency'                    => 'Valuta',
  'Customer not on file!'       => 'Kunde ikke i database!',
  'Date'                        => 'Dato',
  'Date Paid'                   => 'Betalingsdato',
  'Dec'                         => 'des',
  'December'                    => 'desember',
  'Delete'                      => 'Fjern',
  'Due Date'                    => 'Forfallsdato',
  'Due Date missing!'           => 'Forfallsdato mangler!',
  'Edit Accounts Payables Transaction' => 'Redigr leverandrpostering',
  'Employee'                    => 'Ansatt',
  'Exch'                        => 'Vxl',
  'Exchangerate'                => 'Vekslingskurs',
  'Exchangerate for payment missing!' => 'Vekslingskurs for betaling mangler!',
  'Exchangerate missing!'       => 'Vekslingskurs mangler!',
  'Feb'                         => 'feb',
  'February'                    => 'februar',
  'From'                        => 'Fra',
  'ID'                          => 'ID',
  'Include in Report'           => 'Inkludr i rapport',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Fakturadato',
  'Invoice Date missing!'       => 'Fakturadato mangler!',
  'Invoice Number'              => 'Fakturanummer',
  'Invoice Number missing!'     => 'Fakturanummer mangler!',
  'Jan'                         => 'jan',
  'January'                     => 'januar',
  'Jul'                         => 'jul',
  'July'                        => 'juli',
  'Jun'                         => 'jun',
  'June'                        => 'juni',
  'Mar'                         => 'mar',
  'March'                       => 'mars',
  'May'                         => 'mai',
  'May '                        => 'mai ',
  'Notes'                       => 'Bemerkninger',
  'Nov'                         => 'nov',
  'November'                    => 'november',
  'Oct'                         => 'okt',
  'October'                     => 'oktober',
  'Open'                        => 'pne',
  'Order'                       => 'Ordre',
  'Order Number'                => 'Ordrenummer',
  'Paid'                        => 'Betalt',
  'Payment date missing!'       => 'Betalingsdato mangler!',
  'Payments'                    => 'Utbetaling',
  'Post'                        => 'Bokfr',
  'Post as new'                 => 'Bokfr som ny',
  'Select from one of the names below' => 'Velg fra et av navnene under',
  'Sep'                         => 'sep',
  'September'                   => 'september',
  'Source'                      => 'Bilag',
  'Subtotal'                    => 'Subtotal',
  'Tax'                         => 'Avgift/mva',
  'Tax Included'                => 'Inkl. avgifter og mva',
  'Total'                       => 'I alt',
  'Transaction deleted!'        => 'Postering slettet!',
  'Transaction posted!'         => 'Postering bokfrt!',
  'Update'                      => 'Oppdatr',
  'Vendor'                      => 'Leverandr',
  'Vendor Invoice'              => 'Vendor Invoice',
  'Vendor missing!'             => 'Leverandr mangler!',
  'Vendor not on file!'         => 'Leverandr er ikke i database!',
  'Yes'                         => 'Ja',
  'to'                          => 'til',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_subtotal'                 => 'ap_subtotal',
  'ap_transaction'              => 'ap_transaction',
  'ap_transactions'             => 'ap_transactions',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'yes'                         => 'yes',
  'leverandrfaktura'           => 'ap_transaction',
  'ny_leverandrfaktura'        => 'add_accounts_payables_transaction',
  'fortsett'                    => 'continue',
  'fjern'                       => 'delete',
  'redigr_leverandrpostering' => 'edit_accounts_payables_transaction',
  'bokfr'                      => 'post',
  'bokfr_som_ny'               => 'post_as_new',
  'oppdatr'                    => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'ja'                          => 'yes',
};

1;
