Make WordPress Core

Changeset 30670


Ignore:
Timestamp:
11/30/2014 10:26:56 PM (11 years ago)
Author:
azaozz
Message:

TinyMCE: update translatable strings, see #30560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r30583 r30670  
    878878            'Remove link' => __( 'Remove link' ),
    879879
     880            'Color' => __( 'Color' ),
     881            'Custom color' => __( 'Custom color' ),
     882            'Custom...' => _x( 'Custom...', 'label for custom color' ),
     883            'No color' => __( 'No color' ),
     884
    880885            // Spelling, search/replace plugins
    881886            'Could not find the specified string.' => __( 'Could not find the specified string.' ),
     
    894899            'Ignore all' => _x( 'Ignore all', 'spellcheck' ),
    895900            'Ignore' => _x( 'Ignore', 'spellcheck' ),
     901            'Add to Dictionary' => __( 'Add to Dictionary' ),
    896902
    897903            // TinyMCE tables
     
    901907            'Row properties' => __( 'Table row properties' ),
    902908            'Cell properties' => __( 'Table cell properties' ),
     909            'Border color' => __( 'Border color' ),
    903910
    904911            'Row' => __( 'Row' ),
     
    929936            'Caption' => __( 'Caption' ),
    930937            'Alignment' => __( 'Alignment' ),
     938            'H Align' => _x( 'H Align', 'horizontal table cell alignment' ),
    931939            'Left' => __( 'Left' ),
    932940            'Center' => __( 'Center' ),
    933941            'Right' => __( 'Right' ),
    934942            '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' ),
    935947
    936948            'Row group' => __( 'Row group' ),
Note: See TracChangeset for help on using the changeset viewer.