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['Delete deprecated only'] = 'Usuń tylko nieaktualne'; |
---|
9 | $lang['status-deprecated'] = 'nieaktualne'; |
---|
10 | $lang['Delete all'] = 'Usuń wszystkie'; |
---|
11 | $lang[' times viewed in <span></span> seconds'] = 'razy wyświetlone w <span></span> sekund'; |
---|
12 | $lang[' different pages viewed in'] = 'różne strony przeglądane w'; |
---|
13 | $lang['IP already allowed'] = 'IP jest już dozwolony'; |
---|
14 | $lang['IP banned if '] = 'IP zablokowany jeżeli'; |
---|
15 | $lang['IP banned if same page viewed '] = 'Zablokuj IP jeśli wyświetlono tę samą stronę'; |
---|
16 | $lang['If yes, apply antiaspi only on picture page'] = 'Jeżeli tak, zastosuj antiaspi tylko na stronie zdjęć'; |
---|
17 | $lang['Whitelist (allowed ip addresses)'] = 'Biała lista (dozwolone adresy IP)'; |
---|
18 | $lang['only picture'] = 'tylko zdjęcie'; |
---|
19 | $lang['status-active'] = 'aktywne'; |
---|
20 | $lang['If yes, don\'t ban registered users'] = 'Jeżeli tak, nie blokuj zarejestrowanych użytkowników'; |
---|
21 | $lang['only guest'] = 'tylko gość'; |
---|
22 | $lang['IP addresses'] = 'Adresy IP'; |
---|
23 | $lang['Add allowed IP'] = 'Dodaj dozwolone IP'; |
---|
24 | $lang['AntiAspi'] = 'AntiAspi'; |
---|
25 | $lang['Banned IP addresses'] = 'Zablokowane adresy IP'; |
---|
26 | $lang['Add IP'] = 'Dodaj IP'; |
---|