Upgrade of TinyMCE is in progress.
[citadel.git] / webcit / tiny_mce / plugins / devkit / langs / en.js
1 // UK lang variables\r
2 \r
3 tinyMCE.addToLang('devkit',{\r
4 title : 'TinyMCE Development Kit',\r
5 info_tab : 'Info',\r
6 settings_tab : 'Settings',\r
7 log_tab : 'Log',\r
8 content_tab : 'Content',\r
9 command_states_tab : 'Commands',\r
10 undo_redo_tab : 'Undo/Redo',\r
11 misc_tab : 'Misc',\r
12 filter : 'Filter:',\r
13 clear_log : 'Clear log',\r
14 refresh : 'Refresh',\r
15 info_help : 'Press Refresh to view info.',\r
16 settings_help : 'Press Refresh to display the settings array for each TinyMCE_Control instance.',\r
17 content_help : 'Press Refresh to display the raw and cleaned HTML content for each TinyMCE_Control instance.',\r
18 command_states_help : 'Press Refresh to display the current command states from inst.queryCommandState. This list will also mark unsupported commands.',\r
19 undo_redo_help : 'Press Refresh to display the global and instance undo/redo levels.',\r
20 misc_help : 'Here are various tools for debugging and development purposes.',\r
21 debug_events : 'Debug events',\r
22 undo_diff : 'Diff undo levels'\r
23 });\r