can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / dk / ca
1 $self{texts} = {
2   'Account'                     => 'Konto',
3   'Apr'                         => 'apr',
4   'April'                       => 'april',
5   'Aug'                         => 'aug',
6   'August'                      => 'august',
7   'Balance'                     => 'Balance',
8   'Chart of Accounts'           => 'Kontoplan',
9   'Credit'                      => 'Kredit',
10   'Date'                        => 'Dato',
11   'Debit'                       => 'Debet',
12   'Dec'                         => 'dec',
13   'December'                    => 'december',
14   'Description'                 => 'Beskrivelse',
15   'Feb'                         => 'feb',
16   'February'                    => 'februar',
17   'From'                        => 'Fra',
18   'GIFI'                        => 'GIFI',
19   'Include in Report'           => 'Inkludér i rapport',
20   'Jan'                         => 'jan',
21   'January'                     => 'januar',
22   'Jul'                         => 'jul',
23   'July'                        => 'juli',
24   'Jun'                         => 'jun',
25   'June'                        => 'juni',
26   'List Transactions'           => 'Vis bogføringer',
27   'Mar'                         => 'mar',
28   'March'                       => 'marts',
29   'May'                         => 'maj',
30   'May '                        => 'maj ',
31   'Nov'                         => 'nov',
32   'November'                    => 'november',
33   'Oct'                         => 'okt',
34   'October'                     => 'oktober',
35   'Reference'                   => 'Reference',
36   'Sep'                         => 'sep',
37   'September'                   => 'september',
38   'Subtotal'                    => 'Subtotal',
39   'To'                          => 'til',
40 };
41
42 $self{subs} = {
43   'ca_subtotal'                 => 'ca_subtotal',
44   'chart_of_accounts'           => 'chart_of_accounts',
45   'list'                        => 'list',
46   'list_transactions'           => 'list_transactions',
47   'vis_bogføringer'             => 'list_transactions',
48 };
49
50 1;