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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
$self{charset} = 'UTF-8';
$self{texts} = {
'Access Control' => 'Kontrola Dostępu',
'Accounting' => 'Księgowość',
'Add User' => 'Dodaj Użytkownika',
'Administration' => 'Administracja',
'Administrator' => 'Administrator',
'All Datasets up to date!' => 'Zbiory Danych uzupełnione!',
'Cannot create Lock!' => 'Nie możesz stworzyć pliku blokującego!!',
'Change Admin Password' => 'Zmiana Hasła Administratora',
'Change Password' => 'Zmień Hasło',
'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' => 'Server',
'Hostname missing!' => 'Brak Nazwy Serwera',
'Language' => 'Język',
'Lock System' => 'Zablokuj System',
'Lockfile created!' => 'Plik blokujący utworzony!',
'Lockfile removed!' => 'Plik blokujący usunięty!',
'Login' => 'Zarejestrój się',
'Login name missing!' => 'Brak nazwy!',
'Logout' => 'Wyrejestrój się',
'Manager' => 'Kierownik',
'Menu Width' => 'Szerokość Menu',
'Multibyte Encoding' => 'Kodowanie Wielobajtowe',
'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',
'PgPP Database Administration' => 'Administracja Bazy Danych PgPP',
'Phone' => 'Tel.',
'Port' => 'Port',
'Port missing!' => 'Brak Portu',
'Printer' => 'Drukarka',
'Save' => 'Zapisz',
'Setup Templates' => 'Ustaw Szablony',
'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ą',
'Unlock System' => 'Unlock System',
'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',
'does not exist' => 'nie istnieje',
'is already a member!' => 'Jest już członkiem',
'localhost' => 'serwer lokalny',
'locked!' => 'zablokowane',
'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_config' => 'create_config',
'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',
'getpassword' => 'getpassword',
'list_users' => 'list_users',
'lock_system' => 'lock_system',
'login' => 'login',
'login_name' => 'login_name',
'logout' => 'logout',
'main_menu' => 'main_menu',
'oracle_database_administration' => 'oracle_database_administration',
'pg_database_administration' => 'pg_database_administration',
'pgpp_database_administration' => 'pgpp_database_administration',
'save' => 'save',
'unlock_system' => 'unlock_system',
'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',
'zablokuj_system' => 'lock_system',
'zarejestrój_się' => 'login',
'wyrejestrój_się' => 'logout',
'administracja_bazy_danych_oracle' => 'oracle_database_administration',
'administracja_bazy_danych_pg' => 'pg_database_administration',
'administracja_bazy_danych_pgpp' => 'pgpp_database_administration',
'zapisz' => 'save',
'unlock_system' => 'unlock_system',
'uzupełnij_zbiór_danych' => 'update_dataset',
};
1;
|