Changeset 8705 for trunk/src/bp-groups/bp-groups-screens.php
- Timestamp:
- 07/27/2014 05:48:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-screens.php
r8682 r8705 934 934 <tr> 935 935 <th class="icon"></th> 936 <th class="title"><?php _e ( 'Groups', 'buddypress' ) ?></th>936 <th class="title"><?php _ex( 'Groups', 'Group settings on notification settings page', 'buddypress' ) ?></th> 937 937 <th class="yes"><?php _e( 'Yes', 'buddypress' ) ?></th> 938 938 <th class="no"><?php _e( 'No', 'buddypress' )?></th> … … 943 943 <tr id="groups-notification-settings-invitation"> 944 944 <td></td> 945 <td><?php _e ( 'A member invites you to join a group','buddypress' ) ?></td>945 <td><?php _ex( 'A member invites you to join a group', 'group settings on notification settings page','buddypress' ) ?></td> 946 946 <td class="yes"><input type="radio" name="notifications[notification_groups_invite]" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/></td> 947 947 <td class="no"><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php checked( $group_invite, 'no', true ) ?>/></td> … … 949 949 <tr id="groups-notification-settings-info-updated"> 950 950 <td></td> 951 <td><?php _e ( 'Group information is updated', 'buddypress' ) ?></td>951 <td><?php _ex( 'Group information is updated', 'group settings on notification settings page', 'buddypress' ) ?></td> 952 952 <td class="yes"><input type="radio" name="notifications[notification_groups_group_updated]" value="yes" <?php checked( $group_update, 'yes', true ) ?>/></td> 953 953 <td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php checked( $group_update, 'no', true ) ?>/></td> … … 955 955 <tr id="groups-notification-settings-promoted"> 956 956 <td></td> 957 <td><?php _e ( 'You are promoted to a group administrator or moderator', 'buddypress' ) ?></td>957 <td><?php _ex( 'You are promoted to a group administrator or moderator', 'group settings on notification settings page', 'buddypress' ) ?></td> 958 958 <td class="yes"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/></td> 959 959 <td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php checked( $group_promo, 'no', true ) ?>/></td> … … 961 961 <tr id="groups-notification-settings-request"> 962 962 <td></td> 963 <td><?php _e ( 'A member requests to join a private group for which you are an admin', 'buddypress' ) ?></td>963 <td><?php _ex( 'A member requests to join a private group for which you are an admin', 'group settings on notification settings page', 'buddypress' ) ?></td> 964 964 <td class="yes"><input type="radio" name="notifications[notification_groups_membership_request]" value="yes" <?php checked( $group_request, 'yes', true ) ?>/></td> 965 965 <td class="no"><input type="radio" name="notifications[notification_groups_membership_request]" value="no" <?php checked( $group_request, 'no', true ) ?>/></td> … … 1120 1120 public function create_dummy_post() { 1121 1121 1122 $title = _ _( 'Groups', 'buddypress' );1122 $title = _x( 'Groups', 'Group creation page', 'buddypress' ); 1123 1123 1124 1124 bp_theme_compat_reset_post( array(
Note: See TracChangeset
for help on using the changeset viewer.