From 60527660ee5e78df7ac4ee8e37a8ba6fdab22128 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 24 Jun 2010 13:55:14 +0000 Subject: - Update TinyMCE translations --- .../js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 program/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js (limited to 'program/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js') diff --git a/program/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js b/program/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js new file mode 100644 index 000000000..6dbae4537 --- /dev/null +++ b/program/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js @@ -0,0 +1,16 @@ +tinyMCE.addI18n('ta.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" +}); \ No newline at end of file -- cgit v1.2.3