add some time-worked reporting
[freeside.git] / sql-ledger / locale / ve / ca
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Apr'                         => 'Abr',
4   'April'                       => 'de abril',
5   'Aug'                         => 'Ago',
6   'August'                      => 'de agosto',
7   'Balance'                     => 'Balance',
8   'Chart of Accounts'           => 'Plan de Cuentas',
9   'Credit'                      => 'Crédito',
10   'Current'                     => 'Actual',
11   'Date'                        => 'Fecha',
12   'Debit'                       => 'Débito',
13   'Dec'                         => 'Dic',
14   'December'                    => 'de diciembre',
15   'Department'                  => 'Centro de Costos',
16   'Description'                 => 'Descripción',
17   'Feb'                         => 'Feb',
18   'February'                    => 'de febrero',
19   'From'                        => 'Desde',
20   'GIFI'                        => 'Código GIFI',
21   'Include in Report'           => 'Incluir en Informe',
22   'Jan'                         => 'Ene',
23   'January'                     => 'de enero',
24   'Jul'                         => 'Jul',
25   'July'                        => 'de julio',
26   'Jun'                         => 'Jun',
27   'June'                        => 'de junio',
28   'List Transactions'           => 'Mostrar Asientos',
29   'Mar'                         => 'Mar',
30   'March'                       => 'de marzo',
31   'May'                         => 'May',
32   'May '                        => 'de mayo',
33   'Month'                       => 'Mes',
34   'Nov'                         => 'Nov',
35   'November'                    => 'de noviembre',
36   'Oct'                         => 'Oct',
37   'October'                     => 'de octubre',
38   'Period'                      => 'Período',
39   'Project Number'              => 'Código de Proyecto',
40   'Quarter'                     => 'Trimestre',
41   'R'                           => 'R',
42   'Reference'                   => 'Referencia',
43   'Sep'                         => 'Sep',
44   'September'                   => 'de septiembre',
45   'Subtotal'                    => 'Subtotal',
46   'To'                          => 'Hasta',
47   'Year'                        => 'Año',
48 };
49
50 $self{subs} = {
51   'ca_subtotal'                 => 'ca_subtotal',
52   'chart_of_accounts'           => 'chart_of_accounts',
53   'list'                        => 'list',
54   'list_transactions'           => 'list_transactions',
55   'mostrar_asientos'            => 'list_transactions',
56 };
57
58 1;