summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ee/rc
blob: af52fdeb4d82722d8a51e55a9ad038f106e040c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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;