summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/login
blob: 8a42d2acb717517c3cbdb767485ec9cb62ca14ff (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
$self{texts} = {
  'About'                       => 'Apie...',
  'Database Host'               => 'Duomenų bazės hostas',
  'Dataset'                     => 'Duomenų aibė',
  'Incorrect Dataset version!'  => 'Neteisinga duomenų aibės versija!',
  'Incorrect Password!'         => 'Neteisingas slaptažodis!',
  'Licensed to'                 => 'Licenzijuota...',
  'Login'                       => 'Prisijungimas',
  'Name'                        => 'Vardas',
  'Password'                    => 'Slaptažodis',
  'User'                        => 'Vartotojas',
  'Version'                     => 'Versija',
  'You are logged out!'         => 'Jūs išsijungėte!',
  'You did not enter a name!'   => 'Neįvedėte vardo!',
  'is not a member!'            => 'nėra narys!',
  'localhost'                   => 'lokalhostas',
};

$self{subs} = {
  'company_logo'                => 'company_logo',
  'login'                       => 'login',
  'login_screen'                => 'login_screen',
  'logout'                      => 'logout',
  'prisijungimas'               => 'login',
};

1;