bgneal@45: tinyMCE.addI18n('en.searchreplace_dlg',{
bgneal@45: searchnext_desc:"Find again",
bgneal@45: notfound:"The search has been completed. The search string could not be found.",
bgneal@45: search_title:"Find",
bgneal@45: replace_title:"Find/Replace",
bgneal@45: allreplaced:"All occurrences of the search string were replaced.",
bgneal@45: findwhat:"Find what",
bgneal@45: replacewith:"Replace with",
bgneal@45: direction:"Direction",
bgneal@45: up:"Up",
bgneal@45: down:"Down",
bgneal@45: mcase:"Match case",
bgneal@45: findnext:"Find next",
bgneal@45: replace:"Replace",
bgneal@45: replaceall:"Replace all"
bgneal@45: });