Changeset 12789 for trunk/wp-includes/js/tinymce/langs/wp-langs.php
- Timestamp:
- 01/21/2010 09:37:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r11245 r12789 40 40 }, 41 41 contextmenu:{ 42 align:"' . mce_escape( __('Alignment') ) . '",43 left:"' . mce_escape( __('Left') ) . '",44 center:"' . mce_escape( __('Center') ) . '",45 right:"' . mce_escape( __('Right') ) . '",46 full:"' . mce_escape( __('Full') ) . '"42 align:"' . mce_escape( /* translators: alignment */ __('Alignment') ) . '", 43 left:"' . mce_escape( /* translators: alignment */ __('Left') ) . '", 44 center:"' . mce_escape( /* translators: alignment */ __('Center') ) . '", 45 right:"' . mce_escape( /* translators: alignment */ __('Right') ) . '", 46 full:"' . mce_escape( /* translators: alignment */ __('Full') ) . '" 47 47 }, 48 48 insertdatetime:{ 49 date_fmt:"' . mce_escape( __('%Y-%m-%d') ) . '",50 time_fmt:"' . mce_escape( __('%H:%M:%S') ) . '",49 date_fmt:"' . mce_escape( /* translators: year, month, date */ __('%Y-%m-%d') ) . '", 50 time_fmt:"' . mce_escape( /* translators: hours, minutes, seconds */ __('%H:%M:%S') ) . '", 51 51 insertdate_desc:"' . mce_escape( __('Insert date') ) . '", 52 52 inserttime_desc:"' . mce_escape( __('Insert time') ) . '", … … 176 176 }, 177 177 pagebreak:{ 178 desc:"' . mce_escape( __('Insert page break.') ) . '"178 desc:"' . mce_escape( __('Insert Page Break') ) . '" 179 179 }}}); 180 180 … … 203 203 underline_desc:"' . mce_escape( __('Underline') ) . '", 204 204 striketrough_desc:"' . mce_escape( __('Strikethrough') ) . ' (Alt+Shift+D)", 205 justifyleft_desc:"' . mce_escape( __('Align left') ) . ' (Alt+Shift+L)",206 justifycenter_desc:"' . mce_escape( __('Align center') ) . ' (Alt+Shift+C)",207 justifyright_desc:"' . mce_escape( __('Align right') ) . ' (Alt+Shift+R)",208 justifyfull_desc:"' . mce_escape( __('Align full') ) . ' (Alt+Shift+J)",205 justifyleft_desc:"' . mce_escape( __('Align Left') ) . ' (Alt+Shift+L)", 206 justifycenter_desc:"' . mce_escape( __('Align Center') ) . ' (Alt+Shift+C)", 207 justifyright_desc:"' . mce_escape( __('Align Right') ) . ' (Alt+Shift+R)", 208 justifyfull_desc:"' . mce_escape( __('Align Full') ) . ' (Alt+Shift+J)", 209 209 bullist_desc:"' . mce_escape( __('Unordered list') ) . ' (Alt+Shift+U)", 210 210 numlist_desc:"' . mce_escape( __('Ordered list') ) . ' (Alt+Shift+O)", … … 337 337 starttime:"' . mce_escape( __('Start time') ) . '", 338 338 endtime:"' . mce_escape( __('End time') ) . '", 339 href:"' . mce_escape( __(' Href') ) . '",339 href:"' . mce_escape( __('href') ) . '", 340 340 qtsrcchokespeed:"' . mce_escape( __('Choke speed') ) . '", 341 341 target:"' . mce_escape( __('Target') ) . '", … … 405 405 tinyMCE.addI18n("' . $language . '.wordpress",{ 406 406 wp_adv_desc:"' . mce_escape( __('Show/Hide Kitchen Sink') ) . ' (Alt+Shift+Z)", 407 wp_more_desc:"' . mce_escape( __('Insert More tag') ) . ' (Alt+Shift+T)",407 wp_more_desc:"' . mce_escape( __('Insert More Tag') ) . ' (Alt+Shift+T)", 408 408 wp_page_desc:"' . mce_escape( __('Insert Page break') ) . ' (Alt+Shift+P)", 409 409 wp_help_desc:"' . mce_escape( __('Help') ) . ' (Alt+Shift+H)",
Note: See TracChangeset
for help on using the changeset viewer.