1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['Colorus menu'] = 'Menu kolorów'; |
---|
24 | $lang['Open picture in lighting box'] = 'Otwórz obraz w lightboksie'; |
---|
25 | $lang['use picture in the theme'] = 'użyj obrazu w motywie'; |
---|
26 | $lang['Reflexion on thumbmail'] = 'Odbicia na miniaturze'; |
---|
27 | $lang['lb_configuration_saved'] = 'Konfiguracja zapisana'; |
---|
28 | $lang['lb_default_parameters'] = 'parametry domyślne'; |
---|
29 | $lang['lb_default_parameters_saved'] = 'parametry domyślne zapisane'; |
---|
30 | $lang['lb_theme'] = 'Motyw'; |
---|
31 | $lang['no'] = 'nie'; |
---|
32 | $lang['set as category representative'] = 'ustaw jako reprezentanta kategorii'; |
---|
33 | $lang['yes'] = 'tak'; |
---|
34 | $lang['Background'] = 'Tło'; |
---|
35 | $lang['Background and color'] = 'Tło i kolor'; |
---|
36 | $lang['Background, theme and color'] = 'Tło, motyw i kolor'; |
---|
37 | $lang['Black'] = 'Czarny'; |
---|
38 | $lang['Blue'] = 'Niebieski'; |
---|
39 | $lang['Brown'] = 'Brązowy'; |
---|
40 | $lang['Color'] = 'Kolor'; |
---|
41 | $lang['Green'] = 'Zielony'; |
---|
42 | $lang['Header'] = 'Nagłówek'; |
---|
43 | $lang['Orange'] = 'Pomarańczowy'; |
---|
44 | $lang['Purple'] = 'Purpurowy'; |
---|
45 | $lang['Random'] = 'Losowy'; |
---|
46 | $lang['Red'] = 'Czerwony'; |
---|
47 | $lang['Theme'] = 'Motyw'; |
---|
48 | $lang['Theme picture'] = 'Obraz motywu'; |
---|
49 | $lang['White'] = 'Biały'; |
---|
50 | $lang['Yellow'] = 'Źółty'; |
---|
51 | ?> |
---|