add some time-worked reporting
[freeside.git] / sql-ledger / locale / se / cp
1 $self{texts} = {
2   'AP'                          => 'Kredit',
3   'AR'                          => 'Debet',
4   'Account'                     => 'Konto',
5   'Accounting Menu'             => 'Konto-meny',
6   'Address'                     => 'Adress',
7   'All'                         => 'Alla',
8   'Amount'                      => 'Belopp',
9   'Amount Due'                  => 'Belopp förfallet',
10   'Cannot process payment for a closed period!' => 'Kan inte processa betalning för en avslutad period',
11   'Continue'                    => 'Fortsätt',
12   'Currency'                    => 'Valuta',
13   'Customer'                    => 'Kund',
14   'Customer not on file!'       => 'Kund finns ej',
15   'Date'                        => 'Datum',
16   'Date missing!'               => 'Datum saknas',
17   'Deposit'                     => 'Säkerhet',
18   'Description'                 => 'Beskrivning',
19   'Exchange Rate'               => 'Växlingskurs',
20   'Exchange rate missing!'      => 'Växelkurs saknas',
21   'Invoice'                     => 'Faktura',
22   'Invoices'                    => 'Fakturor',
23   'Number'                      => 'Nummer',
24   'PDF'                         => 'PDF',
25   'Payment'                     => 'Betalning',
26   'Payment posted!'             => 'Betalning postad',
27   'Post'                        => 'Lägg till',
28   'Postscript'                  => 'Postscript',
29   'Print'                       => 'Skriv ut',
30   'Project not on file!'        => 'Projekt finns ej',
31   'Receipt'                     => 'Kvitto',
32   'Screen'                      => 'Skärm',
33   'Select from one of the names below' => 'Välj ett av namnen nedan',
34   'Select from one of the projects below' => 'Välj ett av projekten nedan',
35   'Source'                      => 'Källa',
36   'Update'                      => 'Uppdatera',
37   'Vendor'                      => 'Leverantör',
38   'Vendor not on file!'         => 'Leverantör finns ej',
39 };
40
41 $self{subs} = {
42   'acc_menu'                    => 'acc_menu',
43   'add_transaction'             => 'add_transaction',
44   'ap_transaction'              => 'ap_transaction',
45   'ar_transaction'              => 'ar_transaction',
46   'check_form'                  => 'check_form',
47   'check_name'                  => 'check_name',
48   'check_project'               => 'check_project',
49   'continue'                    => 'continue',
50   'customer_details'            => 'customer_details',
51   'display'                     => 'display',
52   'form_footer'                 => 'form_footer',
53   'form_header'                 => 'form_header',
54   'gl_transaction'              => 'gl_transaction',
55   'list_invoices'               => 'list_invoices',
56   'menubar'                     => 'menubar',
57   'name_selected'               => 'name_selected',
58   'payment'                     => 'payment',
59   'post'                        => 'post',
60   'print'                       => 'print',
61   'project_selected'            => 'project_selected',
62   'sales_invoice_'              => 'sales_invoice_',
63   'section_menu'                => 'section_menu',
64   'select_name'                 => 'select_name',
65   'select_project'              => 'select_project',
66   'update'                      => 'update',
67   'vendor_details'              => 'vendor_details',
68   'vendor_invoice_'             => 'vendor_invoice_',
69   'fortsätt'                    => 'continue',
70   'lägg_till'                   => 'post',
71   'skriv_ut'                    => 'print',
72   'uppdatera'                   => 'update',
73 };
74
75 1;