Changeset 2941 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 04/19/2010 06:13:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r2719 r2941 20 20 21 21 $message = sprintf( __( 22 'Group details for the group "% s" were updated:23 24 To view the group: % s22 'Group details for the group "%1$s" were updated: 23 24 To view the group: %2$s 25 25 26 26 --------------------- … … 63 63 64 64 $message = sprintf( __( 65 '% s wants to join the group "%s".65 '%1$s wants to join the group "%2$s". 66 66 67 67 Because you are the administrator of this group, you must either accept or reject the membership request. 68 68 69 69 To view all pending membership requests for this group, please visit: 70 % s71 72 To view % s\'s profile: %s70 %3$s 71 72 To view %4$s\'s profile: %5$s 73 73 74 74 --------------------- … … 110 110 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" accepted', 'buddypress' ), $group->name ); 111 111 $message = sprintf( __( 112 'Your membership request for the group "% s" has been accepted.113 114 To view the group please login and visit: % s112 'Your membership request for the group "%1$s" has been accepted. 113 114 To view the group please login and visit: %2$s 115 115 116 116 --------------------- … … 120 120 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" rejected', 'buddypress' ), $group->name ); 121 121 $message = sprintf( __( 122 'Your membership request for the group "% s" has been rejected.123 124 To submit another request please log in and visit: % s122 'Your membership request for the group "%1$s" has been rejected. 123 124 To submit another request please log in and visit: %2$s 125 125 126 126 --------------------- … … 167 167 168 168 $message = sprintf( __( 169 'You have been promoted to % s for the group: "%s".170 171 To view the group please visit: % s169 'You have been promoted to %1$s for the group: "%2$s". 170 171 To view the group please visit: %3$s 172 172 173 173 --------------------- … … 215 215 216 216 $message = sprintf( __( 217 'One of your friends % s has invited you to the group: "%s".218 219 To view your group invites visit: % s220 221 To view the group visit: % s222 223 To view % s\'s profile visit: %s217 'One of your friends %1$s has invited you to the group: "%2$s". 218 219 To view your group invites visit: %3$s 220 221 To view the group visit: %4$s 222 223 To view %5$s\'s profile visit: %6$s 224 224 225 225 --------------------- … … 271 271 $ud = bp_core_get_core_userdata( $receiver_user_id ); 272 272 $to = $ud->user_email; 273 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '% s mentioned you in the group "%s"', 'buddypress' ), $poster_name, $group->name );273 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%1$s mentioned you in the group "%2$s"', 'buddypress' ), $poster_name, $group->name ); 274 274 275 275 $message = sprintf( __( 276 '% s mentioned you in the group "%s":277 278 "% s"279 280 To view and respond to the message, log in and visit: % s276 '%1$s mentioned you in the group "%2$s": 277 278 "%3$s" 279 280 To view and respond to the message, log in and visit: %4$s 281 281 282 282 ---------------------
Note: See TracChangeset
for help on using the changeset viewer.