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