1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | |
---|
24 | $lang['Installation'] = 'Instalacja'; |
---|
25 | $lang['Basic configuration'] = 'Podstawowa konfiguracja'; |
---|
26 | $lang['Default gallery language'] = 'Domyślny język galerii'; |
---|
27 | $lang['Database configuration'] = 'Konfiguracja bazy danych'; |
---|
28 | $lang['Admin configuration'] = 'Konfiguracja administratora'; |
---|
29 | $lang['Start Install'] = 'Rozpoczęcie instalacji'; |
---|
30 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'adres email musi być w postaci xxx@yyy.eee (np : jack@altern.org)'; |
---|
31 | |
---|
32 | $lang['Webmaster login'] = 'Logowanie Webmastera'; |
---|
33 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'To będzie wyświetlone dla odwiedzających i jest konieczne do celów administracyjnych '; |
---|
34 | |
---|
35 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Połączenie do serwera powiodło się, ale nie było możliwe połączenie do bazy danych'; |
---|
36 | $lang['Can\'t connect to server'] = 'Nie można połączyć się do serwera'; |
---|
37 | |
---|
38 | $lang['Host'] = 'MySQL host'; |
---|
39 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
40 | $lang['User'] = 'Użytkownik'; |
---|
41 | $lang['user login given by your host provider'] = 'login użytkownika dostarczona przez provider\'a'; |
---|
42 | $lang['Password'] = 'Hasło'; |
---|
43 | $lang['user password given by your host provider'] = 'hasło użytkownika dostarczona przez provider\'a'; |
---|
44 | $lang['Database name'] = 'Nazwa bazy danych'; |
---|
45 | $lang['also given by your host provider'] = 'także dostarczona przez provider\'a'; |
---|
46 | $lang['Database table prefix'] = 'Prefix tabel bazy danych'; |
---|
47 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'tabele w bazie danych będą miały taki prefix (ułatwia to zarządzanie tabelami)'; |
---|
48 | $lang['enter a login for webmaster'] = 'wprowadź nazwę użytkownika posiadającego uprawnienia Webmaster'; |
---|
49 | $lang['webmaster login can\'t contain characters \' or "'] = 'login nie może zawierać następujących znaków \' lub "'; |
---|
50 | $lang['please enter your password again'] = 'wprowadź hasło jeszcze raz'; |
---|
51 | $lang['Webmaster password'] = 'Hasło użytkownika Webmaster'; |
---|
52 | $lang['Keep it confidential, it enables you to access administration panel'] = 'Zachowaj hasło, umożliwia ono dostęp do panelu administracyjnego'; |
---|
53 | $lang['Password [confirm]'] = 'Hasło [potwierdź]'; |
---|
54 | $lang['verification'] = 'weryfikacja'; |
---|
55 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrzebujesz pomocy ? Zadaj pytanie na <a href="%s">Forum Piwigo</a>.'; |
---|
56 | $lang['Webmaster mail address'] = 'Adres email Webmaster\'a'; |
---|
57 | $lang['Visitors will be able to contact site administrator with this mail'] = 'Z jego pomocą odwiedzający będą mogli się skontaktować z administratorem strony'; |
---|
58 | |
---|
59 | $lang['PHP 5 is required'] = 'PHP 5 jest wymagane'; |
---|
60 | $lang['It appears your webhost is currently running PHP %s.'] = 'Twój serwer aktualnie używa PHP w wersji %s.'; |
---|
61 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo może spróbować przełączyć Twoją konfigurację do PHP 5 poprzez modyfikację pliku .htaccess.'; |
---|
62 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Możesz również zmienić tę konfigurację sam, a następnie uruchomić ponownie Piwigo.'; |
---|
63 | $lang['Try to configure PHP 5'] = 'Spróbuj skonfigurować PHP 5'; |
---|
64 | $lang['Sorry!'] = 'Niestety!'; |
---|
65 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nie mógł skonfigurować Twojego PHP 5.'; |
---|
66 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Możesz skontaktować się z działem wsparcia Twojego providera aby dowiedzieć się jak włączyć PHP 5.'; |
---|
67 | $lang['Hope to see you back soon.'] = 'Do zobaczenia wkrótce.'; |
---|
68 | //For 2.1.0 |
---|
69 | $lang['Database type'] = 'Typ bazy danych'; |
---|
70 | $lang['The type of database your piwigo data will be store in'] = 'Typ bazy danych Twojego Piwigo zostanie zapisany w'; |
---|
71 | $lang['Congratulations, Piwigo installation is completed'] = 'Gratulacje, instalacja Piwigo zakończona sukcesem'; |
---|
72 | $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Alternatywnym rozwiązaniem jest skopiować tekst z powyższego textbox i wkleić do pliku "local/config/database.inc.php" (Uwaga : database.inc.php musi zawierać to co jest w textbox i nie może zawierać znaków spacji oraz enter)'; |
---|
73 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'Nie powiodło się stworzenie pliku konfiguracyjnego local/config/database.inc.php.'; |
---|
74 | $lang['Download the config file'] = 'Pobierz plik konfiguracyjny'; |
---|
75 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Możesz pobrać plik konfiguracyjny i wgrać go do katalogu lokalnego/z konfiguracją.'; |
---|
76 | $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Wsparcie dla SQLite oraz PostgreSQL jest eksperymentalne.'; |
---|
77 | $lang['Learn more'] = 'Dowiedz się więcej'; |
---|
78 | ?> |
---|