add some time-worked reporting
[freeside.git] / sql-ledger / locale / en_GB / ar
1 $self{texts} = {
2   'AR Transaction'              => 'Sales Transaction',
3   'AR Transactions'             => 'Sales Transactions',
4   'Check'                       => 'Cheque',
5   'Customer'                    => 'Debtor',
6   'Customer missing!'           => 'Debtor missing!',
7   'Customer not on file!'       => 'Debtor not on file!',
8   'Vendor not on file!'         => 'Creditor not on file!',
9 };
10
11 $self{subs} = {
12   'acc_menu'                    => 'acc_menu',
13   'add'                         => 'add',
14   'add_transaction'             => 'add_transaction',
15   'ap_transaction'              => 'ap_transaction',
16   'ar_subtotal'                 => 'ar_subtotal',
17   'ar_transaction'              => 'ar_transaction',
18   'ar_transactions'             => 'ar_transactions',
19   'check_name'                  => 'check_name',
20   'check_project'               => 'check_project',
21   'continue'                    => 'continue',
22   'create_links'                => 'create_links',
23   'customer_details'            => 'customer_details',
24   'delete'                      => 'delete',
25   'display'                     => 'display',
26   'display_form'                => 'display_form',
27   'edit'                        => 'edit',
28   'form_footer'                 => 'form_footer',
29   'form_header'                 => 'form_header',
30   'gl_transaction'              => 'gl_transaction',
31   'menubar'                     => 'menubar',
32   'name_selected'               => 'name_selected',
33   'payment_selected'            => 'payment_selected',
34   'post'                        => 'post',
35   'post_as_new'                 => 'post_as_new',
36   'print'                       => 'print',
37   'print_and_post'              => 'print_and_post',
38   'print_check'                 => 'print_check',
39   'print_options'               => 'print_options',
40   'print_receipt'               => 'print_receipt',
41   'print_transaction'           => 'print_transaction',
42   'project_selected'            => 'project_selected',
43   'sales_invoice_'              => 'sales_invoice_',
44   'search'                      => 'search',
45   'section_menu'                => 'section_menu',
46   'select_name'                 => 'select_name',
47   'select_payment'              => 'select_payment',
48   'select_project'              => 'select_project',
49   'update'                      => 'update',
50   'vendor_details'              => 'vendor_details',
51   'vendor_invoice_'             => 'vendor_invoice_',
52   'yes'                         => 'yes',
53   'sales_transaction'           => 'ar_transaction',
54   'continue'                    => 'continue',
55   'delete'                      => 'delete',
56   'post'                        => 'post',
57   'post_as_new'                 => 'post_as_new',
58   'print'                       => 'print',
59   'print_and_post'              => 'print_and_post',
60   'sales_invoice.'              => 'sales_invoice.',
61   'update'                      => 'update',
62   'yes'                         => 'yes',
63 };
64
65 1;