annotate media/js/tiny_mce/langs/en.js @ 133:c515b7401078

Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2009 00:21:47 +0000
parents a5b4c5ce0658
children 149c3567fec1
rev   line source
bgneal@45 1 tinyMCE.addI18n({en:{
bgneal@45 2 common:{
bgneal@45 3 edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?",
bgneal@45 4 apply:"Apply",
bgneal@45 5 insert:"Insert",
bgneal@45 6 update:"Update",
bgneal@45 7 cancel:"Cancel",
bgneal@45 8 close:"Close",
bgneal@45 9 browse:"Browse",
bgneal@45 10 class_name:"Class",
bgneal@45 11 not_set:"-- Not set --",
bgneal@45 12 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?",
bgneal@45 13 clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.",
bgneal@45 14 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@45 15 invalid_data:"Error: Invalid values entered, these are marked in red.",
bgneal@45 16 more_colors:"More colors"
bgneal@45 17 },
bgneal@45 18 contextmenu:{
bgneal@45 19 align:"Alignment",
bgneal@45 20 left:"Left",
bgneal@45 21 center:"Center",
bgneal@45 22 right:"Right",
bgneal@45 23 full:"Full"
bgneal@45 24 },
bgneal@45 25 insertdatetime:{
bgneal@45 26 date_fmt:"%Y-%m-%d",
bgneal@45 27 time_fmt:"%H:%M:%S",
bgneal@45 28 insertdate_desc:"Insert date",
bgneal@45 29 inserttime_desc:"Insert time",
bgneal@45 30 months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
bgneal@45 31 months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
bgneal@45 32 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
bgneal@45 33 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
bgneal@45 34 },
bgneal@45 35 print:{
bgneal@45 36 print_desc:"Print"
bgneal@45 37 },
bgneal@45 38 preview:{
bgneal@45 39 preview_desc:"Preview"
bgneal@45 40 },
bgneal@45 41 directionality:{
bgneal@45 42 ltr_desc:"Direction left to right",
bgneal@45 43 rtl_desc:"Direction right to left"
bgneal@45 44 },
bgneal@45 45 layer:{
bgneal@45 46 insertlayer_desc:"Insert new layer",
bgneal@45 47 forward_desc:"Move forward",
bgneal@45 48 backward_desc:"Move backward",
bgneal@45 49 absolute_desc:"Toggle absolute positioning",
bgneal@45 50 content:"New layer..."
bgneal@45 51 },
bgneal@45 52 save:{
bgneal@45 53 save_desc:"Save",
bgneal@45 54 cancel_desc:"Cancel all changes"
bgneal@45 55 },
bgneal@45 56 nonbreaking:{
bgneal@45 57 nonbreaking_desc:"Insert non-breaking space character"
bgneal@45 58 },
bgneal@45 59 iespell:{
bgneal@45 60 iespell_desc:"Run spell checking",
bgneal@45 61 download:"ieSpell not detected. Do you want to install it now?"
bgneal@45 62 },
bgneal@45 63 advhr:{
bgneal@45 64 advhr_desc:"Horizontal rule"
bgneal@45 65 },
bgneal@45 66 emotions:{
bgneal@45 67 emotions_desc:"Emotions"
bgneal@45 68 },
bgneal@45 69 searchreplace:{
bgneal@45 70 search_desc:"Find",
bgneal@45 71 replace_desc:"Find/Replace"
bgneal@45 72 },
bgneal@45 73 advimage:{
bgneal@45 74 image_desc:"Insert/edit image"
bgneal@45 75 },
bgneal@45 76 advlink:{
bgneal@45 77 link_desc:"Insert/edit link"
bgneal@45 78 },
bgneal@45 79 xhtmlxtras:{
bgneal@45 80 cite_desc:"Citation",
bgneal@45 81 abbr_desc:"Abbreviation",
bgneal@45 82 acronym_desc:"Acronym",
bgneal@45 83 del_desc:"Deletion",
bgneal@45 84 ins_desc:"Insertion",
bgneal@45 85 attribs_desc:"Insert/Edit Attributes"
bgneal@45 86 },
bgneal@45 87 style:{
bgneal@45 88 desc:"Edit CSS Style"
bgneal@45 89 },
bgneal@45 90 paste:{
bgneal@45 91 paste_text_desc:"Paste as Plain Text",
bgneal@45 92 paste_word_desc:"Paste from Word",
bgneal@45 93 selectall_desc:"Select All"
bgneal@45 94 },
bgneal@45 95 paste_dlg:{
bgneal@45 96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
bgneal@45 97 text_linebreaks:"Keep linebreaks",
bgneal@45 98 word_title:"Use CTRL+V on your keyboard to paste the text into the window."
bgneal@45 99 },
bgneal@45 100 table:{
bgneal@45 101 desc:"Inserts a new table",
bgneal@45 102 row_before_desc:"Insert row before",
bgneal@45 103 row_after_desc:"Insert row after",
bgneal@45 104 delete_row_desc:"Delete row",
bgneal@45 105 col_before_desc:"Insert column before",
bgneal@45 106 col_after_desc:"Insert column after",
bgneal@45 107 delete_col_desc:"Remove column",
bgneal@45 108 split_cells_desc:"Split merged table cells",
bgneal@45 109 merge_cells_desc:"Merge table cells",
bgneal@45 110 row_desc:"Table row properties",
bgneal@45 111 cell_desc:"Table cell properties",
bgneal@45 112 props_desc:"Table properties",
bgneal@45 113 paste_row_before_desc:"Paste table row before",
bgneal@45 114 paste_row_after_desc:"Paste table row after",
bgneal@45 115 cut_row_desc:"Cut table row",
bgneal@45 116 copy_row_desc:"Copy table row",
bgneal@45 117 del:"Delete table",
bgneal@45 118 row:"Row",
bgneal@45 119 col:"Column",
bgneal@45 120 cell:"Cell"
bgneal@45 121 },
bgneal@45 122 autosave:{
bgneal@45 123 unload_msg:"The changes you made will be lost if you navigate away from this page."
bgneal@45 124 },
bgneal@45 125 fullscreen:{
bgneal@45 126 desc:"Toggle fullscreen mode"
bgneal@45 127 },
bgneal@45 128 media:{
bgneal@45 129 desc:"Insert / edit embedded media",
bgneal@45 130 edit:"Edit embedded media"
bgneal@45 131 },
bgneal@45 132 fullpage:{
bgneal@45 133 desc:"Document properties"
bgneal@45 134 },
bgneal@45 135 template:{
bgneal@45 136 desc:"Insert predefined template content"
bgneal@45 137 },
bgneal@45 138 visualchars:{
bgneal@45 139 desc:"Visual control characters on/off."
bgneal@45 140 },
bgneal@45 141 spellchecker:{
bgneal@45 142 desc:"Toggle spellchecker",
bgneal@45 143 menu:"Spellchecker settings",
bgneal@45 144 ignore_word:"Ignore word",
bgneal@45 145 ignore_words:"Ignore all",
bgneal@45 146 langs:"Languages",
bgneal@45 147 wait:"Please wait...",
bgneal@45 148 sug:"Suggestions",
bgneal@45 149 no_sug:"No suggestions",
bgneal@45 150 no_mpell:"No misspellings found."
bgneal@45 151 },
bgneal@45 152 pagebreak:{
bgneal@45 153 desc:"Insert page break."
bgneal@45 154 }}});