summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/langs
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-19 14:53:30 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-19 14:53:30 +0000
commit6d1df5faea99fd7ecdcd35b3af0ed75714a236a3 (patch)
tree559bc9163004f00d2dc482bfd6b71efe426ce4c2 /roundcubemail/program/js/tiny_mce/langs
parenta2f483a3cc23b53e33fbc823e089348777f204da (diff)
- TinyMCE 3.3.1
git-svn-id: https://svn.roundcube.net/trunk@3388 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/langs')
-rw-r--r--roundcubemail/program/js/tiny_mce/langs/en.js19
1 files changed, 17 insertions, 2 deletions
diff --git a/roundcubemail/program/js/tiny_mce/langs/en.js b/roundcubemail/program/js/tiny_mce/langs/en.js
index 8519b4de7..075bef70d 100644
--- a/roundcubemail/program/js/tiny_mce/langs/en.js
+++ b/roundcubemail/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