can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / se / cp
1 $self{texts} = {
2   'Account'                     => 'Konto',
3   'Address'                     => 'Adress',
4   'Amount'                      => 'Belopp',
5   'Amount does not equal applied!' => 'Förfallet belopp stämmer ej med det tillagda',
6   'Amount missing!'             => 'Summa saknas',
7   'Applied'                     => 'Tillagt',
8   'Cannot post payment!'        => 'Kan inte lägga till betalning',
9   'Cannot process payment for a closed period!' => 'Kan inte processa betalning för en avslutad period',
10   'Check'                       => 'Check',
11   'Check printed!'              => 'Check utskriven',
12   'Check printing failed!'      => 'Utskrift av check misslyckades',
13   'Continue'                    => 'Fortsätt',
14   'Currency'                    => 'Valuta',
15   'Customer'                    => 'Kund',
16   'Customer not on file!'       => 'Kund finns ej',
17   'Date'                        => 'Datum',
18   'Date missing!'               => 'Datum saknas',
19   'Description'                 => 'Beskrivning',
20   'Due'                         => 'Förfallen',
21   'Exchangerate'                => 'Växlingskurs',
22   'From'                        => 'Från',
23   'Invoice'                     => 'Faktura',
24   'Invoices'                    => 'Fakturor',
25   'Nothing applied!'            => 'Ingenting lades till',
26   'Number'                      => 'Nummer',
27   'Paid in full'                => 'Slutbetalt',
28   'Payment'                     => 'Betalning',
29   'Payment posted!'             => 'Betalning postad',
30   'Post'                        => 'Lägg till',
31   'Print'                       => 'Skriv ut',
32   'Printer'                     => 'Skrivare',
33   'Project not on file!'        => 'Projekt finns ej',
34   'Receipt'                     => 'Kvitto',
35   'Reference'                   => 'Referens',
36   'Screen'                      => 'Skärm',
37   'Select from one of the names below' => 'Välj ett av namnen nedan',
38   'Select from one of the projects below' => 'Välj ett av projekten nedan',
39   'To'                          => 'Till',
40   'Update'                      => 'Uppdatera',
41   'Vendor'                      => 'Leverantör',
42   'Vendor not on file!'         => 'Leverantör finns ej',
43 };
44
45 $self{subs} = {
46   'add_transaction'             => 'add_transaction',
47   'ap_transaction'              => 'ap_transaction',
48   'ar_transaction'              => 'ar_transaction',
49   'check_form'                  => 'check_form',
50   'check_name'                  => 'check_name',
51   'check_project'               => 'check_project',
52   'continue'                    => 'continue',
53   'customer_details'            => 'customer_details',
54   'form_footer'                 => 'form_footer',
55   'form_header'                 => 'form_header',
56   'gl_transaction'              => 'gl_transaction',
57   'list_invoices'               => 'list_invoices',
58   'name_selected'               => 'name_selected',
59   'payment'                     => 'payment',
60   'post'                        => 'post',
61   'print'                       => 'print',
62   'project_selected'            => 'project_selected',
63   'purchase_invoice'            => 'purchase_invoice',
64   'sales_invoice'               => 'sales_invoice',
65   'select_name'                 => 'select_name',
66   'select_project'              => 'select_project',
67   'update'                      => 'update',
68   'vendor_details'              => 'vendor_details',
69   'fortsätt'                    => 'continue',
70   'lägg_till'                   => 'post',
71   'skriv_ut'                    => 'print',
72   'uppdatera'                   => 'update',
73 };
74
75 1;