add some time-worked reporting
[freeside.git] / sql-ledger / locale / ct / cp
1 $self{texts} = {
2   'AP'                          => 'Despeses',
3   'AR'                          => 'Ingressos',
4   'Account'                     => 'Compta',
5   'Accounting Menu'             => 'Menú Comptable',
6   'Address'                     => 'Adreça',
7   'All'                         => 'Tots',
8   'Amount'                      => 'Total',
9   'Continue'                    => 'Continuar',
10   'Currency'                    => 'Moneda',
11   'Customer'                    => 'Client',
12   'Date'                        => 'Data',
13   'Description'                 => 'Descripció',
14   'Exchange Rate'               => 'Taxa de Canvi',
15   'Invoice'                     => 'Factura',
16   'Number'                      => 'Número',
17   'Payment'                     => 'Pagament',
18   'Screen'                      => 'Pantalla',
19   'Source'                      => 'Font',
20   'Vendor'                      => 'Proveïdor',
21 };
22
23 $self{subs} = {
24   'acc_menu'                    => 'acc_menu',
25   'add_transaction'             => 'add_transaction',
26   'ap_transaction'              => 'ap_transaction',
27   'ar_transaction'              => 'ar_transaction',
28   'check_form'                  => 'check_form',
29   'check_name'                  => 'check_name',
30   'check_project'               => 'check_project',
31   'continue'                    => 'continue',
32   'customer_details'            => 'customer_details',
33   'display'                     => 'display',
34   'form_footer'                 => 'form_footer',
35   'form_header'                 => 'form_header',
36   'gl_transaction'              => 'gl_transaction',
37   'list_invoices'               => 'list_invoices',
38   'menubar'                     => 'menubar',
39   'name_selected'               => 'name_selected',
40   'payment'                     => 'payment',
41   'post'                        => 'post',
42   'print'                       => 'print',
43   'project_selected'            => 'project_selected',
44   'sales_invoice_'              => 'sales_invoice_',
45   'section_menu'                => 'section_menu',
46   'select_name'                 => 'select_name',
47   'select_project'              => 'select_project',
48   'update'                      => 'update',
49   'vendor_details'              => 'vendor_details',
50   'vendor_invoice_'             => 'vendor_invoice_',
51   'continuar'                   => 'continue',
52   'post'                        => 'post',
53   'print'                       => 'print',
54   'update'                      => 'update',
55 };
56
57 1;