summaryrefslogtreecommitdiff
path: root/public/javascripts/tiny_mce/plugins/searchreplace/langs
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/searchreplace/langs')
-rwxr-xr-xpublic/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js b/public/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js
new file mode 100755
index 0000000..370959a
--- /dev/null
+++ b/public/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js
@@ -0,0 +1,16 @@
1tinyMCE.addI18n('en.searchreplace_dlg',{
2searchnext_desc:"Find again",
3notfound:"The search has been completed. The search string could not be found.",
4search_title:"Find",
5replace_title:"Find/Replace",
6allreplaced:"All occurrences of the search string were replaced.",
7findwhat:"Find what",
8replacewith:"Replace with",
9direction:"Direction",
10up:"Up",
11down:"Down",
12mcase:"Match case",
13findnext:"Find next",
14replace:"Replace",
15replaceall:"Replace all"
16}); \ No newline at end of file