source: extensions/PHP_Optimisateur/language/pl_PL/common.lang.php @ 16530

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

[php_optimisateur] Add pl_PL, thanks to : T00kie

  • Property svn:executable set to *
File size: 4.4 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 files'] = '%d pliki';
24$lang['Active'] = 'Aktywny';
25$lang['Back'] = 'Wróć';
26$lang['Config'] = 'Konfiguruj';
27$lang['Configuration'] = 'Konfiguracja';
28$lang['Content'] = 'Zawartość';
29$lang['Copyright'] = 'Prawa autorskie';
30$lang['DIMhdORNOT'] = 'Zmień rozmiar zdjęć HD';
31$lang['DIMhd'] = 'Maksymalny rozmiar zdjęć HD';
32$lang['DIMnormal'] = 'Maksymalny rozmiar zwykłych zdjęć';
33$lang['DIMthumbnail'] = 'Rozmiar miniatur';
34$lang['DIRhighORNOT'] = 'Stwórz foldery HD';
35$lang['DPI'] = 'Rozdzielczość zdjęć HD';
36$lang['Finish %d seconds'] = 'Proces wykonany: %d sekund';
37$lang['FolderIn'] = 'Folder wsadowy';
38$lang['FolderOut'] = 'Folder wynikowy';
39$lang['Folders'] = 'Foldery';
40$lang['Inactive'] = 'Nieaktywny';
41$lang['Launch'] = 'Uruchom';
42$lang['Missing !'] = 'Brak!';
43$lang['New !'] = 'Nowy!';
44$lang['Options'] = 'Opcje';
45$lang['Plugins'] = 'Pluginy';
46$lang['Processing'] = 'Przetwarzanie';
47$lang['Qhd'] = 'Jakość zdjęć HD';
48$lang['Qnormal'] = 'Jakość normalnych zdjęć';
49$lang['Qthumbnail'] = 'Jakość miniatur';
50$lang['Ready'] = 'Gotowe do uruchomienia';
51$lang['Reload'] = 'Przeładuj';
52$lang['Reset'] = 'Zresetuj';
53$lang['Saved'] = 'Konfiguracja zapisana <i>Przekierowuje...</i>';
54$lang['Sizes and quality'] = 'Wymiary i jakość';
55$lang['Source files'] = 'Pliki zrobione';
56$lang['Valid'] = 'Zatwierdzono';
57$lang['block'] = 'Blok';
58$lang['bottom'] = 'dół';
59$lang['center'] = 'środek';
60$lang['copyCOLOR'] = 'Kolor';
61$lang['copyFONT'] = 'Czcionka';
62$lang['copyONhd'] = 'Dla HD';
63$lang['copyONnormal'] = 'Dla zwyklych';
64$lang['copyPOS%s'] = '%s Pozycja';
65$lang['copyPOSh'] = 'Poziomo';
66$lang['copyPOSv'] = 'Pionowo';
67$lang['copySIZE'] = 'Rozmiar (stosunek obraz/tekst)';
68$lang['erase'] = 'Usuń';
69$lang['fatal.ErrorConfigFile'] = 'Błąd: Brak pliku konfiguracyjnego';
70$lang['fatal.ErrorConfig'] = 'Błąd: Konfiguracja nieprawidłowa';
71$lang['fatal.ErrorFolderIn'] = 'Błąd: Folder wsadowy pusty';
72$lang['fatal.ErrorFolderOut'] = 'Błąd: Folder wynikowy nie jest pusty';
73$lang['fatal.ErrorNconvert'] = 'Błąd: Nie znaleziono programu <i>nconvert.exe</i>';
74$lang['indexORNOT'] = 'Dodaj pliki index.php';
75$lang['left'] = 'lewo';
76$lang['no'] = 'nie';
77$lang['notice.EraseFolderOut'] = 'Uwaga: Folder wynikowy zostanie opróżniony';
78$lang['notice.ErrorConfig'] = 'Niektóre błędy w konfiguracji zostały naprawione, prosimy o sprawdzenie parametrów';
79$lang['notice.must_be_decimal %s'] = '%s musi być wartością dziesiętną';
80$lang['notice.must_be_integer %s'] = '%s musi być liczbą naturalną';
81$lang['notice.must_be_integer_100 %s'] = '%s musi być wartością dziesiętną poniżej 100';
82$lang['pass'] = 'Kontynuuj';
83$lang['prefixe_mini'] = 'Prefiks miniaturki';
84$lang['renameORNOT'] = 'Zmień nazwę plików i folderów';
85$lang['right'] = 'prawo';
86$lang['silentORNOT'] = 'Jeśli folder wynikowy nie jest pusty';
87$lang['top'] = 'góra';
88$lang['yes'] = 'tak';
89?>
Note: See TracBrowser for help on using the repository browser.