Changeset 12930 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 04/29/2021 08:31:02 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r12801 r12930 6034 6034 $message = __( 'Viewing 1 invitation', 'buddypress' ); 6035 6035 } else { 6036 /* translators: 1: group invite from number. 2: group invite to number. 3: total group invites. */6037 $message = sprintf( _n ( 'Viewing %1$s - %2$s of %3$s invitation', 'Viewing %1$s - %2$s of %3$s invitations', $invites_template->total_invite_count, 'buddypress' ), $from_num, $to_num, $total );6036 /* translators: 1: Invitations from number. 2: Invitations to number. 3: Total invitations. */ 6037 $message = sprintf( _nx( 'Viewing %1$s - %2$s of %3$s invitation', 'Viewing %1$s - %2$s of %3$s invitations', $invites_template->total_invite_count, 'Group invites pagination', 'buddypress' ), $from_num, $to_num, $total ); 6038 6038 } 6039 6039
Note: See TracChangeset
for help on using the changeset viewer.