source: extensions/Subscribe_to_comments/language/pl_PL/plugin.lang.php @ 26384

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

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

File size: 5.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Please check your email in-box to confirm your subscription.'] = 'Sprawdź skrzynką pocztową aby potwierdzić subskrypcje.';
24$lang['Invalid email address, your are not subscribed to comments.'] = 'Niewłaściwy adres e-mail, nie zostałeś subskrybowany.';
25$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Usunąłeś ten adres e-mail z listy subskrybentów.';
26$lang['Unsubscribe'] = 'Nie subskrybuj';
27$lang['Subscribe'] = 'Subskrybuj';
28$lang['Notify me of followup comments'] = 'Powiadamiaj o odpowiedziach.';
29$lang['Your subscription has been validated, thanks you.'] = 'Twoja subskrypcja została potwierdzona, dziękujemy.';
30$lang['Unsubscribe from all email notifications'] = 'Zakończ subskrypcję wszystkich powiadomień';
31$lang['You are not subscribed to any comment.'] = 'Nie subskrybowałeś żadnych komentarzy.';
32$lang['Return to item page'] = 'Powróć do listy elementów'; 
33$lang['Allow users to subscribe to global notifications'] = 'Pozwól użytkownikom ';
34$lang['Manage my subscriptions'] = 'Zarządzaj subskrypcjami';
35$lang['Not found.'] = 'Nie znaleziono.';
36$lang['Subject'] = 'Temat';
37$lang['all albums of the gallery'] = 'wszystkich albumów galerii';
38$lang['all pictures of the album <a href="%s">%s</a>'] = 'wszystkich zdjęć w albumie <a href="%s">%s</a>';
39$lang['all pictures of the gallery'] = 'wszystkich zdjęć galerii';
40$lang['all pictures of this album'] = 'wszystkich zdjęć tego albumu';
41$lang['comments on a picture'] = 'komentarzy do zdjęć';
42$lang['comments on all pictures of an album'] = 'komentarzy do wszystkich zdjęć z albumu';
43$lang['comments on an album'] = 'komentarzy do albumu';
44$lang['the album <a href="%s">%s</a>'] = 'album <a href="%s">%s</a>';
45$lang['the picture <a href="%s">%s</a>'] = 'zdjęcie <a href="%s">%s</a>';
46$lang['this album'] = 'ten album';
47$lang['this picture'] = 'to zdjęcie';
48$lang['Already validated.'] = 'Juz zatwierdzony.';
49$lang['Comments notifications'] = 'Powiadomienia o komentarzach';
50$lang['Confirm subscription'] = 'Potwierdź subskrypcję';
51$lang['Confirm your subscription to comments'] = 'Potwierdź Twoją subskrypcję dla komentarzy';
52$lang['Followed on'] = 'Podążając za';
53$lang['Notify administrators when a user take a new subscription'] = 'Powiadom administratorów gdy użytkownik się zapisuje';
54$lang['Subscribe to mail notifications'] = 'Subskrybuj powiadomienia na maila';
55$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'W celu aktywacji, kliknij przycisk Potwierdź. Jeżeli wierzysz, że jest to błąd, po prostu zignoruj tę wiadomość.';
56$lang['Validate'] = 'Waliduj';
57$lang['Want to edit your notifications options?'] = 'Czy chcesz edytować Twoje opcje powiadomień?';
58$lang['You have been added to the list of subscribers.'] = 'Zostałe(a)ś dodany(a) do listy subskrybentów';
59$lang['%s has subscribed to comments on %s.'] = '%s zasubskrybował komentarze do %s.';
60$lang['Global subscriptions'] = 'Subskrypcje globalne';
61$lang['New comment on %s'] = 'Nowy komentarz do %s';
62$lang['New subscription on %s'] = 'Nowa subskrypcja %s';
63$lang['Stop receiving notifications'] = 'Przestań odbierać powiadomienia';
64$lang['Subscriptions of %s'] = 'Subskrypcje %s';
65$lang['You are currently subscribed to comments on %s.'] = 'Już subskrybujesz komentarze do %s.';
66$lang['You requested to subscribe by email to comments on %s.'] = 'Zleciłeś subskrypcję komentarzy do %s';
67$lang['&#9733; : registered users'] = '&#9733; : zarejestrowanych użytkowników';
68$lang['All album photos'] = 'Zdjęcia z całego albumu';
69$lang['First subscription'] = 'Pierwsza subskrypcja';
70$lang['Last subscription'] = 'Ostatnia subskrypcja';
71$lang['No result'] = 'Brak rezultatów';
72$lang['Apply action'] = 'Zastosuj akcję';
73$lang['Choose an action'] = 'Wybierz akcję';
74$lang['Subscribe without commenting'] = 'Zapisz bez komentowania';
75?>
Note: See TracBrowser for help on using the repository browser.