diff options
Diffstat (limited to 'sql-ledger/locale/en_GB/rc')
-rw-r--r-- | sql-ledger/locale/en_GB/rc | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/sql-ledger/locale/en_GB/rc b/sql-ledger/locale/en_GB/rc index 952c378ec..a36388736 100644 --- a/sql-ledger/locale/en_GB/rc +++ b/sql-ledger/locale/en_GB/rc @@ -1,31 +1,16 @@ $self{texts} = { - 'Account' => 'Account', - 'Balance' => 'Balance', - 'Cleared Balance' => 'Cleared Balance', - 'Continue' => 'Continue', - 'Date' => 'Date', - 'Deposit' => 'Deposit', - 'Description' => 'Description', - 'Difference' => 'Difference', - 'Done' => 'Done', - 'Exchangerate Difference' => 'Exchangerate Difference', - 'From' => 'From', - 'Out of balance!' => 'Out of balance!', - 'Payment' => 'Payment', - 'Reconciliation' => 'Reconciliation', - 'Select all' => 'Select all', - 'Source' => 'Source', - 'Statement Balance' => 'Statement Balance', - 'Update' => 'Update', - 'to' => 'to', }; $self{subs} = { + 'acc_menu' => 'acc_menu', 'continue' => 'continue', + 'display' => 'display', 'display_form' => 'display_form', 'done' => 'done', 'get_payments' => 'get_payments', + 'menubar' => 'menubar', 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'update' => 'update', 'continue' => 'continue', |