source: extensions/Back2Front/language/pl_PL/plugin.lang.php @ 21643

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

[back2front] Update pl_PL, thanks to : K.S.

  • Property svn:executable set to *
File size: 3.4 KB
Line 
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['Backside management'] = 'Zarządzanie drugim planem';
24$lang['Modify backside information'] = 'Modyfikuj informacje drugoplanowe';
25$lang['Move backside to private album'] = 'Przenieś drugi plan do albumu prywatnego';
26$lang['...of the picture n°'] = '... obrazu o identyfikatorze';
27$lang['Backside and frontside can\'t be the same picture'] = 'Obrazy pierwszoplanowy i drugoplanowy nie może być taki sam';
28$lang['See back'] = 'Zobacz tył';
29$lang['See front'] = 'Zobacz przód';
30$lang['The picture n°%d has already a backside : %s'] = 'Obraz o identyfikatorze %s posiada już obraz drugoplanowy: %s';
31$lang['The picture n°%s is already a backside'] = 'Obraz o identyfikatorze %s już jest drugoplanowy';
32$lang['This picture has a backside :'] = 'Ten obraz posiada obraz drugoplanowy:';
33$lang['This picture is a backside...'] = 'Ten obraz jest drugoplanowy...';
34$lang['This picture is no longer a backside'] = 'Ten obraz nie jest już drugoplanowy';
35$lang['This picture is now the backside of the picture n°%s'] = 'Ten obraz jest teraz drugoplanowy dla obrazu nr %s';
36$lang['Unknown id %d for frontside picture'] = 'Nieznany identyfikator %d obrazu pierwszoplanowego';
37$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Rozdziel dwie etykiety symbolem |. Zostaw puste by użyć tłumaczenia domyślnego.';
38$lang['Click'] = 'Kliknięcie';
39$lang['Mouseover'] = 'Najechanie myszką';
40$lang['Switch mode'] = 'Tryb przełączania';
41$lang['Display a mark on thumbnails list'] = 'Wyświetl znak na liście miniatur';
42$lang['Fade'] = 'Łagodne';
43$lang['Transition'] = 'Przejście';
44$lang['Bottom'] = 'Na dole';
45$lang['Toolbar'] = 'Na pasku narzędziowym';
46$lang['Top'] = 'U góry';
47$lang['Link name'] = 'Nazwa przycisku';
48$lang['Link position'] = 'Pozycja przycisku';
49?>
Note: See TracBrowser for help on using the repository browser.