summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ct/ca
blob: 89a4023e904f987b38871637523e8f79a8b046d5 (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'                     => 'Compta',
  'Apr'                         => 'Abr',
  'April'                       => 'Abril',
  'Aug'                         => 'Ago',
  'August'                      => 'Agost',
  'Balance'                     => 'Balance',
  'Chart of Accounts'           => 'Taula de Comptes',
  'Credit'                      => 'Crèdit',
  'Date'                        => 'Data',
  'Debit'                       => 'Dèbit',
  'Dec'                         => 'Des',
  'December'                    => 'Desembre',
  'Description'                 => 'Descripció',
  'Feb'                         => 'Feb',
  'February'                    => 'Febrer',
  'From'                        => 'De',
  'GIFI'                        => 'GIFI',
  'Include in Report'           => 'Incloure en l\'Informe',
  'Jan'                         => 'Gen',
  'January'                     => 'Gener',
  'Jul'                         => 'Jul',
  'July'                        => 'Juliol',
  'Jun'                         => 'Jun',
  'June'                        => 'Juny',
  'List Transactions'           => 'Llistar Transaccions',
  'Mar'                         => 'Mar',
  'March'                       => 'Març',
  'May'                         => 'Mai',
  'May '                        => 'Maig',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembre',
  'Oct'                         => 'Oct',
  'October'                     => 'Octubre',
  'Reference'                   => 'Reference',
  'Sep'                         => 'Set',
  'September'                   => 'Setembre',
  'Subtotal'                    => 'Subtotal',
  'To'                          => 'Fins',
};

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

1;