AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / include / jscripts / tiny_mce / 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 });