Changeset 10774 for trunk/wp-includes/js/tinymce/langs/wp-langs.php
- Timestamp:
- 03/13/2009 03:53:39 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r10767 r10774 151 151 media:{ 152 152 desc:"' . mce_escape( __('Insert / edit embedded media') ) . '", 153 delta_width:"' . mce_escape( _c('0| Extra width for the media popup in pixels') ) . '",154 delta_height:"' . mce_escape( _c('0| Extra height for the media popup in pixels') ) . '",153 delta_width:"' . /* translators: Extra width for the media popup in pixels */ mce_escape( _x('0', 'media popup width') ) . '", 154 delta_height:"' . /* translators: Extra height for the media popup in pixels */ mce_escape( _x('0', 'media popup height') ) . '", 155 155 edit:"' . mce_escape( __('Edit embedded media') ) . '" 156 156 }, … … 214 214 redo_desc:"' . mce_escape( __('Redo') ) . ' (Ctrl+Y)", 215 215 link_desc:"' . mce_escape( __('Insert/edit link') ) . ' (Alt+Shift+A)", 216 link_delta_width:"' . mce_escape( _c('0| Extra width for the link popup in pixels') ) . '",217 link_delta_height:"' . mce_escape( _c('0| Extra height for the link popup in pixels') ) . '",216 link_delta_width:"' . /* translators: Extra width for the link popup in pixels */ mce_escape( _x('0', 'link popup width') ) . '", 217 link_delta_height:"' . /* translators: Extra height for the link popup in pixels */ mce_escape( _x('0', 'link popup height') ) . '", 218 218 unlink_desc:"' . mce_escape( __('Unlink') ) . ' (Alt+Shift+S)", 219 219 image_desc:"' . mce_escape( __('Insert/edit image') ) . ' (Alt+Shift+M)", 220 image_delta_width:"' . mce_escape( _c('0| Extra width for the image popup in pixels') ) . '",221 image_delta_height:"' . mce_escape( _c('0| Extra height for the image popup in pixels') ) . '",220 image_delta_width:"' . /* translators: Extra width for the image popup in pixels */ mce_escape( _x('0', 'image popup width') ) . '", 221 image_delta_height:"' . /* translators: Extra height for the image popup in pixels */ mce_escape( _x('0', 'image popup height') ) . '", 222 222 cleanup_desc:"' . mce_escape( __('Cleanup messy code') ) . '", 223 223 code_desc:"' . mce_escape( __('Edit HTML Source') ) . '", … … 243 243 toolbar_focus:"' . mce_escape( __('Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X') ) . '", 244 244 more_colors:"' . mce_escape( __('More colors') ) . '", 245 colorpicker_delta_width:"' . mce_escape( _c('0| Extra width for the colorpicker popup in pixels') ) . '",246 colorpicker_delta_height:"' . mce_escape( _c('0| Extra height for the colorpicker popup in pixels') ) . '"245 colorpicker_delta_width:"' . /* translators: Extra width for the colorpicker popup in pixels */ mce_escape( _x('0', 'colorpicker popup width') ) . '", 246 colorpicker_delta_height:"' . /* translators: Extra height for the colorpicker popup in pixels */ mce_escape( _x('0', 'colorpicker popup height') ) . '" 247 247 }); 248 248
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)