source: extensions/memories/language/pl_PL/plugin.lang.php @ 32251

Last change on this file since 32251 was 32251, checked in by TranslationTeam, 4 years ago

Update pl_PL, thanks to yareq

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang['yes'] = 'tak';
9$lang['Chosen date type'] = 'Wybierz typ daty';
10$lang['Display X photos from 1 year ago in the gallery or a album'] = 'Wyświetl X zdjęć z zeszłych lat w galerii lub albumie';
11$lang['Displays Memories from years ago'] = 'Wyświetl Wspomnienia z zeszłych lat';
12$lang['Maximal number photos for PWG Stuffs Block'] = 'Maksymalna liczba zdjęć w bloku PWG Stuffs';
13$lang['Memories'] = 'Wspomnienia';
14$lang['Number of years you want see'] = 'Ilość lat, które chcesz widzieć';
15$lang['Photos from'] = 'Zdjęcia z ';
16$lang['Show menu'] = 'Pokaż menu';
17$lang['Show other years in PWG Stuffs block'] = 'Pokaż inne lata w bloku PWG Stuffs';
18$lang['Show other years on plugin page'] = 'Pokaż inne lata na stronie wtyczki';
19$lang['block menu'] = 'osobne menu';
20$lang['link Specials/Explore menu'] = 'odsyłacz w menu Specjalne/Odkrywaj';
21$lang['link in blocks'] = 'odsyłacz do bloku';
22$lang['link position in menu'] = 'Pozycja odsyłacza w menu';
23$lang['link to memories page'] = 'odsyłacz do strony wspomnień';
24$lang['more photos'] = 'więcej zdjęć';
25$lang['no'] = 'nie';
26$lang['%d years ago'] = '%d lat temu';
27$lang['1 year ago'] = 'Rok temu';
28$lang['Available date'] = 'Data przesłania';
Note: See TracBrowser for help on using the repository browser.