Mercurial > public > sg101
comparison media/js/tiny_mce/langs/en.js @ 183:149c3567fec1
Updated to TinyMCE version 3.3.2. This is for #57.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 28 Mar 2010 21:47:48 +0000 |
parents | a5b4c5ce0658 |
children | 237710206167 |
comparison
equal
deleted
inserted
replaced
182:5c889b587416 | 183:149c3567fec1 |
---|---|
118 row:"Row", | 118 row:"Row", |
119 col:"Column", | 119 col:"Column", |
120 cell:"Cell" | 120 cell:"Cell" |
121 }, | 121 }, |
122 autosave:{ | 122 autosave:{ |
123 unload_msg:"The changes you made will be lost if you navigate away from this page." | 123 unload_msg:"The changes you made will be lost if you navigate away from this page.", |
124 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?" | |
124 }, | 126 }, |
125 fullscreen:{ | 127 fullscreen:{ |
126 desc:"Toggle fullscreen mode" | 128 desc:"Toggle fullscreen mode" |
127 }, | 129 }, |
128 media:{ | 130 media:{ |
149 no_sug:"No suggestions", | 151 no_sug:"No suggestions", |
150 no_mpell:"No misspellings found." | 152 no_mpell:"No misspellings found." |
151 }, | 153 }, |
152 pagebreak:{ | 154 pagebreak:{ |
153 desc:"Insert page break." | 155 desc:"Insert page break." |
154 }}}); | 156 }, |
157 advlist : { | |
158 types : 'Types', | |
159 def : 'Default', | |
160 lower_alpha : "Lower alpha", | |
161 lower_greek : "Lower greek", | |
162 lower_roman : "Lower roman", | |
163 upper_alpha : "Upper alpha", | |
164 upper_roman : "Upper roman", | |
165 circle : "Circle", | |
166 disc : "Disc", | |
167 square : "Square" | |
168 } | |
169 }}); |