]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/TinyMCE/js/plugins/searchreplace/langs/en_dlg.js
Merge branch 'swat0' into 0.9.x
[quix0rs-gnu-social.git] / plugins / TinyMCE / js / plugins / searchreplace / langs / en_dlg.js
1 tinyMCE.addI18n('en.searchreplace_dlg',{\r
2 searchnext_desc:"Find again",\r
3 notfound:"The search has been completed. The search string could not be found.",\r
4 search_title:"Find",\r
5 replace_title:"Find/Replace",\r
6 allreplaced:"All occurrences of the search string were replaced.",\r
7 findwhat:"Find what",\r
8 replacewith:"Replace with",\r
9 direction:"Direction",\r
10 up:"Up",\r
11 down:"Down",\r
12 mcase:"Match case",\r
13 findnext:"Find next",\r
14 replace:"Replace",\r
15 replaceall:"Replace all"\r
16 });