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

Last change on this file since 13141 was 13141, checked in by ddtddt, 12 years ago

[extensions] - Subscribe_to_comments - add pl_PL - Polski - Polish - Thanks to kuba

File size: 3.5 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 inbox to confirm your subscription.'] = 'Sprawdź skrzynką pocztową aby potwierdzić subskrypcje.';
24 $lang['You have been added to the list of subscribers for this album.'] = 'Zostałeś dodany do listy subskrybentów tego albumu.';
25 $lang['You have been added to the list of subscribers for this picture.'] = 'Zostałeś dodany do listy subskrybentów tego zdjęcia.';
26 $lang['Invalid email adress, your are not subscribed to comments.'] = 'Niewłaściwy adres e-mail, nie zostałeś subskrybowany.';
27 $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Usunąłeś ten adres e-mail z listy subskrybentów.';
28 $lang['You are currently subscribed to comments.'] = 'Jesteś obecnie zasubskrybowany do komentarzy.';
29 $lang['Unsubscribe'] = 'Nie subskrybuj';
30 $lang['Subscribe'] = 'Subskrybuj';
31 $lang['Subscribe without commenting'] = 'Subskrybuj bez komentowania.';
32 $lang['Notify me of followup comments'] = 'Powiadamiaj o odpowiedziach.';
33 $lang['Invalid email adress.'] = 'Nieprawidłowy adres e-mail.';
34 $lang['Your subscribtion has been validated, thanks you.'] = 'Twoja subskrypcja została potwierdzona, dziękujemy.';
35 $lang['Nothing to validate.'] = 'Nie ma czego potwierdzać.';
36 $lang['Subscriptions of'] = 'Subskrypcje';
37 $lang['Unsubscribe from email notification'] = 'Zakończ subskrypcję powiadomień e-mail';
38 $lang['Only unsubscribe notifications for comments from:'] = 'Zakończ tylko subskrypcję powiadomień komentarzy od:';
39 $lang['Unsubscribe from all email notifications'] = 'Zakończ subskrypcję wszystkich powiadomień';
40 $lang['Manage my subscriptions to comments'] = 'Zarządzaj moimi subskrypcjami komentarzy';
41 $lang['Item'] = 'Element';
42 $lang['Date'] = 'Data';
43 $lang['You are not subscribed to any comment.'] = 'Nie subskrybowałeś żadnych komentarzy.';
44 $lang['Return to item page'] = 'Powróć do listy elementów'; 
45?>
Note: See TracBrowser for help on using the repository browser.