Make WordPress Core

Ticket #61714: 61714.update-context.2.diff

File 61714.update-context.2.diff, 5.8 KB (added by sabernhardt, 7 weeks ago)

echo strings for link labels and media items, and reuse context from block editor translations

  • src/wp-admin/includes/meta-boxes.php

     
    13541354                        <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check( 'friendship', 'friend' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friend' ); ?>
    13551355                        </label>
    13561356                        <label for="friendship">
    1357                         <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> />&nbsp;<?php /* translators: xfn (friendship relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
     1357                        <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> />&nbsp;<?php /* translators: xfn (friendship relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?>
    13581358                        </label>
    13591359                </fieldset></td>
    13601360        </tr>
     
    14051405                        <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check( 'geographical', 'neighbor' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'neighbor' ); ?>
    14061406                        </label>
    14071407                        <label for="geographical">
    1408                         <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> />&nbsp;<?php /* translators: xfn (geographical relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
     1408                        <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> />&nbsp;<?php /* translators: xfn (geographical relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?>
    14091409                        </label>
    14101410                </fieldset></td>
    14111411        </tr>
     
    14341434                        <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check( 'family', 'spouse' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'spouse' ); ?>
    14351435                        </label>
    14361436                        <label for="family">
    1437                         <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> />&nbsp;<?php /* translators: xfn (family relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
     1437                        <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> />&nbsp;<?php /* translators: xfn (family relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?>
    14381438                        </label>
    14391439                </fieldset></td>
    14401440        </tr>
  • src/wp-includes/media-template.php

     
    840840                                                <?php esc_html_e( 'Right' ); ?>
    841841                                        </option>
    842842                                        <option value="none" selected>
    843                                                 <?php esc_html_x( 'None', 'Alignment' ); ?>
     843                                                <?php echo esc_html_x( 'None', 'Alignment option' ); ?>
    844844                                        </option>
    845845                                </select>
    846846                        </span>
     
    867867                                <option value="file">
    868868                        <# } else { #>
    869869                                <option value="none" selected>
    870                                         <?php esc_html_x( 'None', 'Embedded player type' ); ?>
     870                                        <?php echo esc_html_x( 'None', 'Media item link option' ); ?>
    871871                                </option>
    872872                                <option value="file">
    873873                        <# } #>
     
    952952                                        <?php esc_html_e( 'Media File' ); ?>
    953953                                </option>
    954954                                <option value="none" <# if ( 'none' === wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>>
    955                                         <?php esc_html_x( 'None', 'Media link target' ); ?>
     955                                        <?php echo esc_html_x( 'None', 'Media item link option' ); ?>
    956956                                </option>
    957957                        </select>
    958958                </span>
     
    10961096                                                <?php esc_html_e( 'Right' ); ?>
    10971097                                        </button>
    10981098                                        <button class="button active" value="none">
    1099                                                 <?php esc_html_x( 'None', 'Alignment' ); ?>
     1099                                                <?php echo esc_html_x( 'None', 'Alignment option' ); ?>
    11001100                                        </button>
    11011101                                </span>
    11021102                        </span>
     
    11131113                                                <?php esc_html_e( 'Custom URL' ); ?>
    11141114                                        </button>
    11151115                                        <button class="button active" value="none">
    1116                                                 <?php esc_html_x( 'None', 'Media URL' ); ?>
     1116                                                <?php echo esc_html_x( 'None', 'Media item link option' ); ?>
    11171117                                        </button>
    11181118                                </span>
    11191119                        </span>
     
    11601160                                                                        <?php esc_html_e( 'Right' ); ?>
    11611161                                                                </button>
    11621162                                                                <button class="button active" value="none">
    1163                                                                         <?php esc_html_x( 'None', 'Alignment' ); ?>
     1163                                                                        <?php echo esc_html_x( 'None', 'Alignment option' ); ?>
    11641164                                                                </button>
    11651165                                                        </span>
    11661166                                                </span>
     
    12361236                                                                <?php esc_html_e( 'Custom URL' ); ?>
    12371237                                                        </option>
    12381238                                                        <option value="none">
    1239                                                                 <?php esc_html_x( 'None', 'Media URL' ); ?>
     1239                                                                <?php echo esc_html_x( 'None', 'Media item link option' ); ?>
    12401240                                                        </option>
    12411241                                                </select>
    12421242                                        </span>
     
    13561356                                                <span class="button-group button-large" data-setting="preload">
    13571357                                                        <button class="button" value="auto"><?php _ex( 'Auto', 'auto preload' ); ?></button>
    13581358                                                        <button class="button" value="metadata"><?php _e( 'Metadata' ); ?></button>
    1359                                                         <button class="button active" value="none"><?php _x( 'None', 'Preload type' ); ?></button>
     1359                                                        <button class="button active" value="none"><?php _ex( 'None', 'Preload value' ); ?></button>
    13601360                                                </span>
    13611361                                        </span>
    13621362                                </fieldset>
     
    14551455                                                <span class="button-group button-large" data-setting="preload">
    14561456                                                        <button class="button" value="auto"><?php _ex( 'Auto', 'auto preload' ); ?></button>
    14571457                                                        <button class="button" value="metadata"><?php _e( 'Metadata' ); ?></button>
    1458                                                         <button class="button active" value="none"><?php _x( 'None', 'Preload type' ); ?></button>
     1458                                                        <button class="button active" value="none"><?php _ex( 'None', 'Preload value' ); ?></button>
    14591459                                                </span>
    14601460                                        </span>
    14611461                                </fieldset>