Make WordPress Core

Changeset 27927


Ignore:
Timestamp:
04/03/2014 05:15:59 AM (10 years ago)
Author:
azaozz
Message:

TinyMCE: update translatable strings, see #27453, #24067

File:
1 edited

Legend:

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

    r27922 r27927  
    728728            'New document' => __( 'New document' ),
    729729            'Formats' => _x( 'Formats', 'TinyMCE' ),
    730             'Headers' => _x( 'Headers', 'TinyMCE' ),
     730            'Headers' => _x( 'Headings', 'TinyMCE' ),
    731731            'Header 1' => __( 'Heading 1' ),
    732732            'Header 2' => __( 'Heading 2' ),
     
    735735            'Header 5' => __( 'Heading 5' ),
    736736            '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' ),
    737745
    738746            /* translators: block tags */
     
    753761            'Code' => _x( 'Code', 'editor button' ),
    754762            'Source code' => __( 'Source code' ),
     763            'Font Family' => __( 'Font Family' ),
     764            'Font Sizes' => __( 'Font Sizes' ),
    755765
    756766            'Align center' => __( 'Align center' ),
     
    835845            'Restore last draft' => __( 'Restore last draft' ),
    836846            'Insert/edit link' => __( 'Insert/edit link' ),
     847            'Remove link' => __( 'Remove link' ),
    837848
    838849            // Spelling, search/replace plugins
     
    890901            'Center' => __( 'Center' ),
    891902            'Right' => __( 'Right' ),
     903            'None' => _x( 'None', 'table cell alignment attribute' ),
    892904
    893905            'Row group' => __( 'Row group' ),
     
    929941            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    930942        );
     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         */
    931954
    932955        $baseurl = self::$baseurl;
Note: See TracChangeset for help on using the changeset viewer.