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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
$self{texts} = {
'Access Control' => 'Kontrola Dostępu',
'Accounting' => 'Księgowość',
'Add User' => 'Dodaj Użytkownika',
'Address' => 'Adres',
'Administration' => 'Administracja',
'Administrator' => 'Administrator',
'All Datasets up to date!' => 'Zbiory Danych uzupełnione!',
'Change Admin Password' => 'Zmiana Hasła Administratora',
'Change Password' => 'Zmień Hasło',
'Character Set' => 'Zestaw Znaków',
'Click on login name to edit!' => 'Kliknij nazwę użytkownika żeby dokonać zmian!',
'Company' => 'Firma',
'Connect to' => 'Podłącz do',
'Continue' => 'Kontynuj',
'Create Chart of Accounts' => 'Utwórz Wzór Kont',
'Create Dataset' => 'Utwórz Zbiór Danych',
'DBI not installed!' => 'Nie zainstalowane DBI!',
'Database' => 'Baza Danych',
'Database Administration' => 'Administracja Bazy Danych',
'Database Driver not checked!' => 'Sterownik Bazy Danych nie zaznaczony!',
'Database User missing!' => 'Brak Użytkownika Bazy Danych!',
'Dataset' => 'Zbiór Danych',
'Dataset missing!' => 'Brak Zbioru Danych',
'Dataset updated!' => 'Zbiór Danych uzupełniony!',
'Date Format' => 'Format Daty',
'Delete' => 'Usuń',
'Delete Dataset' => 'Usuń Zbior Danych',
'Directory' => 'Katalog',
'Driver' => 'Sterownik',
'Dropdown Limit' => 'Limit Rozwinięcia',
'E-mail' => 'E-mail',
'Edit User' => 'Zmiany Użytkownika',
'Existing Datasets' => 'Istniejący Zbiór Danych',
'Fax' => 'Fax',
'Host' => 'Host',
'Hostname missing!' => 'Brak Nazwy Hosta',
'Incorrect Password!' => 'Nieprawidłowe Hasło',
'Language' => 'Język',
'Leave host and port field empty unless you want to make a remote connection.' => 'Opuść pole węzła i portu, chyba że chcesz mieć zdalne połączenie',
'Login' => 'Zarejestrój się',
'Name' => 'Nazwa',
'New Templates' => 'Nowe Szablony',
'No Database Drivers available!' => 'Sterownik Bazy Danych jest niedostępny',
'No Dataset selected!' => 'Nie jest zaznaczony Zbiór Danych',
'Nothing to delete!' => 'Niema nic do usunięcia!',
'Number Format' => 'Format Numeru',
'Oracle Database Administration' => 'Administracja Bazy Danych Oracle',
'Password' => 'Hasło',
'Password changed!' => 'Hasło zmienione',
'Pg Database Administration' => 'Administracja Bazy Danych Pg',
'Phone' => 'Tel.',
'Port' => 'Port',
'Port missing!' => 'Brak Portu',
'Printer' => 'Drukarka',
'Save' => 'Zapisz',
'Select a Dataset to delete and press "Continue"' => 'Wybierz Zbiór Danych do usunięcia i naciśnij "Kontynuj"',
'Setup Templates' => 'Ustaw Szablony',
'Ship via' => 'Wyślij przez',
'Signature' => 'Podpis',
'Stylesheet' => 'Strona Stylowa',
'Templates' => 'Szablony',
'The following Datasets are not in use and can be deleted' => 'Te Zbiory Danych są nieużywane i można je usunąć',
'The following Datasets need to be updated' => 'Zbiory Danych do uzupełnienia',
'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Jest to wstępne sprawdzenie istniejących żródeł. Narazie nic nie będzie utworzone lub usunięte.',
'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Żeby dodać do grupy użytkownika zmień nazwę, nazwę zarejestrowania i zapisz. Nowy użytkownik z tymi samymi zmiennymi wartościami będzie zapisany pod nową nazwą rejestrującą',
'Update Dataset' => 'Uzupełnij Zbiór Danych',
'Use Templates' => 'Użyj Szablony',
'User' => 'Użytkownik',
'User deleted!' => 'Użytkownik usunięty',
'User saved!' => 'Użytkownik zapisany',
'Version' => 'Wersja',
'You must enter a host and port for local and remote connections!' => 'Wstaw węzeł i port dla lokalnego i zdalnego połączenia',
'does not exist' => 'nie istnieje',
'is already a member!' => 'Jest już członkiem',
'localhost' => 'host lokalny',
'successfully created!' => 'stworzone z powodzeniem',
'successfully deleted!' => 'usunięte z powodzeniem',
'website' => 'witryna WWW',
};
$self{subs} = {
'add_user' => 'add_user',
'adminlogin' => 'adminlogin',
'change_admin_password' => 'change_admin_password',
'change_password' => 'change_password',
'check_password' => 'check_password',
'continue' => 'continue',
'create_dataset' => 'create_dataset',
'dbcreate' => 'dbcreate',
'dbdelete' => 'dbdelete',
'dbdriver_defaults' => 'dbdriver_defaults',
'dbselect_source' => 'dbselect_source',
'dbupdate' => 'dbupdate',
'delete' => 'delete',
'delete_dataset' => 'delete_dataset',
'edit' => 'edit',
'form_footer' => 'form_footer',
'form_header' => 'form_header',
'get_value' => 'get_value',
'list_users' => 'list_users',
'login' => 'login',
'login_name' => 'login_name',
'oracle_database_administration' => 'oracle_database_administration',
'pg_database_administration' => 'pg_database_administration',
'save' => 'save',
'update_dataset' => 'update_dataset',
'dodaj_użytkownika' => 'add_user',
'zmiana_hasła_administratora' => 'change_admin_password',
'zmień_hasło' => 'change_password',
'kontynuj' => 'continue',
'utwórz_zbiór_danych' => 'create_dataset',
'usuń' => 'delete',
'usuń_zbior_danych' => 'delete_dataset',
'zarejestrój_się' => 'login',
'administracja_bazy_danych_oracle' => 'oracle_database_administration',
'administracja_bazy_danych_pg' => 'pg_database_administration',
'zapisz' => 'save',
'uzupełnij_zbiór_danych' => 'update_dataset',
};
1;
|