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