* Upgraded TinyMCE to version 2.0RC3. This fixes a conflict with
[citadel.git] / webcit / tiny_mce / themes / advanced / langs / en.js
1 // UK lang variables
2
3 tinyMCE.addToLang('',{
4 theme_style_select : '-- Styles --',
5 theme_code_desc : 'Edit HTML Source',
6 theme_code_title : 'HTML Source Editor',
7 theme_code_wordwrap : 'Word wrap',
8 theme_sub_desc : 'Subscript',
9 theme_sup_desc : 'Superscript',
10 theme_hr_desc : 'Insert horizontal ruler',
11 theme_removeformat_desc : 'Remove formatting',
12 theme_custom1_desc : 'Your custom description here',
13 insert_image_border : 'Border',
14 insert_image_dimensions : 'Dimensions',
15 insert_image_vspace : 'Vertical space',
16 insert_image_hspace : 'Horizontal space',
17 insert_image_align : 'Alignment',
18 insert_image_align_default : '-- Not set --',
19 insert_image_align_baseline : 'Baseline',
20 insert_image_align_top : 'Top',
21 insert_image_align_middle : 'Middle',
22 insert_image_align_bottom : 'Bottom',
23 insert_image_align_texttop : 'TextTop',
24 insert_image_align_absmiddle : 'Absolute Middle',
25 insert_image_align_absbottom : 'Absolute Bottom',
26 insert_image_align_left : 'Left',
27 insert_image_align_right : 'Right',
28 theme_font_size : '-- Font size --',
29 theme_fontdefault : '-- Font family --',
30 theme_block : '-- Format --',
31 theme_paragraph : 'Paragraph',
32 theme_div : 'Div',
33 theme_address : 'Address',
34 theme_pre : 'Preformatted',
35 theme_h1 : 'Heading 1',
36 theme_h2 : 'Heading 2',
37 theme_h3 : 'Heading 3',
38 theme_h4 : 'Heading 4',
39 theme_h5 : 'Heading 5',
40 theme_h6 : 'Heading 6',
41 theme_colorpicker_title : 'Select a color',
42 theme_colorpicker_apply : 'Apply',
43 theme_forecolor_desc : 'Select text color',
44 theme_backcolor_desc : 'Select background color',
45 theme_charmap_title : 'Select custom character',
46 theme_charmap_desc : 'Insert custom character',
47 theme_visualaid_desc : 'Toggle guidelines/invisible elements',
48 insert_anchor_title : 'Insert/edit anchor',
49 insert_anchor_name : 'Anchor name',
50 theme_anchor_desc : 'Insert/edit anchor',
51 theme_insert_link_titlefield : 'Title',
52 theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
53 theme_path : 'Path',
54 cut_desc : 'Cut',
55 copy_desc : 'Copy',
56 paste_desc : 'Paste',
57 link_list : 'Link list',
58 image_list : 'Image list',
59 browse : 'Browse',
60 image_props_desc : 'Image properties',
61 newdocument_desc : 'New document',
62 class_name : 'Class',
63 newdocument : 'Are you sure you want clear all contents?',
64 about_title : 'About TinyMCE',
65 about : 'About',
66 license : 'License',
67 plugins : 'Plugins',
68 plugin : 'Plugin',
69 author : 'Author',
70 version : 'Version',
71 loaded_plugins : 'Loaded plugins',
72 help : 'Help',
73 not_set : '-- Not set --',
74 close : 'Close',
75 toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X'
76 });