diff 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
line wrap: on
line diff
--- a/media/js/tiny_mce/langs/en.js	Sun May 30 20:51:41 2010 +0000
+++ b/media/js/tiny_mce/langs/en.js	Tue Jun 01 04:49:29 2010 +0000
@@ -90,7 +90,9 @@
 paste:{
 paste_text_desc:"Paste as Plain Text",
 paste_word_desc:"Paste from Word",
-selectall_desc:"Select All"
+selectall_desc:"Select All",
+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.",
+plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode."
 },
 paste_dlg:{
 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
@@ -121,8 +123,8 @@
 },
 autosave:{
 unload_msg:"The changes you made will be lost if you navigate away from this page.",
-restore_content: "Restore auto-saved content",
-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?"
+restore_content:"Restore auto-saved content.",
+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?."
 },
 fullscreen:{
 desc:"Toggle fullscreen mode"
@@ -154,16 +156,15 @@
 pagebreak:{
 desc:"Insert page break."
 },
-advlist : {
-	types : 'Types',
-	def : 'Default',
-	lower_alpha : "Lower alpha",
-	lower_greek : "Lower greek",
-	lower_roman : "Lower roman",
-	upper_alpha : "Upper alpha",
-	upper_roman : "Upper roman",
-	circle : "Circle",
-	disc : "Disc",
-	square : "Square"
-}
-}});
\ No newline at end of file
+advlist:{
+types:"Types",
+def:"Default",
+lower_alpha:"Lower alpha",
+lower_greek:"Lower greek",
+lower_roman:"Lower roman",
+upper_alpha:"Upper alpha",
+upper_roman:"Upper roman",
+circle:"Circle",
+disc:"Disc",
+square:"Square"
+}}});
\ No newline at end of file