summaryrefslogtreecommitdiff
path: root/plugins/TinyMCE/js/langs
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-08-10 15:24:12 -0700
committerBrion Vibber <brion@status.net>2010-08-10 15:24:12 -0700
commitbb711cb98d2c63e98b7cb9addf6a0979addaaf3b (patch)
treee82c92f4a50ab860aee4b8d9c79ff1b9b79aa70b /plugins/TinyMCE/js/langs
parent819d33210d298de74b64dc7ead79e9d9b223b12e (diff)
Update TinyMCE to release 3.3.8, jQuery version
Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165
Diffstat (limited to 'plugins/TinyMCE/js/langs')
-rw-r--r--plugins/TinyMCE/js/langs/en.js33
1 files changed, 17 insertions, 16 deletions
diff --git a/plugins/TinyMCE/js/langs/en.js b/plugins/TinyMCE/js/langs/en.js
index 075bef70d..ea4a1b0e1 100644
--- a/plugins/TinyMCE/js/langs/en.js
+++ b/plugins/TinyMCE/js/langs/en.js
@@ -90,7 +90,9 @@ desc:"Edit CSS Style"
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 @@ cell:"Cell"
},
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 @@ no_mpell:"No misspellings found."
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