diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/en_GB/bp | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/en_GB/bp')
-rw-r--r-- | sql-ledger/locale/en_GB/bp | 36 |
1 files changed, 4 insertions, 32 deletions
diff --git a/sql-ledger/locale/en_GB/bp b/sql-ledger/locale/en_GB/bp index fa9e3475a..80869fbb1 100644 --- a/sql-ledger/locale/en_GB/bp +++ b/sql-ledger/locale/en_GB/bp @@ -1,47 +1,19 @@ $self{texts} = { - 'Account' => 'Account', - 'Are you sure you want to remove the marked entries from the queue?' => 'Are you sure you want to remove the marked entries from the queue?', - 'Cannot remove files!' => 'Cannot remove files!', 'Checks' => 'Cheques', - 'Confirm!' => 'Confirm!', - 'Continue' => 'Continue', 'Customer' => 'Debtor', - 'Date' => 'Date', - 'From' => 'From', - 'Invoice' => 'Invoice', - 'Invoice Number' => 'Invoice Number', - 'Marked entries printed!' => 'Marked entries printed!', - 'Order' => 'Order', - 'Order Number' => 'Order Number', - 'Packing Lists' => 'Packing Lists', - 'Print' => 'Print', - 'Printing ... ' => 'Printing ... ', - 'Purchase Orders' => 'Purchase Orders', - 'Quotation' => 'Quotation', - 'Quotation Number' => 'Quotation Number', - 'Quotations' => 'Quotations', - 'RFQs' => 'RFQs', - 'Receipts' => 'Receipts', - 'Reference' => 'Reference', - 'Remove' => 'Remove', - 'Removed spoolfiles!' => 'Removed spoolfiles!', - 'Removing marked entries from queue ...' => 'Removing marked entries from queue ...', - 'Sales Invoices' => 'Sales Invoices', - 'Sales Orders' => 'Sales Orders', - 'Select all' => 'Select all', - 'Spoolfile' => 'Spoolfile', - 'To' => 'To', 'Vendor' => 'Creditor', - 'Yes' => 'Yes', - 'done' => 'done', }; $self{subs} = { + 'acc_menu' => 'acc_menu', 'continue' => 'continue', + 'display' => 'display', 'list_spool' => 'list_spool', + 'menubar' => 'menubar', 'print' => 'print', 'remove' => 'remove', 'search' => 'search', + 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'yes' => 'yes', 'continue' => 'continue', |