diff options
Diffstat (limited to 'sql-ledger/locale/cz/rc')
-rw-r--r-- | sql-ledger/locale/cz/rc | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sql-ledger/locale/cz/rc b/sql-ledger/locale/cz/rc deleted file mode 100644 index 38999ec02..000000000 --- a/sql-ledger/locale/cz/rc +++ /dev/null @@ -1,37 +0,0 @@ -$self{texts} = { - 'Account' => 'Účet', - 'Balance' => 'Balance', - 'Cleared Balance' => 'Cleared Balance', - 'Continue' => 'Pokračování', - 'Date' => 'Datum', - 'Deposit' => 'Deposit', - 'Description' => 'Popis', - 'Difference' => 'Difference', - 'Done' => 'Done', - 'Exchangerate Difference' => 'Exchangerate Difference', - 'From' => 'z', - 'Out of balance!' => 'Out of balance!', - 'Payment' => 'Platba', - 'Reconciliation' => 'Reconciliation', - 'Select all' => 'Select all', - 'Source' => 'Zdroj', - 'Statement Balance' => 'Statement Balance', - 'To' => 'do', - 'Update' => 'Update', -}; - -$self{subs} = { - 'continue' => 'continue', - 'display_form' => 'display_form', - 'done' => 'done', - 'get_payments' => 'get_payments', - 'reconciliation' => 'reconciliation', - 'select_all' => 'select_all', - 'update' => 'update', - 'pokračování' => 'continue', - 'done' => 'done', - 'select_all' => 'select_all', - 'update' => 'update', -}; - -1; |