]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/plugins/searchreplace/langs/hi_dlg.js
c5687c2b23c4c71c712cbe2f6e762bfffe038d49
[roundcube.git] / program / js / tiny_mce / plugins / searchreplace / langs / hi_dlg.js
1 tinyMCE.addI18n('hi.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 });