summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/rc
blob: 57ea0dafe4251a9267357cf0b36ba466917005d4 (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'                     => 'Tili',
  'Balance'                     => 'Tase',
  'Cleared Balance'             => 'Tarkistettu tase',
  'Continue'                    => 'Jatka',
  'Date'                        => 'Päiväys',
  'Deposit'                     => 'Rahatallennus',
  'Description'                 => 'Kuvaus',
  'Difference'                  => 'Ero',
  'Done'                        => 'Suoritettu!',
  'Exchangerate Difference'     => 'Vaihtokurssin ero',
  'From'                        => 'Alkaen',
  'Out of balance!'             => 'Ei tasapainossa',
  'Payment'                     => 'Maksu',
  'Reconciliation'              => 'Sovitus',
  'Select all'                  => 'Valitse kaikki',
  'Source'                      => 'Lähde',
  'Statement Balance'           => 'Tiliotteen tase',
  'To'                          => 'Hetkeen',
  'Update'                      => 'Päivitä',
};

$self{subs} = {
  'continue'                    => 'continue',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'reconciliation'              => 'reconciliation',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'jatka'                       => 'continue',
  'suoritettu!'                 => 'done',
  'valitse_kaikki'              => 'select_all',
  'päivitä'                     => 'update',
};

1;