import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / ee / rc
diff --git a/sql-ledger/old/sql-ledger/locale/ee/rc b/sql-ledger/old/sql-ledger/locale/ee/rc
new file mode 100644 (file)
index 0000000..af52fde
--- /dev/null
@@ -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;