| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,64 @@ |
| 1 |
+// UK lang variables |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('',{
|
|
| 4 |
+theme_style_select : 'Styl', |
|
| 5 |
+theme_code_desc : 'Edytuj zródlo html', |
|
| 6 |
+theme_code_title : 'Edytor zródla html', |
|
| 7 |
+theme_code_wordwrap : 'Zwijanie wierszy', |
|
| 8 |
+theme_sub_desc : 'Nadpisywanie', |
|
| 9 |
+theme_sup_desc : 'Podpisywanie', |
|
| 10 |
+theme_hr_desc : 'Wstaw pozioma linie', |
|
| 11 |
+theme_removeformat_desc : 'Usun formatowanie', |
|
| 12 |
+theme_custom1_desc : 'Wstaw wlasny opis', |
|
| 13 |
+insert_image_border : 'Ramka', |
|
| 14 |
+insert_image_dimensions : 'Wymiary', |
|
| 15 |
+insert_image_vspace : 'VSpace', |
|
| 16 |
+insert_image_hspace : 'HSpace', |
|
| 17 |
+insert_image_align : 'Otaczanie', |
|
| 18 |
+insert_image_align_default : 'Domyslne', |
|
| 19 |
+insert_image_align_baseline : 'Glówne', |
|
| 20 |
+insert_image_align_top : 'Górne', |
|
| 21 |
+insert_image_align_middle : 'Srodkowe', |
|
| 22 |
+insert_image_align_bottom : 'Dolne', |
|
| 23 |
+insert_image_align_texttop : 'Tekst powyzej', |
|
| 24 |
+insert_image_align_absmiddle : 'Absolutny srodek', |
|
| 25 |
+insert_image_align_absbottom : 'Absolutny dól', |
|
| 26 |
+insert_image_align_left : 'Lewe', |
|
| 27 |
+insert_image_align_right : 'Prawe', |
|
| 28 |
+theme_font_size : '-- Font size --', |
|
| 29 |
+theme_fontdefault : '-- Font family --', |
|
| 30 |
+theme_block : '-- Format --', |
|
| 31 |
+theme_paragraph : '-- Paragraf --', |
|
| 32 |
+theme_div : 'Div', |
|
| 33 |
+theme_address : 'Adres', |
|
| 34 |
+theme_pre : 'Preformatowanie', |
|
| 35 |
+theme_h1 : 'Naglówek 1', |
|
| 36 |
+theme_h2 : 'Naglówek 2', |
|
| 37 |
+theme_h3 : 'Naglówek 3', |
|
| 38 |
+theme_h4 : 'Naglówek 4', |
|
| 39 |
+theme_h5 : 'Naglówek 5', |
|
| 40 |
+theme_h6 : 'Naglówek 6', |
|
| 41 |
+theme_colorpicker_title : 'Wybierz kolor', |
|
| 42 |
+theme_colorpicker_apply : 'Wybierz', |
|
| 43 |
+theme_forecolor_desc : 'Wybierz kolor tekstu', |
|
| 44 |
+theme_backcolor_desc : 'Wybierz kolor tla', |
|
| 45 |
+theme_charmap_title : 'Wybierz znak', |
|
| 46 |
+theme_charmap_desc : 'Wstaw znak', |
|
| 47 |
+theme_visualaid_desc : 'Toggle guidelines/invisible elements', |
|
| 48 |
+insert_anchor_title : 'Kotwica', |
|
| 49 |
+insert_anchor_name : 'Nazwa kotwicy', |
|
| 50 |
+theme_anchor_desc : 'Wstaw/Edytuj kotwice', |
|
| 51 |
+theme_insert_link_titlefield : 'Tytul', |
|
| 52 |
+theme_clipboard_msg : 'Kopiuj/Edytuj/Wklej nie jest dostepne w przegladarkach Mozilla and Firefox.\nPotrzebujesz wiecej informacji na ten temat?', |
|
| 53 |
+theme_path : 'Sciezka', |
|
| 54 |
+cut_desc : 'Wytnij', |
|
| 55 |
+copy_desc : 'Kopiuj', |
|
| 56 |
+paste_desc : 'Wklej', |
|
| 57 |
+link_list : 'Lista linków', |
|
| 58 |
+image_list : 'Lista obrazków', |
|
| 59 |
+browse : 'Przegladaj', |
|
| 60 |
+image_props_desc : 'Wlasciwosci obrazka', |
|
| 61 |
+newdocument_desc : 'New document', |
|
| 62 |
+class_name : 'Klasa', |
|
| 63 |
+newdocument : 'Are you sure you want clear all contents?' |
|
| 64 |
+}); |