source: trunk/language/pl_PL/install.lang.php @ 5213

Last change on this file since 5213 was 5213, checked in by nikrou, 14 years ago

Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)

  • Property svn:eol-style set to LF
File size: 6.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2010 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
25
26$lang['Installation'] = "Instalacja";
27$lang['Basic configuration'] = "Podstawowa konfiguracja";
28$lang['Default gallery language'] = "Domyślny język galerii";
29$lang['Database configuration'] = "Konfiguracja bazy danych";
30$lang['Admin configuration'] = "Konfiguracja administratora";
31$lang['Start Install'] = "Rozpoczęcie instalacji";
32$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)";
33$lang['Webmaster login'] = "Logowanie Webmastera";
34$lang['It will be shown to the visitors. It is necessary for website administration'] = "To będize wyświetlone dla odwiedzających i jest konieczne do celów administracyjnych";
35$lang['Parameters are correct'] = "Parametry są poprawne";
36$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";
37$lang['Can\'t connect to server'] = "Nie można połączyć sie do serwera";
38$lang['The next step of the installation is now possible'] = "Teraz mozliwy jest następny krok instalacji";
39$lang['next step'] = "następny krok";
40$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Skopiuj tekst zaznaczony na różowo pomiędzy cudzysłowiami i wklej do pliku \"local/config/database.inc.php\"(Uwaga : database.inc.php musi zawierać tylko to co jest na różowo bez żadnych znaków końca linii czy spacji)";
41$lang['Database type'] = "Database type";
42$lang['The type of database your piwigo data will be store in'] = "The type of database your piwigo data will be store in";
43$lang['Host'] = "Host";
44$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
45$lang['User'] = "Uzytkownik";
46$lang['user login given by your host provider'] = "login użytkownika dostarczona przez provider'a";
47$lang['Password'] = "Hasło";
48$lang['user password given by your host provider'] = "hasło użytkownika dostarczona przez provider'a";
49$lang['Database name'] = "NAzwa bazy danych";
50$lang['also given by your host provider'] = "także dostarczona przez provider'a";
51$lang['Database table prefix'] = "Prefix tabel bazy danych";
52$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = "tabele w bazie dnaych będą miały taki prefix (ułatwia to zarządzanie tabelami)";
53$lang['enter a login for webmaster'] = "wprowadź nazwę użytkownika posiadającego uprawnienia Webmaster";
54$lang['webmaster login can\'t contain characters \' or "'] = "login nie może zawierać nastepujących znaków ' lub \"";
55$lang['please enter your password again'] = "wprowadź hasło jeszcze raz";
56$lang['Installation finished'] = "Instalacja zakończona";
57$lang['Webmaster password'] = "Hasło użytkownika Webmaster";
58$lang['Keep it confidential, it enables you to access administration panel'] = "Zachowaj hasło, umożliwia ono dostep do panelu administracyjnego";
59$lang['Password [confirm]'] = "Hasło [potwierdź]";
60$lang['verification'] = "weryfikacja";
61$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>.";
62$lang['The configuration of Piwigo is finished, here is the next step<br><br>
63* go to the identification page and use the login/password given for webmaster<br>
64* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'] = "Konfiguracja Piwigo została zakończona, następny krok to<br><br>
65* przejdź do strony logowania : [ <a href=\"identification.php\">logowanie</a> ] i wprowadź użytkownika/hasło będącego webmaster'em<br>
66* logowanie to umożliwi Ci dostęp do panelu administracyjnego oraz instrukcji jak umieszczaćzdjęcia w katalogach";
67$lang['Webmaster mail address'] = "Adres email Webmaster'a";
68$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";
69$lang['PHP 5 is required'] = "PHP 5 jest wymagane";
70$lang['It appears your webhost is currently running PHP %s.'] = "Twój serwer aktualnie używa PHP w wersji %s.";
71$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.";
72$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.";
73$lang['Try to configure PHP 5'] = "Spróbuj skonfigurować PHP 5";
74$lang['Sorry!'] = "Niestety!";
75$lang['Piwigo was not able to configure PHP 5.'] = "Piwigo nie mógł skonfigurować Twojego PHP 5.";
76$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.";
77$lang['Hope to see you back soon.'] = "Do zobaczenia wkrótce.";
78?>
Note: See TracBrowser for help on using the repository browser.