source: extensions/photoWidget/language/pl_PL/plugin.lang.php @ 14518

Last change on this file since 14518 was 11968, checked in by ddtddt, 13 years ago

[extensions] - photoWidget - update sk_SK - Slovak - Slovensky thanks to dodo / cleaner languages

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'ta wtyczka wyswietla zdjecia uzywajac technologii flash, obracajac je w 3D. Dziala to jak regularne kategorie ale w bardziej zadziwiajacy i ekscytujacy sposób';
23$lang['You can choose that mode for displaying one, severals or all categories'] = 'Mozesz wybrac ten tryb wyswietlania dla jednej, kilku lub wszystkich kategorii';
24$lang['Main configuration'] = 'Konfiguracja podstawowa';
25$lang['All categories'] = 'Wszystkie kategorie';
26$lang['Applicable categorie(s)'] = 'Kategorie (kategoria), w stosunku do których zastosowanie aplikacji jest mozliwe';
27$lang['Animation size'] = 'Wielkosc animacji';
28$lang['Animation background color'] = 'Kolor tla animacji';
29$lang['Color'] = 'Kolor';
30$lang['You choose that mode for'] = 'Wybrales ten tryb dla';
31$lang['one category'] = 'jedna kategoria';
32$lang['severals categories'] = 'kilka kategorii';
33$lang['Width has been updated'] = 'Szerokosc zostala zmieniona';
34$lang['Height has been updated'] = 'Wysokosc zostala zmieniona';
35$lang['Background color of animation has been updated'] = 'Kolor tla animacji zostal zmieniony';
36$lang['This widget requires Flash Player 9 or better'] = 'Ten widzet wymaga Flash Player 9 lub nowszego';
37$lang['Height'] = 'Wysokość';
38$lang['No'] = 'Nie';
39$lang['Photo Widget Plugin'] = 'Wtyczka Photo Widget';
40$lang['Submit'] = 'Zastosuj';
41$lang['Width'] = 'Szerokość';
42$lang['Yes'] = 'Tak';
43$lang['You must choose at least one category'] = 'Musisz wybrać przynajmniej jedną kategorię';
44?>
Note: See TracBrowser for help on using the repository browser.