]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/langs/pl.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / langs / pl.js
1 // PL lang variables
2
3 tinyMCE.addToLang('',{
4 bold_desc : 'Pogrubienie',
5 italic_desc : 'Kursywa',
6 underline_desc : 'Podkreslenie',
7 striketrough_desc : 'Przekreslenie',
8 justifyleft_desc : 'Otaczanie z lewej',
9 justifycenter_desc : 'Wysrodkowanie',
10 justifyright_desc : 'Otaczanie z prawej',
11 justifyfull_desc : 'Justowanie',
12 bullist_desc : 'Lista nie numerowana',
13 numlist_desc : 'Lista numerowana',
14 outdent_desc : 'Zmniejsz wciecie',
15 indent_desc : 'Zwieksz wciecie',
16 undo_desc : 'Cofnij',
17 redo_desc : 'Ponów',
18 link_desc : 'Wstaw/Edytuj link',
19 unlink_desc : 'Skasuj link',
20 image_desc : 'Wstaw/Edytuj obrazek',
21 cleanup_desc : 'Wyczysc niepotrzebny kod',
22 focus_alert : 'Musisz zaznaczyc cokolwiek przed uzyciem tej komendy.',
23 edit_confirm : 'Czy chcesz uzyc edytora WYSIWIG dla tego pola ?',
24 insert_link_title : 'Wstaw/Edytuj Link',
25 insert : 'Wstaw',
26 update : 'Zmien',
27 cancel : 'Wyjdz',
28 insert_link_url : 'Adres URL',
29 insert_link_target : 'Cel',
30 insert_link_target_same : 'Otwórz w tym samym oknie',
31 insert_link_target_blank : 'Otwórz w nowym oknie',
32 insert_image_title : 'Wstaw/Edytuj obrazek',
33 insert_image_src : 'Adres URL obrazka',
34 insert_image_alt : 'Opis obrazka',
35 help_desc : 'Pomoc',
36 bold_img : "bold.gif",
37 italic_img : "italic.gif",
38 underline_img : "underline.gif",
39 clipboard_msg : 'Kopiowanie/Wycinanie/Wklejanie nie jest obslugiwane w przegladarkach Mozilla and Firefox.\nPotrzebujesz wiecej informacji na ten temat?',
40 popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'
41 });