Changeset 32951 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 06/26/2015 04:39:11 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r32935 r32951 1019 1019 1020 1020 // WordPress strings 1021 'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),1022 1021 'Toolbar Toggle' => __( 'Toolbar Toggle' ), 1023 1022 'Insert Read More tag' => __( 'Insert Read More tag' ), 1023 'Insert Page Break tag' => __( 'Insert Page Break tag' ), 1024 1024 'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor 1025 1025 'Distraction-free writing mode' => __( 'Distraction-free writing mode' ), … … 1027 1027 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar 1028 1028 'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar 1029 1030 // Shortcuts help modal 1031 'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ), 1032 'Default shortcuts,' => __( 'Default shortcuts,' ), 1033 'Additional shortcuts,' => __( 'Additional shortcuts,' ), 1034 'Focus shortcuts:' => __( 'Focus shortcuts:' ), 1035 'Inline toolbar (when an image, link or preview is selected)' => __( 'Inline toolbar (when an image, link or preview is selected)' ), 1036 'Editor menu (when enabled)' => __( 'Editor menu (when enabled)' ), 1037 'Editor toolbar' => __( 'Editor toolbar' ), 1038 'Elements path' => __( 'Elements path' ), 1039 'Ctrl + Alt + letter:' => __( 'Ctrl + Alt + letter:' ), 1040 'Shift + Alt + letter:' => __( 'Shift + Alt + letter:' ), 1041 'Cmd + letter:' => __( 'Cmd + letter:' ), 1042 'Ctrl + letter:' => __( 'Ctrl + letter:' ), 1043 'Letter' => __( 'Letter' ), 1044 'Action' => __( 'Action' ), 1029 1045 ); 1030 1046
Note: See TracChangeset
for help on using the changeset viewer.