import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / se / gl
1 $self{texts} = {
2   'AP Transaction'              => 'Kredit verifikat',
3   'AR Transaction'              => 'Debet verifikat',
4   'Account'                     => 'Konto',
5   'Accounting Menu'             => 'Konto-meny',
6   'Add General Ledger Transaction' => 'Ny post i huvudbok',
7   'Address'                     => 'Adress',
8   'All'                         => 'Alla',
9   'Amount'                      => 'Belopp',
10   'Apr'                         => 'apr',
11   'April'                       => 'april',
12   'Are you sure you want to delete Transaction' => 'Är du säker på att du vill radera Transaktionen',
13   'Asset'                       => 'Tillgång',
14   'Aug'                         => 'aug',
15   'August'                      => 'augusti',
16   'Balance'                     => 'Balans',
17   'Cannot delete transaction!'  => 'Kan inte radera händelse',
18   'Cannot post transaction for a closed period!' => 'Kan inte bokföra för en stängd period',
19   'Cannot post transaction!'    => 'Kan inte lägga till händelsen',
20   'Confirm!'                    => 'Bekräfta',
21   'Continue'                    => 'Fortsätt',
22   'Credit'                      => 'Kredit',
23   'Current'                     => 'Nuvarande',
24   'Customer not on file!'       => 'Kund finns ej',
25   'Date'                        => 'Datum',
26   'Debit'                       => 'Debet',
27   'Dec'                         => 'dec',
28   'December'                    => 'december',
29   'Delete'                      => 'Radera',
30   'Description'                 => 'Beskrivning',
31   'Edit General Ledger Transaction' => 'Redigera en post i Huvudboken',
32   'Equity'                      => 'Eget kapital',
33   'Expense'                     => 'Utgift',
34   'Feb'                         => 'Feb',
35   'February'                    => 'Februari',
36   'From'                        => 'Från',
37   'GIFI'                        => 'GIFI',
38   'GL Transaction'              => 'GL händelse',
39   'General Ledger'              => 'Huvudbok',
40   'ID'                          => 'ID',
41   'Include in Report'           => 'Inkludera i rapport',
42   'Jan'                         => 'Jan',
43   'January'                     => 'Januari',
44   'Jul'                         => 'Jul',
45   'July'                        => 'Juli',
46   'Jun'                         => 'Jun',
47   'June'                        => 'Juni',
48   'Liability'                   => 'Skulder',
49   'Mar'                         => 'Mar',
50   'March'                       => 'Mars',
51   'May'                         => 'Maj',
52   'May '                        => 'Maj',
53   'Notes'                       => 'Anmärkningar',
54   'Nov'                         => 'Nov',
55   'November'                    => 'November',
56   'Number'                      => 'Nummer',
57   'Oct'                         => 'Okt',
58   'October'                     => 'Oktober',
59   'Post'                        => 'Lägg till',
60   'Post as new'                 => 'Lägg till som ny',
61   'Project'                     => 'Projekt',
62   'Project not on file!'        => 'Projekt finns ej',
63   'Reference'                   => 'Referens',
64   'Reference missing!'          => 'Referens saknas',
65   'Reports'                     => 'Rapporter',
66   'Select from one of the names below' => 'Välj ett av namnen nedan',
67   'Select from one of the projects below' => 'Välj ett av projekten nedan',
68   'Sep'                         => 'Sep',
69   'September'                   => 'September',
70   'Source'                      => 'Källa',
71   'Subtotal'                    => 'Subtotal',
72   'To'                          => 'Till',
73   'Transaction Date missing!'   => 'Transaktionsdatum saknas',
74   'Transaction deleted!'        => 'Transaktion raderad',
75   'Transaction posted!'         => 'Transaktion sparad',
76   'Update'                      => 'Uppdatera',
77   'Vendor not on file!'         => 'Leverantör finns ej',
78   'Yes'                         => 'Ja',
79 };
80
81 $self{subs} = {
82   'acc_menu'                    => 'acc_menu',
83   'add'                         => 'add',
84   'add_transaction'             => 'add_transaction',
85   'ap_transaction'              => 'ap_transaction',
86   'ar_transaction'              => 'ar_transaction',
87   'check_name'                  => 'check_name',
88   'check_project'               => 'check_project',
89   'continue'                    => 'continue',
90   'delete'                      => 'delete',
91   'display'                     => 'display',
92   'display_form'                => 'display_form',
93   'display_rows'                => 'display_rows',
94   'edit'                        => 'edit',
95   'form_footer'                 => 'form_footer',
96   'form_header'                 => 'form_header',
97   'generate_report'             => 'generate_report',
98   'gl_subtotal'                 => 'gl_subtotal',
99   'gl_transaction'              => 'gl_transaction',
100   'menubar'                     => 'menubar',
101   'name_selected'               => 'name_selected',
102   'post'                        => 'post',
103   'post_adjustment'             => 'post_adjustment',
104   'post_as_new'                 => 'post_as_new',
105   'project_selected'            => 'project_selected',
106   'sales_invoice_'              => 'sales_invoice_',
107   'search'                      => 'search',
108   'section_menu'                => 'section_menu',
109   'select_name'                 => 'select_name',
110   'select_project'              => 'select_project',
111   'update'                      => 'update',
112   'vendor_invoice_'             => 'vendor_invoice_',
113   'yes'                         => 'yes',
114   'kredit_verifikat'            => 'ap_transaction',
115   'debet_verifikat'             => 'ar_transaction',
116   'fortsätt'                    => 'continue',
117   'radera'                      => 'delete',
118   'gl_händelse'                 => 'gl_transaction',
119   'lägg_till'                   => 'post',
120   'lägg_till_som_ny'            => 'post_as_new',
121   'sales_invoice_'              => 'sales_invoice_',
122   'uppdatera'                   => 'update',
123   'vendor_invoice_'             => 'vendor_invoice_',
124   'ja'                          => 'yes',
125 };
126
127 1;