Changeset 10827
- Timestamp:
- 05/30/2016 06:25:12 AM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/buddypress
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r10265 r10827 121 121 <div class="ac-reply-content"> 122 122 <div class="ac-textarea"> 123 <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Comment', 'buddypress' ); ?></label> 123 <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php 124 /* translators: accessibility text */ 125 _e( 'Comment', 'buddypress' ); 126 ?></label> 124 127 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 125 128 </div> -
trunk/src/bp-templates/bp-legacy/buddypress/activity/post-form.php
r10184 r10827 34 34 <div id="whats-new-content"> 35 35 <div id="whats-new-textarea"> 36 <label for="whats-new" class="bp-screen-reader-text"><?php _e( 'Post what\'s new', 'buddypress' ); ?></label> 36 <label for="whats-new" class="bp-screen-reader-text"><?php 37 /* translators: accessibility text */ 38 _e( 'Post what\'s new', 'buddypress' ); 39 ?></label> 37 40 <textarea class="bp-suggestions" name="whats-new" id="whats-new" cols="50" rows="10" 38 41 <?php if ( bp_is_group() ) : ?>data-suggestions-group-id="<?php echo esc_attr( (int) bp_get_current_group_id() ); ?>" <?php endif; ?> … … 51 54 <?php _e( 'Post in', 'buddypress' ); ?>: 52 55 53 <label for="whats-new-post-in" class="bp-screen-reader-text"><?php _e( 'Post in', 'buddypress' ); ?></label> 56 <label for="whats-new-post-in" class="bp-screen-reader-text"><?php 57 /* translators: accessibility text */ 58 _e( 'Post in', 'buddypress' ); 59 ?></label> 54 60 <select id="whats-new-post-in" name="whats-new-post-in"> 55 61 <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option> -
trunk/src/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
r10181 r10827 23 23 <p class="drag-drop-info"><?php esc_html_e( 'Drop your file here', 'buddypress' ); ?></p> 24 24 <p><?php _ex( 'or', 'Uploader: Drop your file here - or - Select your File', 'buddypress' ); ?></p> 25 <p class="drag-drop-buttons"><label for="{{data.browse_button}}" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php esc_html_e( 'Select your File', 'buddypress' ); ?></label><input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p> 25 <p class="drag-drop-buttons"><label for="{{data.browse_button}}" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php 26 /* translators: accessibility text */ 27 esc_html_e( 'Select your File', 'buddypress' ); 28 ?></label><input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p> 26 29 </div> 27 30 </div> -
trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php
r10181 r10827 201 201 202 202 <p> 203 <label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label> 203 <label for="file" class="bp-screen-reader-text"><?php 204 /* translators: accessibility text */ 205 _e( 'Select an image', 'buddypress' ); 206 ?></label> 204 207 <input type="file" name="file" id="file" /> 205 208 <input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" /> -
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php
r10562 r10827 168 168 169 169 <p> 170 <label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label> 170 <label for="file" class="bp-screen-reader-text"><?php 171 /* translators: accessibility text */ 172 _e( 'Select an image', 'buddypress' ); 173 ?></label> 171 174 <input type="file" name="file" id="file" /> 172 175 <input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" /> -
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
r10181 r10827 109 109 do_action( 'bp_group_before_edit_forum_post' ); ?> 110 110 111 <label for="post_text" class="bp-screen-reader-text"><?php _e( 'Edit text', 'buddypress' ); ?></label> 111 <label for="post_text" class="bp-screen-reader-text"><?php 112 /* translators: accessibility text */ 113 _e( 'Edit text', 'buddypress' ); 114 ?></label> 112 115 <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea> 113 116 -
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php
r10181 r10827 187 187 <h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4> 188 188 189 <label for="reply_text" class="bp-screen-reader-text"><?php _e( 'Reply', 'buddypress' ); ?></label> 189 <label for="reply_text" class="bp-screen-reader-text"><?php 190 /* translators: accessibility text */ 191 _e( 'Reply', 'buddypress' ); 192 ?></label> 190 193 <textarea name="reply_text" id="reply_text"></textarea> 191 194 -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
r10564 r10827 52 52 <thead> 53 53 <tr> 54 <th scope="col" class="thread-checkbox bulk-select-all"><input id="select-all-messages" type="checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php _e( 'Select all', 'buddypress' ); ?></label></th> 54 <th scope="col" class="thread-checkbox bulk-select-all"><input id="select-all-messages" type="checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php 55 /* translators: accessibility text */ 56 _e( 'Select all', 'buddypress' ); 57 ?></label></th> 55 58 <th scope="col" class="thread-from"><?php _e( 'From', 'buddypress' ); ?></th> 56 59 <th scope="col" class="thread-info"><?php _e( 'Subject', 'buddypress' ); ?></th> … … 69 72 70 73 <?php if ( bp_is_active( 'messages', 'star' ) ) : ?> 71 <th scope="col" class="thread-star"><span class="message-action-star"><span class="icon"></span> <span class="screen-reader-text"><?php _e( 'Star', 'buddypress' ); ?></span></span></th> 74 <th scope="col" class="thread-star"><span class="message-action-star"><span class="icon"></span> <span class="screen-reader-text"><?php 75 /* translators: accessibility text */ 76 _e( 'Star', 'buddypress' ); 77 ?></span></span></th> 72 78 <?php endif; ?> 73 79 … … 82 88 <tr id="m-<?php bp_message_thread_id(); ?>" class="<?php bp_message_css_class(); ?><?php if ( bp_message_thread_has_unread() ) : ?> unread<?php else: ?> read<?php endif; ?>"> 83 89 <td class="bulk-select-check"> 84 <label for="bp-message-thread-<?php bp_message_thread_id(); ?>"><input type="checkbox" name="message_ids[]" id="bp-message-thread-<?php bp_message_thread_id(); ?>" class="message-check" value="<?php bp_message_thread_id(); ?>" /><span class="bp-screen-reader-text"><?php _e( 'Select this message', 'buddypress' ); ?></span></label> 90 <label for="bp-message-thread-<?php bp_message_thread_id(); ?>"><input type="checkbox" name="message_ids[]" id="bp-message-thread-<?php bp_message_thread_id(); ?>" class="message-check" value="<?php bp_message_thread_id(); ?>" /><span class="bp-screen-reader-text"><?php 91 /* translators: accessibility text */ 92 _e( 'Select this message', 'buddypress' ); 93 ?></span></label> 85 94 </td> 86 95 -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
r10564 r10827 45 45 46 46 <?php 47 47 48 48 /** 49 49 * Fires after the action links in the header of a single message thread. … … 120 120 do_action( 'bp_before_message_reply_box' ); ?> 121 121 122 <label for="message_content" class="bp-screen-reader-text"><?php _e( 'Reply to Message', 'buddypress' ); ?></label> 122 <label for="message_content" class="bp-screen-reader-text"><?php 123 /* translators: accessibility text */ 124 _e( 'Reply to Message', 'buddypress' ); 125 ?></label> 123 126 <textarea name="content" id="message_content" rows="15" cols="40"></textarea> 124 127 -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
r10250 r10827 13 13 <tr> 14 14 <th class="icon"></th> 15 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label></th> 15 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php 16 /* translators: accessibility text */ 17 _e( 'Select all', 'buddypress' ); 18 ?></label></th> 16 19 <th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th> 17 20 <th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th> … … 26 29 <tr> 27 30 <td></td> 28 <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php _e( 'Select this notification', 'buddypress' ); ?></span></label></td> 31 <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php 32 /* translators: accessibility text */ 33 _e( 'Select this notification', 'buddypress' ); 34 ?></span></label></td> 29 35 <td class="notification-description"><?php bp_the_notification_description(); ?></td> 30 36 <td class="notification-since"><?php bp_the_notification_time_since(); ?></td> -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
r10734 r10827 32 32 33 33 <p id="avatar-upload"> 34 <label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label> 34 <label for="file" class="bp-screen-reader-text"><?php 35 /* translators: accessibility text */ 36 _e( 'Select an image', 'buddypress' ); 37 ?></label> 35 38 <input type="file" name="file" id="file" /> 36 39 <input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" /> -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
r10181 r10827 25 25 <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'New Password', 'buddypress' ); ?><br /> 26 26 <div id="pass-strength-result"></div> 27 <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label> 27 <label for="pass2" class="bp-screen-reader-text"><?php 28 /* translators: accessibility text */ 29 _e( 'Repeat New Password', 'buddypress' ); 30 ?></label> 28 31 <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'Repeat New Password', 'buddypress' ); ?> 29 32
Note: See TracChangeset
for help on using the changeset viewer.