diff static/js/tiny_mce/themes/advanced/langs/en_dlg.js @ 442:6c182ceb7147

Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 May 2011 00:43:49 +0000
parents 88b2b9cb8c1f
children
line wrap: on
line diff
--- a/static/js/tiny_mce/themes/advanced/langs/en_dlg.js	Wed May 25 02:39:08 2011 +0000
+++ b/static/js/tiny_mce/themes/advanced/langs/en_dlg.js	Thu May 26 00:43:49 2011 +0000
@@ -10,6 +10,7 @@
 about_loaded:"Loaded plugins",
 anchor_title:"Insert/edit anchor",
 anchor_name:"Anchor name",
+anchor_invalid:"Please specify a valid anchor name.",
 code_title:"HTML Source Editor",
 code_wordwrap:"Word wrap",
 colorpicker_title:"Select a color",
@@ -45,7 +46,9 @@
 link_target_same:"Open link in the same window",
 link_target_blank:"Open link in a new window",
 link_titlefield:"Title",
-link_is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
-link_is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?",
-link_list:"Link list"
+link_is_email:"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
+link_is_external:"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
+link_list:"Link list",
+accessibility_help:"Accessibility Help",
+accessibility_usage_title:"General Usage"
 });
\ No newline at end of file