Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2016 06:30:16 AM (9 years ago)
Author:
mercime
Message:

Add translator comments for screen reader text in component files.

See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-components.php

    r10825 r10828  
    163163    </ul>
    164164
    165     <h3 class="screen-reader-text"><?php _e( 'Components list', 'buddypress' ); ?></h3>
     165    <h3 class="screen-reader-text"><?php
     166        /* translators: accessibility text */
     167        _e( 'Components list', 'buddypress' );
     168    ?></h3>
    166169
    167170    <table class="wp-list-table widefat plugins">
    168171        <thead>
    169172            <tr>
    170                 <td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td>
     173                <td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php
     174                    /* translators: accessibility text */
     175                    _e( 'Bulk selection is disabled', 'buddypress' );
     176                ?></label></td>
    171177                <th scope="col" id="name" class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th>
    172178                <th scope="col" id="description" class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th>
     
    227233        <tfoot>
    228234            <tr>
    229                 <td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td>
     235                <td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php
     236                    /* translators: accessibility text */
     237                    _e( 'Bulk selection is disabled', 'buddypress' );
     238                ?></label></td>
    230239                <th class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th>
    231240                <th class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th>
Note: See TracChangeset for help on using the changeset viewer.