summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cz/pw
blob: 10184a38f8a85817c94c6e567933433e1f6eaee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
$self{texts} = {
  'Continue'                    => 'Pokračování',
  'Password'                    => 'Heslo',
};

$self{subs} = {
  'getpassword'                 => 'getpassword',
  'pokračování'                 => 'continue',
};

1;