source: extensions/gvideo/language/pl_PL/plugin.lang.php @ 21316

Last change on this file since 21316 was 21316, checked in by TranslationTeam, 11 years ago

[gvideo] Update pl_PL, thanks to : T00kie

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Common configuration'] = 'Domyślna konfiguracja';
24$lang['Supported services'] = 'Wspierane usługi';
25$lang['This element is a video added with "Embedded Video"'] = 'Ten element to film dodany przez "Embedded Video"';
26$lang['Use common setting'] = 'Użyj domyślnych ustawień';
27$lang['Add a video'] = 'Dodaj film';
28$lang['Add film effect'] = 'Dodaj efekt filmowy';
29$lang['Author name'] = 'Nazwisko autora';
30$lang['Author portrait'] = 'Zdjęcie autora';
31$lang['Autoplay'] = 'Auto-odtwarzanie';
32$lang['Change'] = 'Zmień';
33$lang['Color'] = 'Kolor';
34$lang['Logo'] = 'Logo';
35$lang['Please fill the video URL'] = 'Podaj URL filmu';
36$lang['Unable to contact host server'] = 'Błąd połączenia się z serwerem hosta';
37$lang['Video URL'] = 'URL filmu';
38$lang['Video size'] = 'Rozmiar filmu';
39$lang['Video successfully added. <a href="%s">View</a>'] = 'Film dodany. <a href="%s">Obejrzyj</a>';
40$lang['Changing the url will reset video description, name and thumbnail'] = 'Zmiana adresu URL zresetuje opis video, nazwę i miniaturę';
41$lang['The thumbnail was updated'] = 'Miniatura została uaktualniona';
42$lang['Upload a new thumbnail'] = 'Wgraj nową miniaturę';
43$lang['Video successfully updated'] = 'Aktualizacja video zakończona sukcesem';
44$lang['Dailymotion player'] = 'Odtwarzacz Dailymotion';
45$lang['Get video description'] = 'Pobierz opis filmu';
46$lang['Get video tags'] = 'Pobierz tagi filmu';
47$lang['Vimeo player'] = 'Odtwarzacz Vimeo';
48$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'W trybie bezpiecznym plugin nie próbuje kontaktować się z hostem przechowującym plik video - użyteczne na niektórych stronach gdzie zdalne połączenia są poblokowane.';
49$lang['Safe-mode'] = 'Tryb bezpieczny';
50$lang['Try in safe-mode'] = 'Spróbuj w trybie bezpiecznym';
51$lang['Video properties'] = 'Właściwości wideo';
52$lang['No privacy option.'] = 'Brak opcji prywatności';
53$lang['Show privacy details'] = 'Pokaż szczegóły prywatności';
54$lang['Videos can be private if you use the private permalink.'] = 'Filmy mogą być prywatne jeśli użyjesz linku permanentnego';
55$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Filmy mogą być usunięte z listy i prywatne jeśli strona galerii znajduje się pod autoryzowaną domeną (PRO)';
56$lang['Videos can be unlisted but not private.'] = 'Filmy mogą być usunięte z listy ale nie prywatne';
57?>
Note: See TracBrowser for help on using the repository browser.