From 528e620710cbb9dcb63feb6d02fb84c65bfdde69 Mon Sep 17 00:00:00 2001 From: tetragon Date: Mon, 23 Oct 2006 20:40:38 +0000 Subject: Switching the English translations to the new scheme git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@265 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/en_GB/ap | 70 --------------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100755 locale/en_GB/ap (limited to 'locale/en_GB/ap') diff --git a/locale/en_GB/ap b/locale/en_GB/ap deleted file mode 100755 index 3d10668b..00000000 --- a/locale/en_GB/ap +++ /dev/null @@ -1,70 +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!', - 'Customer not on file!' => 'Debtor not on file!', - 'Vendor' => 'Creditor', - 'Vendor missing!' => 'Creditor missing!', - 'Vendor not on file!' => 'Creditor not on file!', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_links' => 'create_links', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'payment_selected' => 'payment_selected', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_name' => 'select_name', - 'select_payment' => 'select_payment', - 'select_project' => 'select_project', - 'subtotal' => 'subtotal', - 'transactions' => 'transactions', - 'update' => 'update', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'purchase_transaction' => 'ap_transaction', - 'sales_transaction' => 'ar_transaction', -}; - -1; - -- cgit v1.2.3