Changeset 30670
- Timestamp:
- 11/30/2014 10:26:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r30583 r30670 878 878 'Remove link' => __( 'Remove link' ), 879 879 880 'Color' => __( 'Color' ), 881 'Custom color' => __( 'Custom color' ), 882 'Custom...' => _x( 'Custom...', 'label for custom color' ), 883 'No color' => __( 'No color' ), 884 880 885 // Spelling, search/replace plugins 881 886 'Could not find the specified string.' => __( 'Could not find the specified string.' ), … … 894 899 'Ignore all' => _x( 'Ignore all', 'spellcheck' ), 895 900 'Ignore' => _x( 'Ignore', 'spellcheck' ), 901 'Add to Dictionary' => __( 'Add to Dictionary' ), 896 902 897 903 // TinyMCE tables … … 901 907 'Row properties' => __( 'Table row properties' ), 902 908 'Cell properties' => __( 'Table cell properties' ), 909 'Border color' => __( 'Border color' ), 903 910 904 911 'Row' => __( 'Row' ), … … 929 936 'Caption' => __( 'Caption' ), 930 937 'Alignment' => __( 'Alignment' ), 938 'H Align' => _x( 'H Align', 'horizontal table cell alignment' ), 931 939 'Left' => __( 'Left' ), 932 940 'Center' => __( 'Center' ), 933 941 'Right' => __( 'Right' ), 934 942 'None' => _x( 'None', 'table cell alignment attribute' ), 943 'V Align' => _x( 'V Align', 'vertical table cell alignment' ), 944 'Top' => __( 'Top' ), 945 'Middle' => __( 'Middle' ), 946 'Bottom' => __( 'Bottom' ), 935 947 936 948 'Row group' => __( 'Row group' ),
Note: See TracChangeset
for help on using the changeset viewer.