app/tiny_mce/themes/simple/langs/en.js
author Augie Fackler <durin42@gmail.com>
Tue, 03 Mar 2009 03:37:16 +0000 (2009-03-03)
changeset 1599 b56976cac36b
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Add myself to authors on this file, and allow my whitespace cleanup hook to cleanup whitespace. Patch by: Augie Fackler
tinyMCE.addI18n('en.simple',{
bold_desc:"Bold (Ctrl+B)",
italic_desc:"Italic (Ctrl+I)",
underline_desc:"Underline (Ctrl+U)",
striketrough_desc:"Strikethrough",
bullist_desc:"Unordered list",
numlist_desc:"Ordered list",
undo_desc:"Undo (Ctrl+Z)",
redo_desc:"Redo (Ctrl+Y)",
cleanup_desc:"Cleanup messy code"
});