summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pl/login
blob: b5ecce875700b5e36398ffc765f8248784a37572 (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
$self{texts} = {
  'Company'                     => 'Firma',
  'Continue'                    => 'Kontynuj',
  'Dataset is newer than version!' => 'Baza Danych jest nowsza niż wersja!',
  'Incorrect Dataset version!'  => 'Nieprawidłowa wersja Zbioru Danych',
  'Incorrect Password!'         => 'Nieprawidłowe Hasło',
  'Login'                       => 'Zarejestrój się',
  'Name'                        => 'Nazwa',
  'Password'                    => 'Hasło',
  'Upgrading to Version'        => 'Uaktualnienie do nowej wersji',
  'Version'                     => 'Wersja',
  'You did not enter a name!'   => 'Nie wstawiono nazwy!',
  'done'                        => 'wykonane',
  'is not a member!'            => 'Nie jest członkiem',
};

$self{subs} = {
  'login'                       => 'login',
  'login_screen'                => 'login_screen',
  'logout'                      => 'logout',
  'selectdataset'               => 'selectdataset',
  'zarejestrój_się'             => 'login',
};

1;