comparison media/js/tiny_mce/langs/en.js @ 217:237710206167

Update TinyMCE to 3.3.6
author Brian Neal <bgneal@gmail.com>
date Tue, 01 Jun 2010 04:49:29 +0000
parents 149c3567fec1
children
comparison
equal deleted inserted replaced
216:fe900598f81c 217:237710206167
88 desc:"Edit CSS Style" 88 desc:"Edit CSS Style"
89 }, 89 },
90 paste:{ 90 paste:{
91 paste_text_desc:"Paste as Plain Text", 91 paste_text_desc:"Paste as Plain Text",
92 paste_word_desc:"Paste from Word", 92 paste_word_desc:"Paste from Word",
93 selectall_desc:"Select All" 93 selectall_desc:"Select All",
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.",
95 plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode."
94 }, 96 },
95 paste_dlg:{ 97 paste_dlg:{
96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.", 98 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
97 text_linebreaks:"Keep linebreaks", 99 text_linebreaks:"Keep linebreaks",
98 word_title:"Use CTRL+V on your keyboard to paste the text into the window." 100 word_title:"Use CTRL+V on your keyboard to paste the text into the window."
119 col:"Column", 121 col:"Column",
120 cell:"Cell" 122 cell:"Cell"
121 }, 123 },
122 autosave:{ 124 autosave:{
123 unload_msg:"The changes you made will be lost if you navigate away from this page.", 125 unload_msg:"The changes you made will be lost if you navigate away from this page.",
124 restore_content: "Restore auto-saved content", 126 restore_content:"Restore auto-saved content.",
125 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?" 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?."
126 }, 128 },
127 fullscreen:{ 129 fullscreen:{
128 desc:"Toggle fullscreen mode" 130 desc:"Toggle fullscreen mode"
129 }, 131 },
130 media:{ 132 media:{
152 no_mpell:"No misspellings found." 154 no_mpell:"No misspellings found."
153 }, 155 },
154 pagebreak:{ 156 pagebreak:{
155 desc:"Insert page break." 157 desc:"Insert page break."
156 }, 158 },
157 advlist : { 159 advlist:{
158 types : 'Types', 160 types:"Types",
159 def : 'Default', 161 def:"Default",
160 lower_alpha : "Lower alpha", 162 lower_alpha:"Lower alpha",
161 lower_greek : "Lower greek", 163 lower_greek:"Lower greek",
162 lower_roman : "Lower roman", 164 lower_roman:"Lower roman",
163 upper_alpha : "Upper alpha", 165 upper_alpha:"Upper alpha",
164 upper_roman : "Upper roman", 166 upper_roman:"Upper roman",
165 circle : "Circle", 167 circle:"Circle",
166 disc : "Disc", 168 disc:"Disc",
167 square : "Square" 169 square:"Square"
168 } 170 }}});
169 }});