bgneal@312: tinyMCE.addI18n({en:{ bgneal@312: common:{ bgneal@312: edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?", bgneal@312: apply:"Apply", bgneal@312: insert:"Insert", bgneal@312: update:"Update", bgneal@312: cancel:"Cancel", bgneal@312: close:"Close", bgneal@312: browse:"Browse", bgneal@312: class_name:"Class", bgneal@312: not_set:"-- Not set --", bgneal@312: clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?", bgneal@312: clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.", bgneal@312: popup_blocked:"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.", bgneal@442: invalid_data:"{#field} is invalid", bgneal@442: invalid_data_number:"{#field} must be a number", bgneal@442: invalid_data_min:"{#field} must be a number greater than {#min}", bgneal@442: invalid_data_size:"{#field} must be a number or percentage", bgneal@312: more_colors:"More colors" bgneal@312: }, bgneal@442: colors:{ bgneal@442: '000000':'Black', bgneal@442: '993300':'Burnt orange', bgneal@442: '333300':'Dark olive', bgneal@442: '003300':'Dark green', bgneal@442: '003366':'Dark azure', bgneal@442: '000080':'Navy Blue', bgneal@442: '333399':'Indigo', bgneal@442: '333333':'Very dark gray', bgneal@442: '800000':'Maroon', bgneal@442: 'FF6600':'Orange', bgneal@442: '808000':'Olive', bgneal@442: '008000':'Green', bgneal@442: '008080':'Teal', bgneal@442: '0000FF':'Blue', bgneal@442: '666699':'Grayish blue', bgneal@442: '808080':'Gray', bgneal@442: 'FF0000':'Red', bgneal@442: 'FF9900':'Amber', bgneal@442: '99CC00':'Yellow green', bgneal@442: '339966':'Sea green', bgneal@442: '33CCCC':'Turquoise', bgneal@442: '3366FF':'Royal blue', bgneal@442: '800080':'Purple', bgneal@442: '999999':'Medium gray', bgneal@442: 'FF00FF':'Magenta', bgneal@442: 'FFCC00':'Gold', bgneal@442: 'FFFF00':'Yellow', bgneal@442: '00FF00':'Lime', bgneal@442: '00FFFF':'Aqua', bgneal@442: '00CCFF':'Sky blue', bgneal@442: '993366':'Brown', bgneal@442: 'C0C0C0':'Silver', bgneal@442: 'FF99CC':'Pink', bgneal@442: 'FFCC99':'Peach', bgneal@442: 'FFFF99':'Light yellow', bgneal@442: 'CCFFCC':'Pale green', bgneal@442: 'CCFFFF':'Pale cyan', bgneal@442: '99CCFF':'Light sky blue', bgneal@442: 'CC99FF':'Plum', bgneal@442: 'FFFFFF':'White' bgneal@442: }, bgneal@312: contextmenu:{ bgneal@312: align:"Alignment", bgneal@312: left:"Left", bgneal@312: center:"Center", bgneal@312: right:"Right", bgneal@312: full:"Full" bgneal@312: }, bgneal@312: insertdatetime:{ bgneal@312: date_fmt:"%Y-%m-%d", bgneal@312: time_fmt:"%H:%M:%S", bgneal@312: insertdate_desc:"Insert date", bgneal@312: inserttime_desc:"Insert time", bgneal@312: months_long:"January,February,March,April,May,June,July,August,September,October,November,December", bgneal@312: months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", bgneal@312: day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", bgneal@312: day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" bgneal@312: }, bgneal@312: print:{ bgneal@312: print_desc:"Print" bgneal@312: }, bgneal@312: preview:{ bgneal@312: preview_desc:"Preview" bgneal@312: }, bgneal@312: directionality:{ bgneal@312: ltr_desc:"Direction left to right", bgneal@312: rtl_desc:"Direction right to left" bgneal@312: }, bgneal@312: layer:{ bgneal@312: insertlayer_desc:"Insert new layer", bgneal@312: forward_desc:"Move forward", bgneal@312: backward_desc:"Move backward", bgneal@312: absolute_desc:"Toggle absolute positioning", bgneal@312: content:"New layer..." bgneal@312: }, bgneal@312: save:{ bgneal@312: save_desc:"Save", bgneal@312: cancel_desc:"Cancel all changes" bgneal@312: }, bgneal@312: nonbreaking:{ bgneal@312: nonbreaking_desc:"Insert non-breaking space character" bgneal@312: }, bgneal@312: iespell:{ bgneal@312: iespell_desc:"Run spell checking", bgneal@312: download:"ieSpell not detected. Do you want to install it now?" bgneal@312: }, bgneal@312: advhr:{ bgneal@312: advhr_desc:"Horizontal rule" bgneal@312: }, bgneal@312: emotions:{ bgneal@312: emotions_desc:"Emotions" bgneal@312: }, bgneal@312: searchreplace:{ bgneal@312: search_desc:"Find", bgneal@312: replace_desc:"Find/Replace" bgneal@312: }, bgneal@312: advimage:{ bgneal@312: image_desc:"Insert/edit image" bgneal@312: }, bgneal@312: advlink:{ bgneal@312: link_desc:"Insert/edit link" bgneal@312: }, bgneal@312: xhtmlxtras:{ bgneal@312: cite_desc:"Citation", bgneal@312: abbr_desc:"Abbreviation", bgneal@312: acronym_desc:"Acronym", bgneal@312: del_desc:"Deletion", bgneal@312: ins_desc:"Insertion", bgneal@312: attribs_desc:"Insert/Edit Attributes" bgneal@312: }, bgneal@312: style:{ bgneal@312: desc:"Edit CSS Style" bgneal@312: }, bgneal@312: paste:{ bgneal@312: paste_text_desc:"Paste as Plain Text", bgneal@312: paste_word_desc:"Paste from Word", bgneal@312: selectall_desc:"Select All", bgneal@312: plaintext_mode_sticky:"Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.", bgneal@312: plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode." bgneal@312: }, bgneal@312: paste_dlg:{ bgneal@312: text_title:"Use CTRL+V on your keyboard to paste the text into the window.", bgneal@312: text_linebreaks:"Keep linebreaks", bgneal@312: word_title:"Use CTRL+V on your keyboard to paste the text into the window." bgneal@312: }, bgneal@312: table:{ bgneal@312: desc:"Inserts a new table", bgneal@312: row_before_desc:"Insert row before", bgneal@312: row_after_desc:"Insert row after", bgneal@312: delete_row_desc:"Delete row", bgneal@312: col_before_desc:"Insert column before", bgneal@312: col_after_desc:"Insert column after", bgneal@312: delete_col_desc:"Remove column", bgneal@312: split_cells_desc:"Split merged table cells", bgneal@312: merge_cells_desc:"Merge table cells", bgneal@312: row_desc:"Table row properties", bgneal@312: cell_desc:"Table cell properties", bgneal@312: props_desc:"Table properties", bgneal@312: paste_row_before_desc:"Paste table row before", bgneal@312: paste_row_after_desc:"Paste table row after", bgneal@312: cut_row_desc:"Cut table row", bgneal@312: copy_row_desc:"Copy table row", bgneal@312: del:"Delete table", bgneal@312: row:"Row", bgneal@312: col:"Column", bgneal@312: cell:"Cell" bgneal@312: }, bgneal@312: autosave:{ bgneal@312: unload_msg:"The changes you made will be lost if you navigate away from this page.", bgneal@312: restore_content:"Restore auto-saved content.", bgneal@312: warning_message:"If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?." bgneal@312: }, bgneal@312: fullscreen:{ bgneal@312: desc:"Toggle fullscreen mode" bgneal@312: }, bgneal@312: media:{ bgneal@312: desc:"Insert / edit embedded media", bgneal@312: edit:"Edit embedded media" bgneal@312: }, bgneal@312: fullpage:{ bgneal@312: desc:"Document properties" bgneal@312: }, bgneal@312: template:{ bgneal@312: desc:"Insert predefined template content" bgneal@312: }, bgneal@312: visualchars:{ bgneal@312: desc:"Visual control characters on/off." bgneal@312: }, bgneal@312: spellchecker:{ bgneal@312: desc:"Toggle spellchecker", bgneal@312: menu:"Spellchecker settings", bgneal@312: ignore_word:"Ignore word", bgneal@312: ignore_words:"Ignore all", bgneal@312: langs:"Languages", bgneal@312: wait:"Please wait...", bgneal@312: sug:"Suggestions", bgneal@312: no_sug:"No suggestions", bgneal@442: no_mpell:"No misspellings found.", bgneal@442: learn_word:"Learn word" bgneal@312: }, bgneal@312: pagebreak:{ bgneal@312: desc:"Insert page break." bgneal@312: }, bgneal@312: advlist:{ bgneal@312: types:"Types", bgneal@312: def:"Default", bgneal@312: lower_alpha:"Lower alpha", bgneal@312: lower_greek:"Lower greek", bgneal@312: lower_roman:"Lower roman", bgneal@312: upper_alpha:"Upper alpha", bgneal@312: upper_roman:"Upper roman", bgneal@312: circle:"Circle", bgneal@312: disc:"Disc", bgneal@312: square:"Square" bgneal@442: }, bgneal@442: aria:{ bgneal@442: rich_text_area:"Rich Text Area" bgneal@442: }, bgneal@442: wordcount:{ bgneal@442: words: 'Words: ' bgneal@442: } bgneal@442: }});