Browse code

Actually use TinyMCE 3.4.8 for TinyMCE3 option instead of original 2.0.1; that version is moved to 'tinymce2' directory

Clarissa Walker authored on 2026/07/27 09:02:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,70 +0,0 @@
1
-/**
2
- * Czech lang variables 
3
- * encoding: utf-8
4
- *  
5
- * $Id$ 
6
- */  
7
-
8
-
9
-tinyMCE.addToLang('',{
10
-theme_style_select : 'Styly',
11
-theme_code_desc : 'Zobrazit HTML',
12
-theme_code_title : 'Editace HTML',
13
-theme_code_wordwrap : 'Bez dělení slov',
14
-theme_sub_desc : 'Dolní index',
15
-theme_sup_desc : 'Horní index',
16
-theme_hr_desc : 'Vložit vodorovný oddělovač',
17
-theme_removeformat_desc : 'Zrušit formátování',
18
-theme_custom1_desc : 'Libovolný popisek',
19
-insert_image_border : 'Rámeček',
20
-insert_image_dimensions : 'Rozměry',
21
-insert_image_vspace : 'Vertikální okraj',
22
-insert_image_hspace : 'Horizontální okraj',
23
-insert_image_align : 'Zarovnání',
24
-insert_image_align_default : 'Výchozí',
25
-insert_image_align_baseline : 'Na účaří',
26
-insert_image_align_top : 'Nahoru',
27
-insert_image_align_middle : 'Na střed',
28
-insert_image_align_bottom : 'Dolů',
29
-insert_image_align_texttop : 'Nejvyšší bod textu',
30
-insert_image_align_absmiddle : 'Střed řádku',
31
-insert_image_align_absbottom : 'Spodek řádku',
32
-insert_image_align_left : 'Vlevo',
33
-insert_image_align_right : 'Vpravo',
34
-theme_font_size : '-- Velikost textu --',
35
-theme_fontdefault : '-- Písmo --',
36
-theme_block : '-- Formát --',
37
-theme_paragraph : 'Odstavec',
38
-theme_div : 'Div',
39
-theme_address : 'Adresa',
40
-theme_pre : 'Předformát',
41
-theme_h1 : 'Nadpis 1',
42
-theme_h2 : 'Nadpis 2',
43
-theme_h3 : 'Nadpis 3',
44
-theme_h4 : 'Nadpis 4',
45
-theme_h5 : 'Nadpis 5',
46
-theme_h6 : 'Nadpis 6',
47
-theme_colorpicker_title : 'Výběr barvy',
48
-theme_colorpicker_apply : 'Vybrat',
49
-theme_forecolor_desc : 'Barva popředí',
50
-theme_backcolor_desc : 'Barva pozadí',
51
-theme_charmap_title : 'Výběr znaku',
52
-theme_charmap_desc : 'Vložit znak',
53
-theme_visualaid_desc : 'Zapnout značky/neviditelné prvky',
54
-insert_anchor_title : 'Vložení/editace záložky',
55
-insert_anchor_name : 'Název',
56
-theme_anchor_desc : 'Vložit/editovat záložku',
57
-theme_insert_link_titlefield : 'Název',
58
-theme_clipboard_msg : 'Funkce Kopírovat/vyjmout/vložit nejsou použitelné v Mozille a Firefoxu.\nChcete více informací o tomto problému?',
59
-theme_path : 'Cesta',
60
-cut_desc : 'Vyjmout',
61
-copy_desc : 'Kopírovat',
62
-paste_desc : 'Vložit',
63
-link_list : 'Seznam',
64
-image_list : 'Seznam',
65
-browse : 'Procházet',
66
-image_props_desc : 'Vlastnosti obrázku',
67
-newdocument_desc : 'Nový dokument',
68
-newdocument : 'Jste si opravdu jistý(á), že chcete vymazat veškerý obsah?'
69
-});
70
-
Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,70 @@
1
+/**
2
+ * Czech lang variables 
3
+ * encoding: utf-8
4
+ *  
5
+ * $Id$ 
6
+ */  
7
+
8
+
9
+tinyMCE.addToLang('',{
10
+theme_style_select : 'Styly',
11
+theme_code_desc : 'Zobrazit HTML',
12
+theme_code_title : 'Editace HTML',
13
+theme_code_wordwrap : 'Bez dělení slov',
14
+theme_sub_desc : 'Dolní index',
15
+theme_sup_desc : 'Horní index',
16
+theme_hr_desc : 'Vložit vodorovný oddělovač',
17
+theme_removeformat_desc : 'Zrušit formátování',
18
+theme_custom1_desc : 'Libovolný popisek',
19
+insert_image_border : 'Rámeček',
20
+insert_image_dimensions : 'Rozměry',
21
+insert_image_vspace : 'Vertikální okraj',
22
+insert_image_hspace : 'Horizontální okraj',
23
+insert_image_align : 'Zarovnání',
24
+insert_image_align_default : 'Výchozí',
25
+insert_image_align_baseline : 'Na účaří',
26
+insert_image_align_top : 'Nahoru',
27
+insert_image_align_middle : 'Na střed',
28
+insert_image_align_bottom : 'Dolů',
29
+insert_image_align_texttop : 'Nejvyšší bod textu',
30
+insert_image_align_absmiddle : 'Střed řádku',
31
+insert_image_align_absbottom : 'Spodek řádku',
32
+insert_image_align_left : 'Vlevo',
33
+insert_image_align_right : 'Vpravo',
34
+theme_font_size : '-- Velikost textu --',
35
+theme_fontdefault : '-- Písmo --',
36
+theme_block : '-- Formát --',
37
+theme_paragraph : 'Odstavec',
38
+theme_div : 'Div',
39
+theme_address : 'Adresa',
40
+theme_pre : 'Předformát',
41
+theme_h1 : 'Nadpis 1',
42
+theme_h2 : 'Nadpis 2',
43
+theme_h3 : 'Nadpis 3',
44
+theme_h4 : 'Nadpis 4',
45
+theme_h5 : 'Nadpis 5',
46
+theme_h6 : 'Nadpis 6',
47
+theme_colorpicker_title : 'Výběr barvy',
48
+theme_colorpicker_apply : 'Vybrat',
49
+theme_forecolor_desc : 'Barva popředí',
50
+theme_backcolor_desc : 'Barva pozadí',
51
+theme_charmap_title : 'Výběr znaku',
52
+theme_charmap_desc : 'Vložit znak',
53
+theme_visualaid_desc : 'Zapnout značky/neviditelné prvky',
54
+insert_anchor_title : 'Vložení/editace záložky',
55
+insert_anchor_name : 'Název',
56
+theme_anchor_desc : 'Vložit/editovat záložku',
57
+theme_insert_link_titlefield : 'Název',
58
+theme_clipboard_msg : 'Funkce Kopírovat/vyjmout/vložit nejsou použitelné v Mozille a Firefoxu.\nChcete více informací o tomto problému?',
59
+theme_path : 'Cesta',
60
+cut_desc : 'Vyjmout',
61
+copy_desc : 'Kopírovat',
62
+paste_desc : 'Vložit',
63
+link_list : 'Seznam',
64
+image_list : 'Seznam',
65
+browse : 'Procházet',
66
+image_props_desc : 'Vlastnosti obrázku',
67
+newdocument_desc : 'Nový dokument',
68
+newdocument : 'Jste si opravdu jistý(á), že chcete vymazat veškerý obsah?'
69
+});
70
+