/static/scripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js
JavaScript | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | 5f735d67877a4ecb9faf4ca19d2035dd MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
1tinyMCE.addI18n('en.searchreplace_dlg',{ 2searchnext_desc:"Find again", 3notfound:"The search has been completed. The search string could not be found.", 4search_title:"Find", 5replace_title:"Find/Replace", 6allreplaced:"All occurrences of the search string were replaced.", 7findwhat:"Find what", 8replacewith:"Replace with", 9direction:"Direction", 10up:"Up", 11down:"Down", 12mcase:"Match case", 13findnext:"Find next", 14replace:"Replace", 15replaceall:"Replace all" 16});