source: extensions/SmartAlbums/language/pl_PL/plugin.lang.php @ 14110

Last change on this file since 14110 was 14110, checked in by TranslationTeam, 12 years ago

[SmartAlbums] Add pl_PL, thanks to : T00kie

  • Property svn:executable set to *
File size: 3.7 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['%d photo'] = '%d zdjęcie';
24$lang['%d photos associated to album %s'] = '%d zdjęcia związane z albumem %s';
25$lang['%d photos'] = '%d zdjęcia';
26$lang['(can cause slowdowns on admin pages)'] = '(może powodować spowolnienia na stronach admina)';
27$lang['Add a SmartAlbum'] = 'Dodaj SmartAlbum';
28$lang['Add filters here'] = 'Dodaj filtry';
29$lang['Added after'] = 'Dodane potem';
30$lang['Added before'] = 'Dodane przed';
31$lang['Added on'] = 'Dodane w dniu';
32$lang['All SmartAlbums'] = 'Wszystkie SmartAlbumy';
33$lang['All these tags'] = 'Wszystkie te słowa kluczowe';
34$lang['Count'] = 'Licznik';
35$lang['Created after'] = 'Stworzone potem';
36$lang['Created before'] = 'Stworzone przed';
37$lang['Created on'] = 'Stworzone w dniu';
38$lang['Date string is malformed'] = 'Zła forma daty';
39$lang['Don\'t show this message again'] = 'Nie pokazuj więcej tej wiadomości';
40$lang['Limit must be an integer'] = 'Limit musi być liczbą';
41$lang['No filter selected'] = 'Nie wybrano filtra';
42$lang['No tag selected'] = 'Nie wybrano słowa kluczowego';
43$lang['None of these tags'] = 'Żadne z tych słów kluczowych';
44$lang['One of these tags'] = 'Jedno z tych słów kluczowych';
45$lang['Only SmartAlbums are displayed on this page'] = 'Na tej stronie wyświetlaj tylko SmartAlbumy';
46$lang['Only these tags'] = 'Tylko te słowa kluczowe';
47$lang['Regenerate photos list of all SmartAlbums'] = 'Odtwórz listę zdjęć wszystkich SmartAlbumów';
48$lang['Regenerate photos list of this SmartAlbum'] = 'Odtwórz listę zdjęć tego SmartAlbumu';
49$lang['SmartAlbum added'] = 'SmartAlbum dodany';
50$lang['SmartAlbum deleted'] = 'SmartAlbum skasowany';
51$lang['This album is a SmartAlbum'] = 'Ten album jest SmartAlbumem';
52$lang['To order albums please go the main albums management page'] = 'Aby posortować albumy przejdź na <a href="admin.php?page=cat_list">stronę zarządzania</a> albumami';
53$lang['Update albums on file upload'] = 'Aktualizuj albumy podczas upload\'u plików';
54$lang['You can\'t use more than one limit'] = 'Nie możesz użyć więcej niż jednego limitu';
55$lang['date filter'] = 'Filtr daty';
56$lang['limit filter'] = 'Filtr limitu';
57$lang['tags filter'] = 'Filtr słów kluczowych';
58?>
Note: See TracBrowser for help on using the repository browser.