add some time-worked reporting
[freeside.git] / sql-ledger / locale / en_GB / arap
1 $self{texts} = {
2   'Customer not on file!'       => 'Debtor not on file!',
3   'Vendor not on file!'         => 'Creditor not on file!',
4 };
5
6 $self{subs} = {
7   'add_transaction'             => 'add_transaction',
8   'ap_transaction'              => 'ap_transaction',
9   'ar_transaction'              => 'ar_transaction',
10   'check_name'                  => 'check_name',
11   'check_project'               => 'check_project',
12   'continue'                    => 'continue',
13   'gl_transaction'              => 'gl_transaction',
14   'name_selected'               => 'name_selected',
15   'project_selected'            => 'project_selected',
16   'sales_invoice_'              => 'sales_invoice_',
17   'select_name'                 => 'select_name',
18   'select_project'              => 'select_project',
19   'vendor_invoice_'             => 'vendor_invoice_',
20   'continue'                    => 'continue',
21 };
22
23 1;