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

Last change on this file since 21391 was 21391, checked in by TranslationTeam, 11 years ago

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

File size: 5.6 KB
RevLine 
[13141]1<?php
2// +-----------------------------------------------------------------------+
[16532]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// +-----------------------------------------------------------------------+
[15641]23$lang['Please check your email inbox to confirm your subscription.'] = 'Sprawdź skrzynką pocztową aby potwierdzić subskrypcje.';
24$lang['Invalid email adress, 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 subscribtion has been validated, thanks you.'] = 'Twoja subskrypcja została potwierdzona, dziękujemy.';
30$lang['Subscriptions of'] = 'Subskrypcje';
31$lang['Unsubscribe from all email notifications'] = 'Zakończ subskrypcję wszystkich powiadomień';
32$lang['You are not subscribed to any comment.'] = 'Nie subskrybowałeś żadnych komentarzy.';
33$lang['Return to item page'] = 'Powróć do listy elementów'; 
[16532]34$lang['%s has subscribed to comments on'] = '%s zasubskrybowało komentarze dla';
35$lang['Allow users to subscribe to global notifications'] = 'Pozwól użytkownikom ';
36$lang['Manage my subscriptions'] = 'Zarządzaj subskrypcjami';
37$lang['New comment on'] = 'Nowy komentarz do';
38$lang['New subscription on'] = 'Nowa subskrypcja do';
39$lang['Not found.'] = 'Nie znaleziono.';
40$lang['Subject'] = 'Temat';
41$lang['You requested to subscribe by email to comments on'] = 'Zażądałeś subskrypcji poprzez email na komentarze dla';
42$lang['all albums of the gallery'] = 'wszystkich albumów galerii';
43$lang['all pictures of the album <a href="%s">%s</a>'] = 'wszystkich zdjęć w albumie <a href="%s">%s</a>';
44$lang['all pictures of the gallery'] = 'wszystkich zdjęć galerii';
45$lang['all pictures of this album'] = 'wszystkich zdjęć tego albumu';
46$lang['comments on a picture'] = 'komentarzy do zdjęć';
47$lang['comments on all pictures of an album'] = 'komentarzy do wszystkich zdjęć z albumu';
48$lang['comments on an album'] = 'komentarzy do albumu';
49$lang['the album <a href="%s">%s</a>'] = 'album <a href="%s">%s</a>';
50$lang['the picture <a href="%s">%s</a>'] = 'zdjęcie <a href="%s">%s</a>';
51$lang['this album'] = 'ten album';
52$lang['this picture'] = 'to zdjęcie';
[17583]53$lang['Already validated.'] = 'Juz zatwierdzony.';
54$lang['Comments notifications'] = 'Powiadomienia o komentarzach';
55$lang['Confirm subscription'] = 'Potwierdź subskrypcję';
56$lang['Confirm your subscribtion to comments'] = 'Potwierdź Twoją subskrypcję dla komentarzy';
57$lang['Followed on'] = 'Podążając za';
58$lang['Notify administrators when a user take a new subscription'] = 'Powiadom administratorów gdy użytkownik się zapisuje';
59$lang['Subscribe to comments on'] = 'Subskrybuj komentarze na';
60$lang['Subscribe to mail notifications'] = 'Subskrybuj powiadomienia na maila';
61$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ść.';
62$lang['Validate'] = 'Waliduj';
63$lang['Want to edit your notifications options?'] = 'Czy chcesz edytować Twoje opcje powiadomień?';
64$lang['You are currently subscribed to comments on'] = 'Aktualnie subskrybujesz komentarze dla';
65$lang['You have been added to the list of subscribers.'] = 'Zostałe(a)ś dodany(a) do listy subskrybentów';
[21391]66$lang['%s has subscribed to comments on %s.'] = '%s zasubskrybował komentarze do %s.';
67$lang['Global subscriptions'] = 'Subskrypcje globalne';
68$lang['New comment on %s'] = 'Nowy komentarz do %s';
69$lang['New subscription on %s'] = 'Nowa subskrypcja %s';
70$lang['Stop receiving notifications'] = 'Przestań odbierać powiadomienia';
71$lang['Subscribe to comments on %s'] = 'Zasubskrybuj komentarze do %s';
72$lang['Subscriptions of %s'] = 'Subskrypcje %s';
73$lang['You are currently subscribed to comments on %s.'] = 'Już subskrybujesz komentarze do %s.';
74$lang['You requested to subscribe by email to comments on %s'] = 'Zleciłeś subskrypcję komentarzy do %s';
[13141]75?>
Note: See TracBrowser for help on using the repository browser.