From 69d05c371029b7915cf2a87d6e552d9853244644 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 19 Mar 2010 14:53:30 +0000 Subject: - TinyMCE 3.3.1 --- program/js/tiny_mce/langs/en.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'program/js/tiny_mce/langs/en.js') diff --git a/program/js/tiny_mce/langs/en.js b/program/js/tiny_mce/langs/en.js index 8519b4de7..075bef70d 100644 --- a/program/js/tiny_mce/langs/en.js +++ b/program/js/tiny_mce/langs/en.js @@ -120,7 +120,9 @@ col:"Column", cell:"Cell" }, autosave:{ -unload_msg:"The changes you made will be lost if you navigate away from this page." +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?" }, fullscreen:{ desc:"Toggle fullscreen mode" @@ -151,4 +153,17 @@ no_mpell:"No misspellings found." }, pagebreak:{ desc:"Insert page break." -}}}); \ 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 -- cgit v1.2.3