Make WordPress Core


Ignore:
Timestamp:
03/19/2014 08:17:08 AM (12 years ago)
Author:
nacin
Message:

More translation cleanups.

Affects widgets (see #27112), custom headers (see #21785), theme installer (see #27055, reverts [27614]), and some media stuff. Untranslates some complicated strings that need additional study.

see #27453.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r27615 r27620  
    513513        <?php
    514514        $playlist_styles = array(
    515             'light' => _x( 'Light', 'light playlist theme' ),
    516             'dark'  => _x( 'Dark', 'dark playlist theme' )
     515            'light' => _x( 'Light', 'playlist theme' ),
     516            'dark'  => _x( 'Dark', 'playlist theme' )
    517517        );
    518518
     
    815815                    <span><?php _e( 'Preload' ); ?></span>
    816816                    <div class="button-group button-large" data-setting="preload">
    817                         <button class="button" value="auto"><?php _e( 'Auto' ); ?></button>
     817                        <button class="button" value="auto"><?php _ex( 'Auto', 'auto preload video' ); ?></button>
    818818                        <button class="button" value="metadata"><?php _e( 'Metadata' ); ?></button>
    819819                        <button class="button active" value="none"><?php _e( 'None' ); ?></button>
     
    920920
    921921                <label class="setting" data-setting="content">
    922                     <span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters or metadata)' ); ?></span>
     922                    <span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></span>
    923923                    <#
    924924                    var content = '';
Note: See TracChangeset for help on using the changeset viewer.