Changeset 19263
- Timestamp:
- 11/12/2011 06:15:15 AM (13 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r19239 r19263 636 636 'numlist' => array( 'title' => __('Ordered list (Alt + Shift + O)'), 'onclick' => 'fullscreen.ol();', 'both' => false ), 637 637 '1' => 'separator', 638 'blockquote' => array( 'title' => __('Blockquote (Alt +Shift+Q)'), 'onclick' => 'fullscreen.blockquote();', 'both' => false ),638 'blockquote' => array( 'title' => __('Blockquote (Alt + Shift + Q)'), 'onclick' => 'fullscreen.blockquote();', 'both' => false ), 639 639 'image' => array( 'title' => __('Insert/edit image (Alt + Shift + M)'), 'onclick' => "fullscreen.medialib();", 'both' => true ), 640 640 '2' => 'separator', -
trunk/wp-includes/js/tinymce/langs/wp-langs-en.js
r17625 r19263 141 141 }, 142 142 paste_dlg:{ 143 text_title:"Use CTRL +V on your keyboard to paste the text into the window.",143 text_title:"Use CTRL + V on your keyboard to paste the text into the window.", 144 144 text_linebreaks:"Keep linebreaks", 145 word_title:"Use CTRL +V on your keyboard to paste the text into the window."145 word_title:"Use CTRL + V on your keyboard to paste the text into the window." 146 146 }, 147 147 table:{ … … 171 171 }, 172 172 fullscreen:{ 173 desc:"Toggle fullscreen mode (Alt +Shift+G)"173 desc:"Toggle fullscreen mode (Alt + Shift + G)" 174 174 }, 175 175 media:{ … … 187 187 }, 188 188 spellchecker:{ 189 desc:"Toggle spellchecker (Alt +Shift+N)",189 desc:"Toggle spellchecker (Alt + Shift + N)", 190 190 menu:"Spellchecker settings", 191 191 ignore_word:"Ignore word", … … 241 241 dt:"Definition term ", 242 242 dd:"Definition description", 243 bold_desc:"Bold (Ctrl / Alt +Shift + B)",244 italic_desc:"Italic (Ctrl / Alt +Shift + I)",243 bold_desc:"Bold (Ctrl / Alt + Shift + B)", 244 italic_desc:"Italic (Ctrl / Alt + Shift + I)", 245 245 underline_desc:"Underline", 246 striketrough_desc:"Strikethrough (Alt +Shift+D)",247 justifyleft_desc:"Align Left (Alt +Shift+L)",248 justifycenter_desc:"Align Center (Alt +Shift+C)",249 justifyright_desc:"Align Right (Alt +Shift+R)",250 justifyfull_desc:"Align Full (Alt +Shift+J)",251 bullist_desc:"Unordered list (Alt +Shift+U)",252 numlist_desc:"Ordered list (Alt +Shift+O)",246 striketrough_desc:"Strikethrough (Alt + Shift + D)", 247 justifyleft_desc:"Align Left (Alt + Shift + L)", 248 justifycenter_desc:"Align Center (Alt + Shift + C)", 249 justifyright_desc:"Align Right (Alt + Shift + R)", 250 justifyfull_desc:"Align Full (Alt + Shift + J)", 251 bullist_desc:"Unordered list (Alt + Shift + U)", 252 numlist_desc:"Ordered list (Alt + Shift + O)", 253 253 outdent_desc:"Outdent", 254 254 indent_desc:"Indent", 255 undo_desc:"Undo (Ctrl +Z)",256 redo_desc:"Redo (Ctrl +Y)",257 link_desc:"Insert/edit link (Alt +Shift+A)",258 unlink_desc:"Unlink (Alt +Shift+S)",259 image_desc:"Insert/edit image (Alt +Shift+M)",255 undo_desc:"Undo (Ctrl + Z)", 256 redo_desc:"Redo (Ctrl + Y)", 257 link_desc:"Insert/edit link (Alt + Shift + A)", 258 unlink_desc:"Unlink (Alt + Shift + S)", 259 image_desc:"Insert/edit image (Alt + Shift + M)", 260 260 cleanup_desc:"Cleanup messy code", 261 261 code_desc:"Edit HTML Source", … … 275 275 newdocument_desc:"New document", 276 276 help_desc:"Help", 277 blockquote_desc:"Blockquote (Alt +Shift+Q)",277 blockquote_desc:"Blockquote (Alt + Shift + Q)", 278 278 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.", 279 279 path:"Path", 280 280 newdocument:"Are you sure you want to clear all contents?", 281 toolbar_focus:"Jump to tool buttons - Alt +Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",281 toolbar_focus:"Jump to tool buttons - Alt + Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", 282 282 more_colors:"More colors", 283 283 shortcuts_desc:"Accessibility Help", … … 452 452 453 453 tinyMCE.addI18n("en.wordpress",{ 454 wp_adv_desc:"Show/Hide Kitchen Sink (Alt +Shift+Z)",455 wp_more_desc:"Insert More Tag (Alt +Shift+T)",456 wp_page_desc:"Insert Page break (Alt +Shift+P)",457 wp_help_desc:"Help (Alt +Shift+H)",454 wp_adv_desc:"Show/Hide Kitchen Sink (Alt + Shift + Z)", 455 wp_more_desc:"Insert More Tag (Alt + Shift + T)", 456 wp_page_desc:"Insert Page break (Alt + Shift + P)", 457 wp_help_desc:"Help (Alt + Shift + H)", 458 458 wp_more_alt:"More...", 459 459 wp_page_alt:"Next page...", -
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r18841 r19263 183 183 }, 184 184 fullscreen:{ 185 desc:"' . mce_escape( __('Toggle fullscreen mode ') ) . ' (Alt+Shift+G)"185 desc:"' . mce_escape( __('Toggle fullscreen mode (Alt + Shift + G)') ) . '" 186 186 }, 187 187 media:{ … … 199 199 }, 200 200 spellchecker:{ 201 desc:"' . mce_escape( __('Toggle spellchecker ') ) . ' (Alt+Shift+N)",201 desc:"' . mce_escape( __('Toggle spellchecker (Alt + Shift + N)') ) . '", 202 202 menu:"' . mce_escape( __('Spellchecker settings') ) . '", 203 203 ignore_word:"' . mce_escape( __('Ignore word') ) . '", … … 253 253 dt:"' . mce_escape( __('Definition term ') ) . '", 254 254 dd:"' . mce_escape( __('Definition description') ) . '", 255 bold_desc:"' . mce_escape( __('Bold ') ) . ' (Ctrl / Alt+Shift + B)",256 italic_desc:"' . mce_escape( __('Italic ') ) . ' (Ctrl / Alt+Shift + I)",255 bold_desc:"' . mce_escape( __('Bold (Ctrl + B)') ) . '", 256 italic_desc:"' . mce_escape( __('Italic (Ctrl + I)') ) . '", 257 257 underline_desc:"' . mce_escape( __('Underline') ) . '", 258 striketrough_desc:"' . mce_escape( __('Strikethrough ') ) . ' (Alt+Shift+D)",259 justifyleft_desc:"' . mce_escape( __('Align Left ') ) . ' (Alt+Shift+L)",260 justifycenter_desc:"' . mce_escape( __('Align Center ') ) . ' (Alt+Shift+C)",261 justifyright_desc:"' . mce_escape( __('Align Right ') ) . ' (Alt+Shift+R)",262 justifyfull_desc:"' . mce_escape( __('Align Full ') ) . ' (Alt+Shift+J)",263 bullist_desc:"' . mce_escape( __('Unordered list ') ) . ' (Alt+Shift+U)",264 numlist_desc:"' . mce_escape( __('Ordered list ') ) . ' (Alt+Shift+O)",258 striketrough_desc:"' . mce_escape( __('Strikethrough (Alt + Shift + D)') ) . '", 259 justifyleft_desc:"' . mce_escape( __('Align Left (Alt + Shift + L)') ) . '", 260 justifycenter_desc:"' . mce_escape( __('Align Center (Alt + Shift + C)') ) . '", 261 justifyright_desc:"' . mce_escape( __('Align Right (Alt + Shift + R)') ) . '", 262 justifyfull_desc:"' . mce_escape( __('Align Full (Alt + Shift + J)') ) . '", 263 bullist_desc:"' . mce_escape( __('Unordered list (Alt + Shift + U)') ) . '", 264 numlist_desc:"' . mce_escape( __('Ordered list (Alt + Shift + O)') ) . '", 265 265 outdent_desc:"' . mce_escape( __('Outdent') ) . '", 266 266 indent_desc:"' . mce_escape( __('Indent') ) . '", 267 undo_desc:"' . mce_escape( __('Undo ') ) . ' (Ctrl+Z)",268 redo_desc:"' . mce_escape( __('Redo ') ) . ' (Ctrl+Y)",269 link_desc:"' . mce_escape( __('Insert/edit link ') ) . ' (Alt+Shift+A)",270 unlink_desc:"' . mce_escape( __('Unlink ') ) . ' (Alt+Shift+S)",271 image_desc:"' . mce_escape( __('Insert/edit image ') ) . ' (Alt+Shift+M)",267 undo_desc:"' . mce_escape( __('Undo (Ctrl + Z)') ) . '", 268 redo_desc:"' . mce_escape( __('Redo (Ctrl + Y)') ) . '", 269 link_desc:"' . mce_escape( __('Insert/edit link (Alt + Shift + A)') ) . '", 270 unlink_desc:"' . mce_escape( __('Unlink (Alt + Shift + S)') ) . '", 271 image_desc:"' . mce_escape( __('Insert/edit image (Alt + Shift + M)') ) . '", 272 272 cleanup_desc:"' . mce_escape( __('Cleanup messy code') ) . '", 273 273 code_desc:"' . mce_escape( __('Edit HTML Source') ) . '", … … 287 287 newdocument_desc:"' . mce_escape( __('New document') ) . '", 288 288 help_desc:"' . mce_escape( __('Help') ) . '", 289 blockquote_desc:"' . mce_escape( __('Blockquote ') ) . ' (Alt+Shift+Q)",289 blockquote_desc:"' . mce_escape( __('Blockquote (Alt + Shift + Q)') ) . '", 290 290 clipboard_msg:"' . mce_escape( __('Copy/Cut/Paste is not available in Mozilla and Firefox.') ) . '", 291 291 path:"' . mce_escape( __('Path') ) . '", … … 464 464 465 465 tinyMCE.addI18n("' . $this->mce_locale . '.wordpress",{ 466 wp_adv_desc:"' . mce_escape( __('Show/Hide Kitchen Sink ') ) . ' (Alt+Shift+Z)",467 wp_more_desc:"' . mce_escape( __('Insert More Tag ') ) . ' (Alt+Shift+T)",468 wp_page_desc:"' . mce_escape( __('Insert Page break ') ) . ' (Alt+Shift+P)",469 wp_help_desc:"' . mce_escape( __('Help ') ) . ' (Alt+Shift+H)",466 wp_adv_desc:"' . mce_escape( __('Show/Hide Kitchen Sink (Alt + Shift + Z)') ) . '", 467 wp_more_desc:"' . mce_escape( __('Insert More Tag (Alt + Shift + T)') ) . '", 468 wp_page_desc:"' . mce_escape( __('Insert Page break (Alt + Shift + P)') ) . '", 469 wp_help_desc:"' . mce_escape( __('Help (Alt + Shift + H)') ) . '", 470 470 wp_more_alt:"' . mce_escape( __('More...') ) . '", 471 471 wp_page_alt:"' . mce_escape( __('Next page...') ) . '",
Note: See TracChangeset
for help on using the changeset viewer.