Index: wp-includes/js/tinymce/langs/wp-langs-en.js
===================================================================
--- wp-includes/js/tinymce/langs/wp-langs-en.js	(revision 18459)
+++ wp-includes/js/tinymce/langs/wp-langs-en.js	(working copy)
@@ -200,18 +200,6 @@
 pagebreak:{
 desc:"Insert Page Break"
 },
-advlist:{
-types:"Types",
-def:"Default",
-lower_alpha:"Lower alpha",
-lower_greek:"Lower greek",
-lower_roman:"Lower roman",
-upper_alpha:"Upper alpha",
-upper_roman:"Upper roman",
-circle:"Circle",
-disc:"Disc",
-square:"Square"
-},
 aria:{
 rich_text_area:"Rich Text Area"
 },
@@ -280,8 +268,6 @@
 newdocument:"Are you sure you want to clear all contents?",
 toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
 more_colors:"More colors",
-shortcuts_desc:"Accessibility Help",
-help_shortcut:" Press ALT F10 for toolbar. Press ALT 0 for help.",
 rich_text_area:"Rich Text Area",
 toolbar:"Toolbar"
 });
@@ -335,9 +321,7 @@
 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",
-accessibility_help:"Accessibility Help",
-accessibility_usage_title:"General Usage"
+link_list:"Link list"
 });
 
 tinyMCE.addI18n("en.media_dlg",{
Index: wp-includes/js/tinymce/langs/wp-langs.php
===================================================================
--- wp-includes/js/tinymce/langs/wp-langs.php	(revision 18459)
+++ wp-includes/js/tinymce/langs/wp-langs.php	(working copy)
@@ -212,18 +212,6 @@
 pagebreak:{
 desc:"' . mce_escape( __('Insert Page Break') ) . '"
 },
-advlist:{
-types:"' . mce_escape( __('Types') ) . '",
-def:"' . mce_escape( __('Default') ) . '",
-lower_alpha:"' . mce_escape( __('Lower alpha') ) . '",
-lower_greek:"' . mce_escape( __('Lower greek') ) . '",
-lower_roman:"' . mce_escape( __('Lower roman') ) . '",
-upper_alpha:"' . mce_escape( __('Upper alpha') ) . '",
-upper_roman:"' . mce_escape( __('Upper roman') ) . '",
-circle:"' . mce_escape( __('Circle') ) . '",
-disc:"' . mce_escape( __('Disc') ) . '",
-square:"' . mce_escape( __('Square') ) . '"
-},
 aria:{
 rich_text_area:"' . mce_escape( __('Rich Text Area') ) . '"
 },
@@ -292,8 +280,6 @@
 newdocument:"' . mce_escape( __('Are you sure you want to clear all contents?') ) . '",
 toolbar_focus:"' . mce_escape( __('Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X') ) . '",
 more_colors:"' . mce_escape( __('More colors') ) . '",
-shortcuts_desc:"' . mce_escape( __('Accessibility Help') ) . '",
-help_shortcut:" ' . mce_escape( __('Press ALT F10 for toolbar. Press ALT 0 for help.') ) . '",
 rich_text_area:"' . mce_escape( __('Rich Text Area') ) . '",
 toolbar:"' . mce_escape( __('Toolbar') ) . '"
 });
@@ -347,9 +333,7 @@
 link_titlefield:"' . mce_escape( __('Title') ) . '",
 link_is_email:"' . mce_escape( __('The URL you entered seems to be an email address, do you want to add the required mailto: prefix?') ) . '",
 link_is_external:"' . mce_escape( __('The URL you entered seems to external link, do you want to add the required http:// prefix?') ) . '",
-link_list:"' . mce_escape( __('Link list') ) . '",
-accessibility_help:"' . mce_escape( __('Accessibility Help') ) . '",
-accessibility_usage_title:"' . mce_escape( __('General Usage') ) . '"
+link_list:"' . mce_escape( __('Link list') ) . '"
 });
 
 tinyMCE.addI18n("' . $language . '.media_dlg",{
