add some time-worked reporting
[freeside.git] / sql-ledger / locale / en_GB / ap
1 $self{texts} = {
2   'AP Transaction'              => 'Purchase Transaction',
3   'AP Transactions'             => 'Purchase Transactions',
4   'Check'                       => 'Cheque',
5   'Customer not on file!'       => 'Debtor not on file!',
6   'Vendor'                      => 'Creditor',
7   'Vendor missing!'             => 'Creditor missing!',
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_subtotal'                 => 'ap_subtotal',
16   'ap_transaction'              => 'ap_transaction',
17   'ap_transactions'             => 'ap_transactions',
18   'ar_transaction'              => 'ar_transaction',
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   'purchase_transaction'        => 'ap_transaction',
54   'add_ap_transaction'          => 'add_ap_transaction',
55   'continue'                    => 'continue',
56   'delete'                      => 'delete',
57   'edit_ap_transaction'         => 'edit_ap_transaction',
58   'post'                        => 'post',
59   'post_as_new'                 => 'post_as_new',
60   'print'                       => 'print',
61   'print_and_post'              => 'print_and_post',
62   'update'                      => 'update',
63   'vendor_invoice.'             => 'vendor_invoice.',
64   'yes'                         => 'yes',
65 };
66
67 1;