Skip to:
Content

BuddyPress.org

Changeset 12020


Ignore:
Timestamp:
04/30/2018 11:57:10 PM (8 years ago)
Author:
boonebgorges
Message:

Nouveau: Language improvements in functions.php.

See #7786.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/functions.php

    r12008 r12020  
    935935                'directory-activity-loading' => array(
    936936                        'type'    => 'loading',
    937                         'message' => __( 'Loading the community updates, please wait.', 'buddypress' ),
     937                        'message' => __( 'Loading the community updates. Please wait.', 'buddypress' ),
    938938                ),
    939939                'single-activity-loading' => array(
    940940                        'type'    => 'loading',
    941                         'message' => __( 'Loading the update, please wait.', 'buddypress' ),
     941                        'message' => __( 'Loading the update. Please wait.', 'buddypress' ),
    942942                ),
    943943                'activity-loop-none' => array(
     
    955955                'directory-blogs-loading' => array(
    956956                        'type'    => 'loading',
    957                         'message' => __( 'Loading the sites of the network, please wait.', 'buddypress' ),
     957                        'message' => __( 'Loading the sites of the network. Please wait.', 'buddypress' ),
    958958                ),
    959959                'directory-groups-loading' => array(
    960960                        'type'    => 'loading',
    961                         'message' => __( 'Loading the groups of the community, please wait.', 'buddypress' ),
     961                        'message' => __( 'Loading the groups of the community. Please wait.', 'buddypress' ),
    962962                ),
    963963                'groups-loop-none' => array(
     
    967967                'group-activity-loading' => array(
    968968                        'type'    => 'loading',
    969                         'message' => __( 'Loading the group updates, please wait.', 'buddypress' ),
     969                        'message' => __( 'Loading the group updates. Please wait.', 'buddypress' ),
    970970                ),
    971971                'group-members-loading' => array(
    972972                        'type'    => 'loading',
    973                         'message' => __( 'Requesting the group members, please wait.', 'buddypress' ),
     973                        'message' => __( 'Requesting the group members. Please wait.', 'buddypress' ),
    974974                ),
    975975                'group-members-none' => array(
     
    991991                'group-requests-loading' => array(
    992992                        'type'    => 'loading',
    993                         'message' => __( 'Loading the members who requested to join the group, please wait.', 'buddypress' ),
     993                        'message' => __( 'Loading the members who requested to join the group. Please wait.', 'buddypress' ),
    994994                ),
    995995                'group-delete-warning' => array(
    996996                        'type'    => 'warning',
    997                         'message' => __( 'WARNING: Deleting this group will completely remove ALL content associated with it. There is no way back, please be careful with this option.', 'buddypress' ),
     997                        'message' => __( 'WARNING: Deleting this group will completely remove ALL content associated with it. There is no way back. Please be careful with this option.', 'buddypress' ),
    998998                ),
    999999                'group-avatar-delete-info' => array(
     
    10031003                'directory-members-loading' => array(
    10041004                        'type'    => 'loading',
    1005                         'message' => __( 'Loading the members of your community, please wait.', 'buddypress' ),
     1005                        'message' => __( 'Loading the members of your community. Please wait.', 'buddypress' ),
    10061006                ),
    10071007                'members-loop-none' => array(
     
    10311031                'member-activity-loading' => array(
    10321032                        'type'    => 'loading',
    1033                         'message' => __( 'Loading the user\'s updates, please wait.', 'buddypress' ),
     1033                        'message' => __( 'Loading the user\'s updates. Please wait.', 'buddypress' ),
    10341034                ),
    10351035                'member-blogs-loading' => array(
    10361036                        'type'    => 'loading',
    1037                         'message' => __( 'Loading the blogs the user is a contributor of, please wait.', 'buddypress' ),
     1037                        'message' => __( 'Loading the user\'s blogs. Please wait.', 'buddypress' ),
    10381038                ),
    10391039                'member-friends-loading' => array(
    10401040                        'type'    => 'loading',
    1041                         'message' => __( 'Loading the members the user is friend with, please wait.', 'buddypress' ),
     1041                        'message' => __( 'Loading the user\'s friends. Please wait.', 'buddypress' ),
    10421042                ),
    10431043                'member-groups-loading' => array(
    10441044                        'type'    => 'loading',
    1045                         'message' => __( 'Loading the groups the user is a member of, please wait.', 'buddypress' ),
     1045                        'message' => __( 'Loading the user\'s groups. Please wait.', 'buddypress' ),
    10461046                ),
    10471047                'member-notifications-loading' => array(
    10481048                        'type'    => 'loading',
    1049                         'message' => __( 'Loading notifications, please wait.', 'buddypress' ),
     1049                        'message' => __( 'Loading notifications. Please wait.', 'buddypress' ),
    10501050                ),
    10511051                'member-group-invites-all' => array(
     
    10551055                'member-group-invites-friends-only' => array(
    10561056                        'type'    => 'info',
    1057                         'message' => __( 'Currently only your friends can invite you to groups, uncheck the box to allow any member to send invites.', 'buddypress' ),
     1057                        'message' => __( 'Currently only your friends can invite you to groups. Uncheck the box to allow any member to send invites.', 'buddypress' ),
    10581058                ),
    10591059        ) );
     
    10851085                $feedback_messages['member-delete-account']['message'] = __( 'Deleting your account will delete all of the content you have created. It will be completely irrecoverable.', 'buddypress' );
    10861086        } elseif ( 'member-activity-loading' === $feedback_id && bp_is_my_profile() ) {
    1087                 $feedback_messages['member-activity-loading']['message'] = __( 'Loading your updates, please wait.', 'buddypress' );
     1087                $feedback_messages['member-activity-loading']['message'] = __( 'Loading your updates. Please wait.', 'buddypress' );
    10881088        } elseif ( 'member-blogs-loading' === $feedback_id && bp_is_my_profile() ) {
    1089                 $feedback_messages['member-blogs-loading']['message'] = __( 'Loading the blogs you are a contributor of, please wait.', 'buddypress' );
     1089                $feedback_messages['member-blogs-loading']['message'] = __( 'Loading your blogs. Please wait.', 'buddypress' );
    10901090        } elseif ( 'member-friends-loading' === $feedback_id && bp_is_my_profile() ) {
    1091                 $feedback_messages['member-friends-loading']['message'] = __( 'Loading your friends, please wait.', 'buddypress' );
     1091                $feedback_messages['member-friends-loading']['message'] = __( 'Loading your friends. Please wait.', 'buddypress' );
    10921092        } elseif ( 'member-groups-loading' === $feedback_id && bp_is_my_profile() ) {
    1093                 $feedback_messages['member-groups-loading']['message'] = __( 'Loading the groups you are a member of, please wait.', 'buddypress' );
     1093                $feedback_messages['member-groups-loading']['message'] = __( 'Loading your groups. Please wait.', 'buddypress' );
    10941094        }
    10951095
Note: See TracChangeset for help on using the changeset viewer.