A tumblelog CMS built on AJAX, PHP and MySQL.

en.js 980B

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