diff options
Diffstat (limited to 'locale/en_GB/aa')
-rwxr-xr-x | locale/en_GB/aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/locale/en_GB/aa b/locale/en_GB/aa deleted file mode 100755 index 62110aa6..00000000 --- a/locale/en_GB/aa +++ /dev/null @@ -1,37 +0,0 @@ -$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; - |