~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit/langs/en.js

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

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