annotate static/js/tiny_mce/langs/en.js @ 312:88b2b9cb8c1f

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