Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2008 02:07:15 PM (17 years ago)
Author:
apeatling
Message:

merged nikolayb's language function changes into the core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-templatetags.php

    r391 r396  
    345345?> 
    346346    <div class="info-group">
    347         <h4><?php bp_my_or_name() ?> <?php _e('Friends', 'buddypress') ?> (<?php echo BP_Friends_Friendship::total_friend_count() ?>)  <a href="<?php echo $bp['current_domain'] . $bp['friends']['slug'] ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></h4>
     347        <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count() ?>)  <a href="<?php echo $bp['current_domain'] . $bp['friends']['slug'] ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></h4>
    348348       
    349349        <?php if ( $friend_ids ) { ?>
     
    358358        <?php } else { ?>
    359359            <div id="message" class="info">
    360                 <p><?php bp_you_or_name() ?> <?php _e('added any friend connections yet.', 'buddypress') ?></p>
     360                <p><?php bp_word_or_name( __( "You haven't added any friend connections yet.", 'buddypress' ), __( "%s hasn't created any friend connections yet.", 'buddypress' ) ) ?></p>
    361361            </div>
    362362        <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.