source: extensions/GrumPluginClasses/language/pl_PL/plugin.lang.php @ 17877

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

[grum_plugins_classes] Update pl_PL, thanks to : larky

File size: 1.6 KB
Line 
1<?php
2$lang['Module'] = 'Modu³';
3$lang['Version'] = 'Wersja';
4$lang['List of shared modules'] = 'Lista wspó³dzielonych modu³ów';
5$lang['List of installed plugins using Grum Plugin Classes'] = 'Lista zainstalowanych wtyczek korzystaj¹cych z Grum Plugin Classes';
6$lang['Plugin'] = 'Wtyczka';
7$lang['GPC required'] = 'GPC wymagane';
8$lang['Installed'] = 'Zainstalowane';
9$lang['Infos'] = 'Informacje';
10$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Niektóre wtyczki s¹ zale¿ne od Grum Plugin Classes: przed odinstalowaniem, odinstaluj wszystkie zale¿ne wtyczki';
11
12// gpc > 3.3.0
13$lang['Public'] = 'Publiczne';
14$lang['Private'] = 'Prywatne';
15$lang['All the gallery'] = 'Ca³a galeria';
16
17$lang['export_Compression'] = 'Kompresja';
18$lang['export_Format'] = 'Format';
19$lang['export_Name'] = 'Nazwa pliku';
20$lang['export_dialogTitle'] = 'Export danych';
21$lang['filter_and'] = 'i';
22$lang['filter_between'] = 'Pomiędzy';
23$lang['filter_equal'] = 'Równy z';
24$lang['filter_ge'] = 'Większy lub równy z';
25$lang['filter_gt'] = 'Większy niż';
26$lang['filter_invalid'] = 'Filtr jest niewłaściwy';
27$lang['filter_le'] = 'Mniejszy lub równy z';
28$lang['filter_like'] = 'jak';
29$lang['filter_lt'] = 'Mniej niż';
30$lang['filter_maxValue'] = 'Maksymalna wartość';
31$lang['filter_minValue'] = 'Minimalna wartość';
32$lang['filter_notEqual'] = 'Różny niż';
33$lang['filter_notLike'] = 'Nie jak';
34$lang['filter_notbetween'] = 'Nie pomiędzy';
35$lang['filter_operator'] = 'Operator';
36$lang['filter_value'] = 'Wartość';
37?>
Note: See TracBrowser for help on using the repository browser.