Changeset 21415
- Timestamp:
- 08/03/2012 06:12:45 PM (12 years ago)
- Location:
- trunk/wp-includes/js/tinymce
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/langs/wp-langs-en.js
r21333 r21415 171 171 }, 172 172 fullscreen:{ 173 desc:"Toggle fullscreen mode (Alt + G)"173 desc:"Toggle fullscreen mode (Alt + Shift + G)" 174 174 }, 175 175 media:{ … … 187 187 }, 188 188 spellchecker:{ 189 desc:"Toggle spellchecker (Alt + N)",189 desc:"Toggle spellchecker (Alt + Shift + N)", 190 190 menu:"Spellchecker settings", 191 191 ignore_word:"Ignore word", … … 244 244 italic_desc:"Italic (Ctrl + I)", 245 245 underline_desc:"Underline", 246 striketrough_desc:"Strikethrough (Alt + D)",247 justifyleft_desc:"Align Left (Alt + L)",248 justifycenter_desc:"Align Center (Alt + C)",249 justifyright_desc:"Align Right (Alt + R)",250 justifyfull_desc:"Align Full (Alt + J)",251 bullist_desc:"Unordered list (Alt + U)",252 numlist_desc:"Ordered list (Alt + 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 255 undo_desc:"Undo (Ctrl + Z)", 256 256 redo_desc:"Redo (Ctrl + Y)", 257 link_desc:"Insert/edit link (Alt + A)",258 unlink_desc:"Unlink (Alt + S )",259 image_desc:"Insert/edit image (Alt + M)",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 + 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 + Shift + Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", 282 282 more_colors:"More colors", 283 283 shortcuts_desc:"Accessibility Help", … … 453 453 454 454 tinyMCE.addI18n("en.wordpress",{ 455 wp_adv_desc:"Show/Hide Kitchen Sink (Alt + Z)",456 wp_more_desc:"Insert More Tag (Alt + T)",457 wp_page_desc:"Insert Page break (Alt + P)",458 wp_help_desc:"Help (Alt + H)",455 wp_adv_desc:"Show/Hide Kitchen Sink (Alt + Shift + Z)", 456 wp_more_desc:"Insert More Tag (Alt + Shift + T)", 457 wp_page_desc:"Insert Page break (Alt + Shift + P)", 458 wp_help_desc:"Help (Alt + Shift + H)", 459 459 wp_more_alt:"More...", 460 460 wp_page_alt:"Next page...", … … 465 465 editgallery:"Edit Gallery", 466 466 delgallery:"Delete Gallery", 467 wp_fullscreen_desc:"Distraction Free Writing mode (Alt + W)"467 wp_fullscreen_desc:"Distraction Free Writing mode (Alt + Shift + W)" 468 468 }); 469 469 -
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r21345 r21415 208 208 209 209 'fullscreen' => array( 210 'desc' => __('Toggle fullscreen mode (Alt + G)')210 'desc' => __('Toggle fullscreen mode (Alt + Shift + G)') 211 211 ), 212 212 … … 229 229 230 230 'spellchecker' => array( 231 'desc' => __('Toggle spellchecker (Alt + N)'),231 'desc' => __('Toggle spellchecker (Alt + Shift + N)'), 232 232 'menu' => __('Spellchecker settings'), 233 233 'ignore_word' => __('Ignore word'), … … 290 290 'italic_desc' => __('Italic (Ctrl + I)'), 291 291 'underline_desc' => __('Underline'), 292 'striketrough_desc' => __('Strikethrough (Alt + D)'),293 'justifyleft_desc' => __('Align Left (Alt + L)'),294 'justifycenter_desc' => __('Align Center (Alt + C)'),295 'justifyright_desc' => __('Align Right (Alt + R)'),296 'justifyfull_desc' => __('Align Full (Alt + J)'),297 'bullist_desc' => __('Unordered list (Alt + U)'),298 'numlist_desc' => __('Ordered list (Alt + O)'),292 'striketrough_desc' => __('Strikethrough (Alt + Shift + D)'), 293 'justifyleft_desc' => __('Align Left (Alt + Shift + L)'), 294 'justifycenter_desc' => __('Align Center (Alt + Shift + C)'), 295 'justifyright_desc' => __('Align Right (Alt + Shift + R)'), 296 'justifyfull_desc' => __('Align Full (Alt + Shift + J)'), 297 'bullist_desc' => __('Unordered list (Alt + Shift + U)'), 298 'numlist_desc' => __('Ordered list (Alt + Shift + O)'), 299 299 'outdent_desc' => __('Outdent'), 300 300 'indent_desc' => __('Indent'), 301 301 'undo_desc' => __('Undo (Ctrl + Z)'), 302 302 'redo_desc' => __('Redo (Ctrl + Y)'), 303 'link_desc' => __('Insert/edit link (Alt + A)'),304 'unlink_desc' => __('Unlink (Alt + S )'),305 'image_desc' => __('Insert/edit image (Alt + M)'),303 'link_desc' => __('Insert/edit link (Alt + Shift + A)'), 304 'unlink_desc' => __('Unlink (Alt + Shift + S)'), 305 'image_desc' => __('Insert/edit image (Alt + Shift + M)'), 306 306 'cleanup_desc' => __('Cleanup messy code'), 307 307 'code_desc' => __('Edit HTML Source'), … … 321 321 'newdocument_desc' => __('New document'), 322 322 'help_desc' => __('Help'), 323 'blockquote_desc' => __('Blockquote (Alt + Q)'),323 'blockquote_desc' => __('Blockquote (Alt + Shift + Q)'), 324 324 'clipboard_msg' => __('Copy/Cut/Paste is not available in Mozilla and Firefox.'), 325 325 'path' => __('Path'), … … 499 499 500 500 $wordpress = array( 501 'wp_adv_desc' => __('Show/Hide Kitchen Sink (Alt + Z)'),502 'wp_more_desc' => __('Insert More Tag (Alt + T)'),503 'wp_page_desc' => __('Insert Page break (Alt + P)'),504 'wp_help_desc' => __('Help (Alt + H)'),501 'wp_adv_desc' => __('Show/Hide Kitchen Sink (Alt + Shift + Z)'), 502 'wp_more_desc' => __('Insert More Tag (Alt + Shift + T)'), 503 'wp_page_desc' => __('Insert Page break (Alt + Shift + P)'), 504 'wp_help_desc' => __('Help (Alt + Shift + H)'), 505 505 'wp_more_alt' => __('More...'), 506 506 'wp_page_alt' => __('Next page...'), … … 511 511 'editgallery' => __('Edit Gallery'), 512 512 'delgallery' => __('Delete Gallery'), 513 'wp_fullscreen_desc' => __('Distraction Free Writing mode (Alt + W)')513 'wp_fullscreen_desc' => __('Distraction Free Writing mode (Alt + Shift + W)') 514 514 ); 515 515 -
trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin_src.js
r21359 r21415 252 252 mod_key = 'alt+shift'; 253 253 254 if ( tinymce.isGecko )255 mod_key = 'ctrl+alt';254 // if ( tinymce.isGecko ) // disable for mow, too many shortcuts conflicts 255 // mod_key = 'ctrl+alt'; 256 256 257 257 ed.addShortcut(mod_key + '+c', 'justifycenter_desc', 'JustifyCenter'); -
trunk/wp-includes/js/tinymce/wp-mce-help.php
r21359 r21415 14 14 <head> 15 15 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 16 <title><?php _e('Rich Editor Help') ?></title>16 <title><?php _e('Rich Editor Help'); ?></title> 17 17 <script type="text/javascript" src="tiny_mce_popup.js?ver=342"></script> 18 18 <?php … … 160 160 161 161 <ul id="tabs"> 162 <li><a id="tab1" href="javascript:flipTab(1)" title="<?php esc_attr_e('Basics of Rich Editing') ?>" accesskey="1" class="current"><?php _e('Basics')?></a></li>163 <li><a id="tab2" href="javascript:flipTab(2)" title="<?php esc_attr_e('Advanced use of the Rich Editor') ?>" accesskey="2"><?php _e('Advanced')?></a></li>164 <li><a id="tab3" href="javascript:flipTab(3)" title="<?php esc_attr_e('Hotkeys') ?>" accesskey="3"><?php _e('Hotkeys')?></a></li>165 <li><a id="tab4" href="javascript:flipTab(4)" title="<?php esc_attr_e('About the software') ?>" accesskey="4"><?php _e('About')?></a></li>162 <li><a id="tab1" href="javascript:flipTab(1)" title="<?php esc_attr_e('Basics of Rich Editing'); ?>" accesskey="1" class="current"><?php _e('Basics'); ?></a></li> 163 <li><a id="tab2" href="javascript:flipTab(2)" title="<?php esc_attr_e('Advanced use of the Rich Editor'); ?>" accesskey="2"><?php _e('Advanced'); ?></a></li> 164 <li><a id="tab3" href="javascript:flipTab(3)" title="<?php esc_attr_e('Hotkeys'); ?>" accesskey="3"><?php _e('Hotkeys'); ?></a></li> 165 <li><a id="tab4" href="javascript:flipTab(4)" title="<?php esc_attr_e('About the software'); ?>" accesskey="4"><?php _e('About'); ?></a></li> 166 166 </ul> 167 167 … … 169 169 170 170 <div id="content1"> 171 <h2><?php _e('Rich Editing Basics') ?></h2>172 <p><?php _e('<em>Rich editing</em>, also called WYSIWYG for What You See Is What You Get, means your text is formatted as you type. The rich editor creates HTML code behind the scenes while you concentrate on writing. Font styles, links and images all appear approximately as they will on the internet.') ?></p>173 <p><?php _e('WordPress includes a rich HTML editor that works well in all major web browsers used today. However editing HTML is not the same as typing text. Each web page has two major components: the structure, which is the actual HTML code and is produced by the editor as you type, and the display, that is applied to it by the currently selected WordPress theme and is defined in style.css. WordPress is producing valid XHTML 1.0 which means that inserting multiple line breaks (BR tags) after a paragraph would not produce white space on the web page. The BR tags will be removed as invalid by the internal HTML correcting functions.') ?></p>174 <p><?php _e('While using the editor, most basic keyboard shortcuts work like in any other text editor. For example: Shift+Enter inserts line break, Ctrl+C = copy, Ctrl+X = cut, Ctrl+Z = undo, Ctrl+Y = redo, Ctrl+A = select all, etc. (on Mac use the Command key instead of Ctrl). See the Hotkeys tab for all available keyboard shortcuts.') ?></p>175 <p><?php _e('If you do not like the way the rich editor works, you may turn it off from Your Profile submenu, under Users in the admin menu.') ?></p>171 <h2><?php _e('Rich Editing Basics'); ?></h2> 172 <p><?php _e('<em>Rich editing</em>, also called WYSIWYG for What You See Is What You Get, means your text is formatted as you type. The rich editor creates HTML code behind the scenes while you concentrate on writing. Font styles, links and images all appear approximately as they will on the internet.'); ?></p> 173 <p><?php _e('WordPress includes a rich HTML editor that works well in all major web browsers used today. However editing HTML is not the same as typing text. Each web page has two major components: the structure, which is the actual HTML code and is produced by the editor as you type, and the display, that is applied to it by the currently selected WordPress theme and is defined in style.css. WordPress is producing valid XHTML 1.0 which means that inserting multiple line breaks (BR tags) after a paragraph would not produce white space on the web page. The BR tags will be removed as invalid by the internal HTML correcting functions.'); ?></p> 174 <p><?php _e('While using the editor, most basic keyboard shortcuts work like in any other text editor. For example: Shift+Enter inserts line break, Ctrl+C = copy, Ctrl+X = cut, Ctrl+Z = undo, Ctrl+Y = redo, Ctrl+A = select all, etc. (on Mac use the Command key instead of Ctrl). See the Hotkeys tab for all available keyboard shortcuts.'); ?></p> 175 <p><?php _e('If you do not like the way the rich editor works, you may turn it off from Your Profile submenu, under Users in the admin menu.'); ?></p> 176 176 </div> 177 177 178 178 <div id="content2" class="hidden"> 179 <h2><?php _e('Advanced Rich Editing') ?></h2>180 <h3><?php _e('Images and Attachments') ?></h3>181 <p><?php _e('There is a button in the editor toolbar for inserting images that are already hosted somewhere on the internet. If you have a URL for an image, click this button and enter the URL in the box which appears.') ?></p>182 <p><?php _e('If you need to upload an image or another media file from your computer, you can use the Media Library button above the editor. The media library will attempt to create a thumbnail-sized copy from each uploaded image. To insert your image into the post, first click on the thumbnail to reveal a menu of options. When you have selected the options you like, click "Insert into Post" and your image or file will appear in the post you are editing.') ?></p>183 <h3><?php _e('HTML in the Rich Editor') ?></h3>184 <p><?php _e('Any HTML entered directly into the rich editor will show up as text when the post is viewed. What you see is what you get. When you want to include HTML elements that cannot be generated with the toolbar buttons, you must enter it by hand in the Text editor. Examples are tables and <code>. To do this, click the Text tab and edit the code, then switch back to Visual mode. If the code is valid and understood by the editor, you should see it rendered immediately.') ?></p>185 <h3><?php _e('Pasting in the Rich Editor') ?></h3>186 <p><?php _e('When pasting content from another web page the results can be inconsistent and depend on your browser and on the web page you are pasting from. The editor tries to correct any invalid HTML code that was pasted, but for best results try using the Text tab or one of the paste buttons that are on the second row. Alternatively try pasting paragraph by paragraph. In most browsers to select one paragraph at a time, triple-click on it.') ?></p>187 <p><?php _e('Pasting content from another application, like Word or Excel, is best done with the Paste from Word button on the second row, or in Text mode.') ?></p>179 <h2><?php _e('Advanced Rich Editing'); ?></h2> 180 <h3><?php _e('Images and Attachments'); ?></h3> 181 <p><?php _e('There is a button in the editor toolbar for inserting images that are already hosted somewhere on the internet. If you have a URL for an image, click this button and enter the URL in the box which appears.'); ?></p> 182 <p><?php _e('If you need to upload an image or another media file from your computer, you can use the Media Library button above the editor. The media library will attempt to create a thumbnail-sized copy from each uploaded image. To insert your image into the post, first click on the thumbnail to reveal a menu of options. When you have selected the options you like, click "Insert into Post" and your image or file will appear in the post you are editing.'); ?></p> 183 <h3><?php _e('HTML in the Rich Editor'); ?></h3> 184 <p><?php _e('Any HTML entered directly into the rich editor will show up as text when the post is viewed. What you see is what you get. When you want to include HTML elements that cannot be generated with the toolbar buttons, you must enter it by hand in the Text editor. Examples are tables and <code>. To do this, click the Text tab and edit the code, then switch back to Visual mode. If the code is valid and understood by the editor, you should see it rendered immediately.'); ?></p> 185 <h3><?php _e('Pasting in the Rich Editor'); ?></h3> 186 <p><?php _e('When pasting content from another web page the results can be inconsistent and depend on your browser and on the web page you are pasting from. The editor tries to correct any invalid HTML code that was pasted, but for best results try using the Text tab or one of the paste buttons that are on the second row. Alternatively try pasting paragraph by paragraph. In most browsers to select one paragraph at a time, triple-click on it.'); ?></p> 187 <p><?php _e('Pasting content from another application, like Word or Excel, is best done with the Paste from Word button on the second row, or in Text mode.'); ?></p> 188 188 </div> 189 189 190 190 <div id="content3" class="hidden"> 191 <h2><?php _e('Writing at Full Speed') ?></h2>192 <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter.') ?></p>191 <h2><?php _e('Writing at Full Speed'); ?></h2> 192 <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter.'); ?></p> 193 193 194 194 <table class="keys"> 195 <tr class="top"><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action')?></th></tr>196 <tr><th>c</th><td><?php _e('Copy') ?></td><th>v</th><td><?php _e('Paste')?></td></tr>197 <tr><th>a</th><td><?php _e('Select all') ?></td><th>x</th><td><?php _e('Cut')?></td></tr>198 <tr><th>z</th><td><?php _e('Undo') ?></td><th>y</th><td><?php _e('Redo')?></td></tr>199 200 <tr><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic')?></td></tr>201 <tr><th>u</th><td><?php _e('Underline') ?></td><th>1</th><td><?php _e('Heading 1')?></td></tr>202 <tr><th>2</th><td><?php _e('Heading 2') ?></td><th>3</th><td><?php _e('Heading 3')?></td></tr>203 <tr><th>4</th><td><?php _e('Heading 4') ?></td><th>5</th><td><?php _e('Heading 5')?></td></tr>204 <tr><th>6</th><td><?php _e('Heading 6') ?></td><th>9</th><td><?php _e('Address')?></td></tr>195 <tr class="top"><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th></tr> 196 <tr><th>c</th><td><?php _e('Copy'); ?></td><th>v</th><td><?php _e('Paste'); ?></td></tr> 197 <tr><th>a</th><td><?php _e('Select all'); ?></td><th>x</th><td><?php _e('Cut'); ?></td></tr> 198 <tr><th>z</th><td><?php _e('Undo'); ?></td><th>y</th><td><?php _e('Redo'); ?></td></tr> 199 200 <tr><th>b</th><td><?php _e('Bold'); ?></td><th>i</th><td><?php _e('Italic'); ?></td></tr> 201 <tr><th>u</th><td><?php _e('Underline'); ?></td><th>1</th><td><?php _e('Heading 1'); ?></td></tr> 202 <tr><th>2</th><td><?php _e('Heading 2'); ?></td><th>3</th><td><?php _e('Heading 3'); ?></td></tr> 203 <tr><th>4</th><td><?php _e('Heading 4'); ?></td><th>5</th><td><?php _e('Heading 5'); ?></td></tr> 204 <tr><th>6</th><td><?php _e('Heading 6'); ?></td><th>9</th><td><?php _e('Address'); ?></td></tr> 205 205 </table> 206 206 207 <p><?php _e('The following shortcuts use different access keys: Alt + Shift + letter in Chrome, Safari, Internet Explorer and Opera, and Ctrl + Alt + letter (Command + Option + letter on Macintosh) in Firefox.')?></p>207 <p><?php _e('The following shortcuts use different access keys: Alt + Shift + letter.'); ?></p> 208 208 <table class="keys"> 209 <tr class="top"><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action')?></th></tr>210 <tr><th>n</th><td><?php _e('Check Spelling') ?></td><th>l</th><td><?php _e('Align Left')?></td></tr>211 <tr><th>j</th><td><?php _e('Justify Text') ?></td><th>c</th><td><?php _e('Align Center')?></td></tr>212 <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough') ?></span></td><th>r</th><td><?php _e('Align Right')?></td></tr>213 <tr><th>u</th><td><strong>•</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link')?></td></tr>214 <tr><th>o</th><td>1. <?php _e('List') ?></td><th>s</th><td><?php _e('Remove link')?></td></tr>215 <tr><th>q</th><td><?php _e('Quote') ?></td><th>m</th><td><?php _e('Insert Image')?></td></tr>216 <tr><th>g</th><td><?php _e('Full Screen') ?></td><th>t</th><td><?php _e('Insert More Tag')?></td></tr>217 <tr><th>p</th><td><?php _e('Insert Page Break tag') ?></td><th>h</th><td><?php _e('Help')?></td></tr>218 <tr><th>w</th><td colspan="3"><?php _e('Distraction Free Writing mode') ?></td></tr>209 <tr class="top"><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th></tr> 210 <tr><th>n</th><td><?php _e('Check Spelling'); ?></td><th>l</th><td><?php _e('Align Left'); ?></td></tr> 211 <tr><th>j</th><td><?php _e('Justify Text'); ?></td><th>c</th><td><?php _e('Align Center'); ?></td></tr> 212 <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough'); ?></span></td><th>r</th><td><?php _e('Align Right'); ?></td></tr> 213 <tr><th>u</th><td><strong>•</strong> <?php _e('List'); ?></td><th>a</th><td><?php _e('Insert link'); ?></td></tr> 214 <tr><th>o</th><td>1. <?php _e('List'); ?></td><th>s</th><td><?php _e('Remove link'); ?></td></tr> 215 <tr><th>q</th><td><?php _e('Quote'); ?></td><th>m</th><td><?php _e('Insert Image'); ?></td></tr> 216 <tr><th>g</th><td><?php _e('Full Screen'); ?></td><th>t</th><td><?php _e('Insert More Tag'); ?></td></tr> 217 <tr><th>p</th><td><?php _e('Insert Page Break tag'); ?></td><th>h</th><td><?php _e('Help'); ?></td></tr> 218 <tr><th>w</th><td colspan="3"><?php _e('Distraction Free Writing mode'); ?></td></tr> 219 219 </table> 220 220 221 221 <p style="padding: 15px 10px 10px;"><?php _e('Editor width in Distraction Free Writing mode:'); ?></p> 222 222 <table class="keys"> 223 <tr><th><span class="win">Alt +</span><span class="mac">Ctrl +</span></th><td><?php _e('Wider') ?></td>224 <th><span class="win">Alt -</span><span class="mac">Ctrl -</span></th><td><?php _e('Narrower') ?></td></tr>225 <tr><th><span class="win">Alt 0</span><span class="mac">Ctrl 0</span></th><td><?php _e('Default width') ?></td><th></th><td></td></tr>223 <tr><th><span class="win">Alt +</span><span class="mac">Ctrl +</span></th><td><?php _e('Wider'); ?></td> 224 <th><span class="win">Alt -</span><span class="mac">Ctrl -</span></th><td><?php _e('Narrower'); ?></td></tr> 225 <tr><th><span class="win">Alt 0</span><span class="mac">Ctrl 0</span></th><td><?php _e('Default width'); ?></td><th></th><td></td></tr> 226 226 </table> 227 227 </div> … … 231 231 232 232 <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p> 233 <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public License').'">') ?></p>234 <p><?php _e('Copyright © 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>235 <p><?php _e('For more information about this software visit the <a href="http://tinymce.com" target="_blank">TinyMCE website</a>.') ?></p>233 <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public License').'">'); ?></p> 234 <p><?php _e('Copyright © 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.'); ?></p> 235 <p><?php _e('For more information about this software visit the <a href="http://tinymce.com" target="_blank">TinyMCE website</a>.'); ?></p> 236 236 237 237 <div id="buttoncontainer"> 238 <a href="http://www.moxiecode.com" target="_blank"><img src="themes/advanced/img/gotmoxie.png" alt="<?php esc_attr_e('Got Moxie?') ?>" style="border: 0" /></a>238 <a href="http://www.moxiecode.com" target="_blank"><img src="themes/advanced/img/gotmoxie.png" alt="<?php esc_attr_e('Got Moxie?'); ?>" style="border: 0" /></a> 239 239 </div> 240 240
Note: See TracChangeset
for help on using the changeset viewer.