From 6925e60f3a3a5d8c973b0caa6a63bcb8f2059286 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 3 Sep 2012 19:55:50 +0000 Subject: [PATCH] =?UTF-8?q?Corregir=20mensajes=20en=20ingl=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@169 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../bp-dedication/includes/bp-dedication-notifications.php | 4 ++-- .../plugins/buddypress/bp-friends/bp-friends-activity.php | 4 ++-- .../buddypress/bp-friends/bp-friends-notifications.php | 4 ++-- .../buddypress/bp-messages/bp-messages-notifications.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php b/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php index 2c8da88..d2e982c 100644 --- a/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php +++ b/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php @@ -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 diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php index 82f717a..18c0742 100644 --- a/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php +++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php @@ -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'; } diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php index 7ff7a54..b99ee95 100644 --- a/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php +++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php @@ -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 diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php index d902096..e7c2f75 100644 --- a/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php +++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php @@ -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