summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cz/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/cz/rc')
-rw-r--r--sql-ledger/locale/cz/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/cz/rc b/sql-ledger/locale/cz/rc
new file mode 100644
index 0000000..38999ec
--- /dev/null
+++ b/sql-ledger/locale/cz/rc
@@ -0,0 +1,37 @@
+$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;