From 422fde6e998684735cd18684e6273d564f825b2a Mon Sep 17 00:00:00 2001 From: estadtherr Date: Tue, 15 Apr 2008 21:22:00 +0000 Subject: HTML editing fixes, upgrade to TinyMCE v3.0.6 git-svn-id: https://svn.roundcube.net/trunk@1308 208e9e7b-5314-0410-a742-e7e81cd9613c --- .../js/tiny_mce/plugins/searchreplace/langs/en.js | 21 --------------------- .../tiny_mce/plugins/searchreplace/langs/en_dlg.js | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 21 deletions(-) delete mode 100644 roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en.js create mode 100644 roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en_dlg.js (limited to 'roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs') diff --git a/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en.js b/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en.js deleted file mode 100644 index 32af8282e..000000000 --- a/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en.js +++ /dev/null @@ -1,21 +0,0 @@ -// UK lang variables - -tinyMCE.addToLang('',{ -searchreplace_search_desc : 'Find', -searchreplace_searchnext_desc : 'Find again', -searchreplace_replace_desc : 'Find/Replace', -searchreplace_notfound : 'The search has been completed. The search string could not be found.', -searchreplace_search_title : 'Find', -searchreplace_replace_title : 'Find/Replace', -searchreplace_allreplaced : 'All occurrences of the search string were replaced.', -searchreplace_findwhat : 'Find what', -searchreplace_replacewith : 'Replace with', -searchreplace_direction : 'Direction', -searchreplace_up : 'Up', -searchreplace_down : 'Down', -searchreplace_case : 'Match case', -searchreplace_findnext : 'Find next', -searchreplace_replace : 'Replace', -searchreplace_replaceall : 'Replace all', -searchreplace_cancel : 'Cancel' -}); diff --git a/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en_dlg.js b/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en_dlg.js new file mode 100644 index 000000000..370959afa --- /dev/null +++ b/roundcubemail/program/js/tiny_mce/plugins/searchreplace/langs/en_dlg.js @@ -0,0 +1,16 @@ +tinyMCE.addI18n('en.searchreplace_dlg',{ +searchnext_desc:"Find again", +notfound:"The search has been completed. The search string could not be found.", +search_title:"Find", +replace_title:"Find/Replace", +allreplaced:"All occurrences of the search string were replaced.", +findwhat:"Find what", +replacewith:"Replace with", +direction:"Direction", +up:"Up", +down:"Down", +mcase:"Match case", +findnext:"Find next", +replace:"Replace", +replaceall:"Replace all" +}); \ No newline at end of file -- cgit v1.2.3