diff options
Diffstat (limited to 'locale/en_GB/aa')
-rwxr-xr-x | locale/en_GB/aa | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/locale/en_GB/aa b/locale/en_GB/aa new file mode 100755 index 00000000..62110aa6 --- /dev/null +++ b/locale/en_GB/aa @@ -0,0 +1,37 @@ +$self{texts} = { + 'AP Transaction' => 'Purchase Transaction', + 'AP Transactions' => 'Purchase Transactions', + 'AR Transaction' => 'Sales Transaction', + 'AR Transactions' => 'Sales Transactions', + 'Check' => 'Cheque', + 'Customer' => 'Debtor', + 'Customer missing!' => 'Debtor missing!', + 'Vendor' => 'Creditor', + 'Vendor missing!' => 'Creditor missing!', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'create_links' => 'create_links', + 'delete' => 'delete', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'post' => 'post', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'subtotal' => 'subtotal', + 'transactions' => 'transactions', + 'update' => 'update', + 'yes' => 'yes', + 'purchase_transaction' => 'ap_transaction', + 'sales_transaction' => 'ar_transaction', +}; + +1; + |