Making WordPress.org


Ignore:
Timestamp:
01/12/2018 03:47:10 AM (6 years ago)
Author:
dd32
Message:

BuddyPress.org: Localise strings in the BuddyPress theme.

Props SergeyBiryukov, ramiy.
Fixes #1284.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/header-front.php

    r4449 r6364  
    22
    33    <div id="headline"><div id="headline-inner">
    4         <h2 class="graphic home"><?php bloginfo( 'description' ); ?></h2>
    5         <p>BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.</p>
     4        <h2 class="graphic home"><?php _e( 'Fun & flexible software for online communities, teams, and groups', 'bporg' ); ?></h2>
     5        <p><?php _e( 'BuddyPress helps you build any kind of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.', 'bporg' ); ?></p>
    66        <div>
    7             <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button">Download BuddyPress &rarr;</a>
    8             <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6 1x, <?php echo get_stylesheet_directory_uri(); ?>/images/screenshots-2x.png?v=6 2x" alt="Screenshots">
     7            <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button"><?php _e( 'Download BuddyPress &rarr;', 'bporg' ); ?></a>
     8            <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6 1x, <?php echo get_stylesheet_directory_uri(); ?>/images/screenshots-2x.png?v=6 2x" alt="">
    99        </div>
    1010    </div></div>
     
    1313    <div id="showcase"><div id="showcase-inner">
    1414        <div class="feature">
    15             <h3><?php _e( 'Profiles', 'bborg' ); ?></h3>
    16             <p><a href="//buddypress.org/about/profiles/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_profiles.gif" alt="" width="78" height="58"></a>Custom profile fields.<br /> Visibility levels.<br /> Common field types.</p>
     15            <h3><?php _e( 'Profiles', 'bporg' ); ?></h3>
     16            <p>
     17                <a href="//buddypress.org/about/profiles/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_profiles.gif" alt="" width="78" height="58"></a>
     18                <?php _e( 'Custom profile fields.<br /> Visibility levels.<br /> Common field types.', 'bporg' ); ?>
     19            </p>
    1720        </div>
    1821        <div class="feature">
    19             <h3><?php _e( 'Settings', 'bborg' ); ?></h3>
    20             <p><a href="//buddypress.org/about/settings/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_settings.gif" alt="" width="78" height="58"></a>Manage account settings.<br /> Email notifications.<br /> Email and Password.</p>
     22            <h3><?php _e( 'Settings', 'bporg' ); ?></h3>
     23            <p>
     24                <a href="//buddypress.org/about/settings/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_settings.gif" alt="" width="78" height="58"></a>
     25                <?php _e( 'Manage account settings.<br /> Email notifications.<br /> Email and Password.', 'bporg' ); ?>
     26            </p>
    2127        </div>
    2228        <div class="feature">
    23             <h3><?php _e( 'Groups', 'bborg' ); ?></h3>
    24             <p><a href="//buddypress.org/about/groups/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_groups.gif" alt="" width="78" height="58"></a>Extensible user groups. Allow your users to create micro-communities.</p>
     29            <h3><?php _e( 'Groups', 'bporg' ); ?></h3>
     30            <p>
     31                <a href="//buddypress.org/about/groups/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_groups.gif" alt="" width="78" height="58"></a>
     32                <?php _e( 'Extensible user groups. Allow your users to create micro-communities.', 'bporg' ); ?>
     33            </p>
    2534        </div>
    2635        <div class="feature" style="margin:0;">
    27             <h3><?php _e( 'Activity Streams', 'bborg' ); ?></h3>
    28             <p><a href="//buddypress.org/about/activity/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_activity.gif" alt="" width="78" height="58"></a>For members and groups. Sitewide directory and single threads.</p>
     36            <h3><?php _e( 'Activity Streams', 'bporg' ); ?></h3>
     37            <p>
     38                <a href="//buddypress.org/about/activity/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_activity.gif" alt="" width="78" height="58"></a>
     39                <?php _e( 'For members and groups. Sitewide directory and single threads.', 'bporg' ); ?>
     40            </p>
    2941        </div>
    3042        <div class="feature">
    31             <h3><?php _e( 'Notifications', 'bborg' ); ?></h3>
    32             <p><a href="//buddypress.org/about/notifications/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_notifications.gif" alt="" width="78" height="58"></a>Get notified.<br /> Smart read/unread.<br /> Fully integrated.</p>
     43            <h3><?php _e( 'Notifications', 'bporg' ); ?></h3>
     44            <p>
     45                <a href="//buddypress.org/about/notifications/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_notifications.gif" alt="" width="78" height="58"></a>
     46                <?php _e( 'Get notified.<br /> Smart read/unread.<br /> Fully integrated.', 'bporg' ); ?>
     47            </p>
    3348        </div>
    3449        <div class="feature">
    35             <h3><?php _e( 'Friendships', 'bborg' ); ?></h3>
    36             <p><a href="//buddypress.org/about/friends/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_friends.gif" alt="" width="78" height="58"></a>Friendship connections.<br /> It's always about<br /> who you know!</p>
     50            <h3><?php _e( 'Friendships', 'bporg' ); ?></h3>
     51            <p>
     52                <a href="//buddypress.org/about/friends/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_friends.gif" alt="" width="78" height="58"></a>
     53                <?php _e( "Friendship connections.<br /> It's always about<br /> who you know!", 'bporg' ); ?>
     54            </p>
    3755        </div>
    3856        <div class="feature">
    39             <h3><?php _e( 'Private Messaging', 'bborg' ); ?></h3>
    40             <p><a href="//buddypress.org/about/private-messaging/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_pms.gif" alt="" width="78" height="58"></a>Private conversations, with several members at one time.</p>
     57            <h3><?php _e( 'Private Messaging', 'bporg' ); ?></h3>
     58            <p>
     59                <a href="//buddypress.org/about/private-messaging/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_pms.gif" alt="" width="78" height="58"></a>
     60                <?php _e( 'Private conversations, with several members at one time.', 'bporg' ); ?>
     61            </p>
    4162        </div>
    4263        <div class="feature" style="margin:0;">
    43             <h3><?php _e( '...and more!', 'bborg' ); ?></h3>
    44             <p><a href="//buddypress.org/about/more/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_more.gif" alt="" width="78" height="58"></a>Extend BuddyPress with hundreds of third party components.</p>
     64            <h3><?php _e( '...and more!', 'bporg' ); ?></h3>
     65            <p>
     66                <a href="//buddypress.org/about/more/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_more.gif" alt="" width="78" height="58"></a>
     67                <?php _e( 'Extend BuddyPress with hundreds of third party components.', 'bporg' ); ?>
     68            </p>
    4569        </div>
    4670    </div></div>
Note: See TracChangeset for help on using the changeset viewer.