app/tiny_mce/plugins/searchreplace/langs/en_dlg.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Nov 2008 19:00:03 +0000
changeset 612 3cca81b1e5a1
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Moved checkAccess and getCleanedFields into access and forms A second patch in an effort to increase the cohesion in the base.View class. Patch by: Sverre Rabbelier

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"
});