source: extensions/bbcode_bar/language/pl_PL/plugin.lang.php @ 11373

Last change on this file since 11373 was 11373, checked in by ddtddt, 13 years ago

[extensions] - bbcode_bar - update PL thanks to T00kie

File size: 1.4 KB
Line 
1<?php
2
3$lang['p_help'] = "Paragraf : [p]Paragraf[/p]";
4$lang['b_help'] = "Pogrubione : [b]pogrubione[/b]";
5$lang['i_help'] = "Pochylone : [i]pochylone[/i]";
6$lang['u_help'] = "Podkreślone : [u]podkreślone[/u]";
7$lang['s_help'] = "Przekreślone  : [s]przekreślone[/s]";
8
9$lang['center_help'] = "Wyśrodkowanie : [center]wyśrodkowanie[/center]";
10$lang['right_help'] = "Wyrównanie do prawej : [right]wyrównanie do prawej[/right]";
11$lang['ul_help'] = "Lista nieuporządkowana : [ul][li]element[/li][/ul]";
12$lang['ol_help'] = "Lista uporządkowana : [ol][li]element[/li][/ol]";
13$lang['li_help'] = "Element listy : [li]element[/li]";
14
15$lang['quote_help'] = "Cytat : [quote]cytat[/quote]";
16$lang['img_help'] = "Obrazek : [img]obrazek[/img]";
17$lang['url_help'] = 'URL : [url=URL]Tytuł[/url]';
18$lang['mail_help'] = "E-mail : [email]Email[/email]";
19
20$lang['size_help'] = "Rozmiar czcionki : [size=X]tekst[/size]";
21$lang['tiny'] = "Malutka";
22$lang['small'] = "Mała";
23$lang['normal'] = "Normalna";
24$lang['large'] = "Duża";
25$lang['huge'] = "Ogromna";
26
27$lang['color_help'] = "Kolor czcionki : [color=color]tekst[/color]";
28$lang['red_help'] = "Czerwony";
29$lang['orange_help'] = "Pomarańczowy";
30$lang['yellow_help'] = "Żółty";
31$lang['green_help'] = "Zielony";
32$lang['blue_help'] = "Niebieski";
33$lang['purple_help'] = "Fioletowy";
34$lang['white_help'] = "Biały";
35$lang['grey_help'] = "Szary";
36$lang['black_help'] = "Czarny";
37 
38?>
Note: See TracBrowser for help on using the repository browser.