summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ee/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/ee/rc')
-rw-r--r--sql-ledger/locale/ee/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/ee/rc b/sql-ledger/locale/ee/rc
new file mode 100644
index 0000000..af52fde
--- /dev/null
+++ b/sql-ledger/locale/ee/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Konto',
+ 'Balance' => 'Bilanss',
+ 'Cleared Balance' => 'Puhastatud bilanss',
+ 'Continue' => 'Edasi',
+ 'Date' => 'Kuupäev',
+ 'Deposit' => 'Tarnimata',
+ 'Description' => 'Selgitus',
+ 'Difference' => 'Vahe',
+ 'Done' => 'Teostatud',
+ 'Exchangerate Difference' => 'Valuutakursi muutus',
+ 'From' => 'Alates',
+ 'Out of balance!' => 'Bilanss ei klapi!',
+ 'Payment' => 'Maksed',
+ 'Reconciliation' => 'Tasaarveldused',
+ 'Select all' => 'Vali kõik',
+ 'Source' => 'Allikas',
+ 'Statement Balance' => 'Bilansiaruanne',
+ 'Update' => 'Uuenda',
+ 'to' => 'kuni',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'edasi' => 'continue',
+ 'teostatud' => 'done',
+ 'vali_kõik' => 'select_all',
+ 'uuenda' => 'update',
+};
+
+1;