bgneal@45: tinyMCE.addI18n('en.advanced',{ bgneal@45: style_select:"Styles", bgneal@45: font_size:"Font size", bgneal@45: fontdefault:"Font family", bgneal@45: block:"Format", bgneal@45: paragraph:"Paragraph", bgneal@45: div:"Div", bgneal@45: address:"Address", bgneal@45: pre:"Preformatted", bgneal@45: h1:"Heading 1", bgneal@45: h2:"Heading 2", bgneal@45: h3:"Heading 3", bgneal@45: h4:"Heading 4", bgneal@45: h5:"Heading 5", bgneal@45: h6:"Heading 6", bgneal@45: blockquote:"Blockquote", bgneal@45: code:"Code", bgneal@45: samp:"Code sample", bgneal@45: dt:"Definition term ", bgneal@45: dd:"Definition description", bgneal@45: bold_desc:"Bold (Ctrl+B)", bgneal@45: italic_desc:"Italic (Ctrl+I)", bgneal@45: underline_desc:"Underline (Ctrl+U)", bgneal@45: striketrough_desc:"Strikethrough", bgneal@45: justifyleft_desc:"Align left", bgneal@45: justifycenter_desc:"Align center", bgneal@45: justifyright_desc:"Align right", bgneal@45: justifyfull_desc:"Align full", bgneal@45: bullist_desc:"Unordered list", bgneal@45: numlist_desc:"Ordered list", bgneal@45: outdent_desc:"Outdent", bgneal@45: indent_desc:"Indent", bgneal@45: undo_desc:"Undo (Ctrl+Z)", bgneal@45: redo_desc:"Redo (Ctrl+Y)", bgneal@45: link_desc:"Insert/edit link", bgneal@45: unlink_desc:"Unlink", bgneal@45: image_desc:"Insert/edit image", bgneal@45: cleanup_desc:"Cleanup messy code", bgneal@45: code_desc:"Edit HTML Source", bgneal@45: sub_desc:"Subscript", bgneal@45: sup_desc:"Superscript", bgneal@45: hr_desc:"Insert horizontal ruler", bgneal@45: removeformat_desc:"Remove formatting", bgneal@45: custom1_desc:"Your custom description here", bgneal@45: forecolor_desc:"Select text color", bgneal@45: backcolor_desc:"Select background color", bgneal@45: charmap_desc:"Insert custom character", bgneal@45: visualaid_desc:"Toggle guidelines/invisible elements", bgneal@45: anchor_desc:"Insert/edit anchor", bgneal@45: cut_desc:"Cut", bgneal@45: copy_desc:"Copy", bgneal@45: paste_desc:"Paste", bgneal@45: image_props_desc:"Image properties", bgneal@45: newdocument_desc:"New document", bgneal@45: help_desc:"Help", bgneal@45: blockquote_desc:"Blockquote", bgneal@45: clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\r\nDo you want more information about this issue?", bgneal@45: path:"Path", bgneal@45: newdocument:"Are you sure you want clear all contents?", bgneal@45: toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", bgneal@45: more_colors:"More colors" bgneal@45: });