Changeset 27927
- Timestamp:
- 04/03/2014 05:15:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27922 r27927 728 728 'New document' => __( 'New document' ), 729 729 'Formats' => _x( 'Formats', 'TinyMCE' ), 730 'Headers' => _x( 'Head ers', 'TinyMCE' ),730 'Headers' => _x( 'Headings', 'TinyMCE' ), 731 731 'Header 1' => __( 'Heading 1' ), 732 732 'Header 2' => __( 'Heading 2' ), … … 735 735 'Header 5' => __( 'Heading 5' ), 736 736 'Header 6' => __( 'Heading 6' ), 737 738 'Headings' => _x( 'Headings', 'TinyMCE' ), 739 'Heading 1' => __( 'Heading 1' ), 740 'Heading 2' => __( 'Heading 2' ), 741 'Heading 3' => __( 'Heading 3' ), 742 'Heading 4' => __( 'Heading 4' ), 743 'Heading 5' => __( 'Heading 5' ), 744 'Heading 6' => __( 'Heading 6' ), 737 745 738 746 /* translators: block tags */ … … 753 761 'Code' => _x( 'Code', 'editor button' ), 754 762 'Source code' => __( 'Source code' ), 763 'Font Family' => __( 'Font Family' ), 764 'Font Sizes' => __( 'Font Sizes' ), 755 765 756 766 'Align center' => __( 'Align center' ), … … 835 845 'Restore last draft' => __( 'Restore last draft' ), 836 846 'Insert/edit link' => __( 'Insert/edit link' ), 847 'Remove link' => __( 'Remove link' ), 837 848 838 849 // Spelling, search/replace plugins … … 890 901 'Center' => __( 'Center' ), 891 902 'Right' => __( 'Right' ), 903 'None' => _x( 'None', 'table cell alignment attribute' ), 892 904 893 905 'Row group' => __( 'Row group' ), … … 929 941 'Distraction Free Writing' => __( 'Distraction Free Writing' ), 930 942 ); 943 944 /** 945 * Link plugin (not included): 946 * Insert link 947 * Target 948 * New window 949 * Text to display 950 * The URL you entered seems to be an email address. Do you want to add the required mailto: prefix? 951 * The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix? 952 * Url 953 */ 931 954 932 955 $baseurl = self::$baseurl;
Note: See TracChangeset
for help on using the changeset viewer.