Corregir mensajes en inglés

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@169 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-09-03 19:55:50 +00:00
parent 186aae4a3b
commit 6925e60f3a
4 changed files with 7 additions and 7 deletions

View File

@ -37,10 +37,10 @@ function bp_dedication_send_dedication_notification( $post_id, $to_user_email, $
//$post_link = bp_dedication_getTinyUrl($post_link);
/* Set up and send the message */
$subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( '%s dedicated a song 2 u!', 'bp-dedication' ), stripslashes($sender_name) );
$subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( '%s has dedicated a song 2u!', 'bp-dedication' ), stripslashes($sender_name) );
$message = sprintf( __(
'%s (%s) sent you a dedication!
'%s (%s) has sent you a dedication!
To see %s\'s dedication: %s

View File

@ -73,10 +73,10 @@ function friends_format_notifications( $action, $item_id, $secondary_item_id, $t
// Set up the string and the filter
if ( (int)$total_items > 1 ) {
$text = sprintf( __( '%d friends accepted your friendship requests', 'buddypress' ), (int)$total_items );
$text = sprintf( __( '%d friends have accepted your friendship requests', 'buddypress' ), (int)$total_items );
$filter = 'bp_friends_multiple_friendship_accepted_notification';
} else {
$text = sprintf( __( '%s accepted your friendship request', 'buddypress' ), bp_core_get_user_displayname( $item_id ) );
$text = sprintf( __( '%s has accepted your friendship request', 'buddypress' ), bp_core_get_user_displayname( $item_id ) );
$filter = 'bp_friends_single_friendship_accepted_notification';
}

View File

@ -64,10 +64,10 @@ function friends_notification_accepted_request( $friendship_id, $initiator_id, $
// Set up and send the message
$to = $ud->user_email;
$sitename = wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), 'blogname' ), ENT_QUOTES );
$subject = '[' . $sitename . '] ' . sprintf( __( '%s accepted your friendship request', 'buddypress' ), $friend_name );
$subject = '[' . $sitename . '] ' . sprintf( __( '%s has accepted your friendship request', 'buddypress' ), $friend_name );
$message = sprintf( __(
'%1$s accepted your friend request.
'%1$s has accepted your friend request.
To view %2$s\'s profile: %3$s

View File

@ -31,7 +31,7 @@ function messages_notification_new_message( $args ) {
$email_subject = '[' . $sitename . '] ' . sprintf( __( 'New message from %s', 'buddypress' ), $sender_name );
$email_content = sprintf( __(
'%s sent you a new message:
'%s has sent you a new message:
Subject: %s