$self{texts} = {
  'Address'                     => 'Adress',
  'Bcc'                         => 'Dold kopia',
  'Cc'                          => 'Kopia',
  'Continue'                    => 'Fortstt',
  'Customer Number'             => 'Kund nr',
  'Customer not on file!'       => 'Kund finns ej',
  'Date'                        => 'Datum',
  'Day(s)'                      => 'Dag(ar',
  'Delete Schedule'             => 'Ta bort schemalggning',
  'Description'                 => 'Beskrivning',
  'E-mail'                      => 'E-Post',
  'E-mail message'              => 'E-post meddelande',
  'Employee Number'             => 'Anstlld nr',
  'Every'                       => 'Varje',
  'For'                         => 'under',
  'Include Payment'             => 'Inkludera betalning',
  'Locked by'                   => 'Sprrad av',
  'Message'                     => 'Meddelande',
  'Month(s)'                    => 'Mnad(er)',
  'Next Date'                   => 'Nsta datum',
  'Number'                      => 'Nummer',
  'PDF'                         => 'PDF',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'Skriv ut',
  'Project not on file!'        => 'Projekt finns ej',
  'Recurring Transaction'       => 'terkommande transaktioner',
  'Reference'                   => 'Referens',
  'Remittance Voucher'          => 'Mottagar voucher',
  'Repeat'                      => 'Upprepa',
  'Save Schedule'               => 'Spara schemalggning',
  'Select from one of the names below' => 'Vlj ett av namnen nedan',
  'Select from one of the projects below' => 'Vlj ett av projekten nedan',
  'Startdate'                   => 'Startdatum',
  'Subject'                     => 'mne',
  'To'                          => 'Till',
  'Vendor Number'               => 'Leverantr nr',
  'Vendor not on file!'         => 'Leverantr finns ej',
  'Warning!'                    => 'Varning!',
  'Week(s)'                     => 'Vecka(or)',
  'Year(s)'                     => 'r',
  'You are posting an existing transaction!' => 'Du bokfr en redan bokfrd transaktion',
  'You are printing and posting an existing transaction!' => 'Du skriver ut och bokfr en redan bokfrd transaktion',
  'You are printing and saving an existing order' => 'Du skriver ut och sparar en redan sparad order',
  'You are printing and saving an existing quotation' => 'Du skriver ut och sparar en redan sparad offert',
  'You are saving an existing order' => 'Du sparar en redan sparad order',
  'You are saving an existing quotation' => 'Du sparar en redan sparad offert',
  'for'                         => 'under',
  'sent'                        => 'Skickad',
  'time(s)'                     => 'gng(er)',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'credit_invoice_'             => 'credit_invoice_',
  'debit_invoice_'              => 'debit_invoice_',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'islocked'                    => 'islocked',
  'name_selected'               => 'name_selected',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'vendor_invoice_'             => 'vendor_invoice_',
  'fortstt'                    => 'continue',
  'ta_bort_schemalggning'      => 'delete_schedule',
  'spara_schemalggning'        => 'save_schedule',
};

1;

