summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/rc
blob: 7e575848faeb6bafc8387332dfdfa97050c1108c (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'                     => 'Sąskaita',
  'Balance'                     => 'Balansas',
  'Cleared Balance'             => 'Baigiamasis balansas',
  'Continue'                    => 'Tęsti',
  'Date'                        => 'Data',
  'Deposit'                     => 'Depozitas',
  'Description'                 => 'Aprašymas',
  'Difference'                  => 'Skirtumas',
  'Done'                        => 'Įvykdyta',
  'Exchangerate Difference'     => 'Keitimo kurso skirtumas',
  'From'                        => 'Nuo',
  'Out of balance!'             => 'Nesubalansuota!',
  'Payment'                     => 'Mokėjimas',
  'Reconciliation'              => 'Sutaikinimas',
  'Select all'                  => 'Išrinkti viską',
  'Source'                      => 'Dokumentas',
  'Statement Balance'           => 'Balanso suvestinė',
  'Update'                      => 'Atnaujinti',
  'to'                          => 'iki',
};

$self{subs} = {
  'continue'                    => 'continue',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'reconciliation'              => 'reconciliation',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'tęsti'                       => 'continue',
  'Įvykdyta'                    => 'done',
  'išrinkti_viską'              => 'select_all',
  'atnaujinti'                  => 'update',
};

1;