summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/en_GB/ca
blob: ed5ddc227933f6e89553d0af5477623973537bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
$self{texts} = {
  'Account'                     => 'Account',
  'Apr'                         => 'Apr',
  'April'                       => 'April',
  'Aug'                         => 'Aug',
  'August'                      => 'August',
  'Balance'                     => 'Balance',
  'Chart of Accounts'           => 'Chart of Accounts',
  'Credit'                      => 'Credit',
  'Date'                        => 'Date',
  'Debit'                       => 'Debit',
  'Dec'                         => 'Dec',
  'December'                    => 'December',
  'Description'                 => 'Description',
  'Feb'                         => 'Feb',
  'February'                    => 'February',
  'From'                        => 'From',
  'GIFI'                        => 'GIFI',
  'Include in Report'           => 'Include in Report',
  'Jan'                         => 'Jan',
  'January'                     => 'January',
  'Jul'                         => 'Jul',
  'July'                        => 'July',
  'Jun'                         => 'Jun',
  'June'                        => 'June',
  'List Transactions'           => 'List Transactions',
  'Mar'                         => 'Mar',
  'March'                       => 'March',
  'May'                         => 'May',
  'May '                        => 'May ',
  'Nov'                         => 'Nov',
  'November'                    => 'November',
  'Oct'                         => 'Oct',
  'October'                     => 'October',
  'Reference'                   => 'Reference',
  'Sep'                         => 'Sep',
  'September'                   => 'September',
  'Subtotal'                    => 'Subtotal',
  'to'                          => 'to',
};

$self{subs} = {
  'ca_subtotal'                 => 'ca_subtotal',
  'chart_of_accounts'           => 'chart_of_accounts',
  'list'                        => 'list',
  'list_transactions'           => 'list_transactions',
  'list_transactions'           => 'list_transactions',
};

1;