X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/80b7979fccf09a75af3f4c111fa27060ae6dbf85..c55863f11e8589bf8d4a5698bf15752406654f1c:/wp-includes/js/tinymce/langs/wp-langs.php?ds=inline diff --git a/wp-includes/js/tinymce/langs/wp-langs.php b/wp-includes/js/tinymce/langs/wp-langs.php index 04dfa0f5..9de90c2e 100644 --- a/wp-includes/js/tinymce/langs/wp-langs.php +++ b/wp-includes/js/tinymce/langs/wp-langs.php @@ -3,6 +3,9 @@ if ( ! defined( 'ABSPATH' ) ) exit; +if ( ! class_exists( '_WP_Editors' ) ) + require( ABSPATH . WPINC . '/class-wp-editor.php' ); + // deprecated, not used function mce_escape($text) { return esc_js($text); @@ -129,7 +132,7 @@ function wp_mce_translation() { ), 'advhr' => array( - 'advhr_desc' => __('Horizontale rule') + 'advhr_desc' => __('Horizontal rule') ), 'emotions' => array( @@ -443,7 +446,7 @@ function wp_mce_translation() { 'rate' => __('Rate'), 'uimode' => __('UI Mode'), 'flash_options' => __('Flash options'), - 'qt_options' => __('Quicktime options'), + 'qt_options' => __('QuickTime options'), 'wmp_options' => __('Windows media player options'), 'rmp_options' => __('Real media player options'), 'shockwave_options' => __('Shockwave options'), @@ -506,7 +509,8 @@ function wp_mce_translation() { 'add_video' => __('Add Video'), 'add_audio' => __('Add Audio'), 'editgallery' => __('Edit Gallery'), - 'delgallery' => __('Delete Gallery') + 'delgallery' => __('Delete Gallery'), + 'wp_fullscreen_desc' => __('Distraction Free Writing mode (Alt + Shift + W)') ); $wpeditimage = array( @@ -542,7 +546,7 @@ function wp_mce_translation() { 's130' => __('130%'), 'img_title' => __('Title'), 'caption' => __('Caption'), - 'alt' => __('Alternate Text') + 'alt' => __('Alternative Text') ); $locale = _WP_Editors::$mce_locale;