summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ve/ca
blob: 8de34b6b67da48cfe6922fc092c69b641ed88b94 (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'                     => 'Cuenta',
  'Apr'                         => 'abr',
  'April'                       => 'de abril',
  'Aug'                         => 'ago',
  'August'                      => 'de agosto',
  'Balance'                     => 'Balance',
  'Chart of Accounts'           => 'Plan de Cuentas',
  'Credit'                      => 'Crédito',
  'Date'                        => 'Fecha',
  'Debit'                       => 'Débito',
  'Dec'                         => 'dic',
  'December'                    => 'de diciembre',
  'Description'                 => 'Descripción',
  'Feb'                         => 'feb',
  'February'                    => 'de febrero',
  'From'                        => 'Desde',
  'GIFI'                        => 'GIFI',
  'Include in Report'           => 'Incluya en Reporte',
  'Jan'                         => 'ene',
  'January'                     => 'de enero',
  'Jul'                         => 'jul',
  'July'                        => 'de julio',
  'Jun'                         => 'jun',
  'June'                        => 'de junio',
  'List Transactions'           => 'Listar Transacciones',
  'Mar'                         => 'mar',
  'March'                       => 'de marzo',
  'May'                         => 'may',
  'May '                        => 'de mayo',
  'Nov'                         => 'nov',
  'November'                    => 'de noviembre',
  'Oct'                         => 'oct',
  'October'                     => 'de octubre',
  'Reference'                   => 'Referencia',
  'Sep'                         => 'sep',
  'September'                   => 'de septiembre',
  'Subtotal'                    => 'Subtotal',
  'to'                          => 'a',
};

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

1;