source: extensions/oAuth/language/pl_PL/plugin.lang.php @ 26729

Last change on this file since 26729 was 26729, checked in by TranslationTeam, 10 years ago

[oauth] Update pl_PL, thanks to : K.S.

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Musisz skonfigurować poświadczenia';
24$lang['Or sign in with'] = 'Lub zaloguj się przy pomocy';
25$lang['Contacting <b>%s</b>. Please wait.'] = 'Komunikacja z <b>%s</b>. Proszę czekać.';
26$lang['You registered with a %s account, please sign in with the same account.'] = 'Zarejestrowałeś się przy pomocy konta %s, proszę się zalogować przy pomocy tego samego konta.';
27$lang['Logged with'] = 'Zalogowany przy pomocy';
28$lang['Sign in with %s'] = 'Zaloguj przy pomocy %s';
29$lang['Sorry, new registrations are blocked on this gallery.'] = 'Przepraszamy, rejestracja nowych użytkowników jest zablokowana.';
30$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Rozszerzenie PHP Curl jest wymagane';
31$lang['Display sign in buttons in the menubar'] = 'Wyświetl przyciski logowania na pasku menu';
32$lang['Display sign in buttons on the register page'] = 'Wyświetl przyciski logowania na stronie rejestracyjnej';
33$lang['Enabled'] = 'Włączone';
34$lang['Disabled'] = 'Wyłączone';
35$lang['Icon size on the identification page'] = 'Rozmiar ikony na stronie identyfikacyjnej';
36$lang['Icon size in the menubar'] = 'Rozmiar ikony na pasku menu';
37$lang['Profile URL'] = 'Adres profilu';
38$lang['Please enter your OpenID URL'] = 'Podaj swój adres OpenID';
39$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Rejestracja użytkowników jest wyłączona. Social Connect nie będzie działać prawidłowo.';
40$lang['Providers'] = 'Dostawcy';
41$lang['Please enter your username'] = 'Podaj swoją nazwę użytkownika';
42$lang['Your registration is almost done, please complete the registration form.'] = 'Twoja rejestracja jest prawie ukończona, prosze wypełnić formularz rejestracyjny.';
43$lang['%s: invalid keys'] = '%s: nieprawidłowe klucze';
44$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Wystąpił błąd, proszę skontaktować się z właścicielem galerii. <i>Kod błędu: %s</i>';
45$lang['Authentication canceled'] = 'Uwierzytelnianie anulowane';
46$lang['Error...'] = 'Błąd...';
47$lang['Loading...'] = 'Wczytywanie...';
48$lang['Cancel'] = 'Anuluj';
49$lang['Please enter your user ID'] = 'Podaj swój identyfikator użytkownika';
50$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Pozwól użytkownikom wiązać istniejące konto z nową tożsamością <i>Social Connect</i>';
51$lang['Associate with an existing account'] = 'Powiąż z istniejącym kontem';
52?>
Note: See TracBrowser for help on using the repository browser.