source: extensions/charlies_content/language/pl_PL/plugin.lang.php @ 12142

Last change on this file since 12142 was 12142, checked in by TranslationTeam, 13 years ago

[Charlies Content] Update Polski [PL], thanks to : Greybrow

File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2009 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['Always'] = 'Zawsze';
24$lang['Autohide'] = 'Autoukrywanie';
25$lang['Autoplay'] = 'Autoodtwarzanie';
26$lang['Curtain selection'] = 'Wybór kurtyny';
27$lang['Default height is out of range (Correct range: 90-1024)'] = 'Domyślna wysokość jest poza zakresem (Prawidłowy zakres: 90-1024)';
28$lang['Default width is out of range (Correct range: 90-1024)'] = 'Domyślna szerokość jest poza zakresem (Prawidłowy zakres: 90-1024)';
29$lang['Display first picture'] = 'Wyświetl pierwszy obraz';
30$lang['Forced height is out of range (Correct range: 90-1024)'] = 'Wymuszona wysokość jest poza zakresem (Prawidłowy zakres: 90-1024)';
31$lang['Forced video height'] = 'Wymuszona wysokość filmu';
32$lang['Forced video width'] = 'Wymuszona szerokość filmu';
33$lang['Forced width is out of range (Correct range: 90-1024)'] = 'Wymuszona szerokość jest poza zakresem (Prawidłowy zakres: 90-1024)';
34$lang['Fullscreen'] = 'Pełny ekran';
35$lang['Keyboard shortcuts'] = 'Skróty klawiszowe';
36$lang['Loop'] = 'Pętla';
37$lang['Never'] = 'Nigdy';
38$lang['Off'] = 'Wyłączone';
39$lang['On'] = 'Włączone';
40$lang['Players colors'] = 'Kolory odtwarzacza';
41$lang['Players options'] = 'Opcje odtwarzacza';
42$lang['Show mouse'] = 'Pokaż kursor myszy';
43$lang['Show stop button'] = 'Pokaż przycisk stop';
44$lang['Show subtitles switch'] = 'Pokaż przełącznik napisów';
45$lang['Show time'] = 'Pokaż czas';
46$lang['Show volume'] = 'Pokaż głośność';
47$lang['Stop stops loading'] = 'Przycisk stop zatrzymuje ładowanie pliku';
48$lang['Templates configuration'] = 'Konfiguracja szablonów';
49$lang['Time left'] = 'Pozostały czas';
50$lang['Unknown file (Start image)'] = 'Nieznany plik (obrazek startowy)';
51$lang['Unknown file or URL|x|y error (x and y must be numeric)'] = 'Nieznany pliku lub URL|x|y błąd (x i y muszą być liczbami)';
52$lang['Video default height'] = 'Domyślna wysokość filmu';
53$lang['Video default width'] = '
54Domyślna szerokość filmu';
55$lang['Volume is out of range (Correct range: 0-200)'] = 'Głośność poza skalą (prawidłowa zawiera się od 0 do 200)';
56$lang['Volume [0-200]'] = 'Głośność [0-200]';
57$lang['_blank'] = '_blank';
58$lang['_self'] = '_self';
59?>
Note: See TracBrowser for help on using the repository browser.