Index: trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php
===================================================================
--- trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php	(revision 1858)
+++ trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php	(working copy)
@@ -5,12 +5,12 @@
 		<div id="footer">
 			<div class="links">
 				<p>
-					See also:
+					<?php _e( 'See also:', 'bporg' ); ?>
 					<a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
 					<a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
 					<a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
 					<a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
-					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
+					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
 				</p>
 			</div>
 			<div class="details">
Index: trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/header-front.php
===================================================================
--- trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/header-front.php	(revision 1858)
+++ trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/header-front.php	(working copy)
@@ -2,9 +2,9 @@
 
 	<div id="headline"><div id="headline-inner">
 		<h2 class="graphic home"><?php bloginfo( 'description' ); ?></h2>
-		<p>BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.</p>
+		<p><?php _e( 'BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.', 'bporg' ); ?></p>
 		<div>
-			<a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button">Download BuddyPress &rarr;</a>
+			<a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button"><?php _e( 'Download BuddyPress &rarr;', 'bporg' ); ?></a>
 			<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=5" alt="Screenshots">
 		</div>
 	</div></div>
@@ -12,36 +12,68 @@
 
 	<div id="showcase"><div id="showcase-inner">
 		<div class="feature">
-			<h3><?php _e( 'Profiles', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Profiles', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Custom profile fields.', 'bporg' ); ?><br />
+				<?php _e( 'Visibility levels.', 'bporg' ); ?><br />
+				<?php _e( 'Common field types.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature">
-			<h3><?php _e( 'Settings', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Settings', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Manage account settings.', 'bporg' ); ?><br />
+				<?php _e( 'Email notifications.', 'bporg' ); ?><br />
+				<?php _e( 'Email and Password.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature">
-			<h3><?php _e( 'Groups', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Groups', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Extensible user groups. Allow your users to create micro-communities.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature" style="margin:0;">
-			<h3><?php _e( 'Activity Streams', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Activity Streams', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'For members and groups. Sitewide directory and single threads.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature">
-			<h3><?php _e( 'Notifications', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Notifications', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Get notified.', 'bporg' ); ?><br />
+				<?php _e( 'Smart read/unread.', 'bporg' ); ?><br />
+				<?php _e( 'Fully integrated.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature">
-			<h3><?php _e( 'Friendships', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Friendships', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Friendship connections.', 'bporg' ); ?><br />
+				<?php _e( 'It\'s always about', 'bporg' ); ?><br />
+				<?php _e( 'who you know!', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature">
-			<h3><?php _e( 'Private Messaging', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( 'Private Messaging', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Private conversations, with several members at one time.', 'bporg' ); ?>
+			</p>
 		</div>
 		<div class="feature" style="margin:0;">
-			<h3><?php _e( '...and more!', 'bborg' ); ?></h3>
-			<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>
+			<h3><?php _e( '...and more!', 'bporg' ); ?></h3>
+			<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>
+				<?php _e( 'Extend BuddyPress with hundreds of third party components.', 'bporg' ); ?>
+			</p>
 		</div>
 	</div></div>
 
Index: trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php
===================================================================
--- trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php	(revision 1858)
+++ trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php	(working copy)
@@ -12,7 +12,7 @@
 				<div class="bbp-pagination">
 					<div class="bbp-pagination-count">
 
-						<?php printf( 'Viewing %1$s to %2$s (%3$s)', number_format_i18n( $from_num ), number_format_i18n( $to_num ), number_format_i18n( $plugins->info['results'] ) ); ?>
+						<?php printf( __( 'Viewing %1$s to %2$s (%3$s)', 'bporg' ), number_format_i18n( $from_num ), number_format_i18n( $to_num ), number_format_i18n( $plugins->info['results'] ) ); ?>
 
 					</div>
 
@@ -47,13 +47,13 @@
 				?>
 
 				<div class="single-plugin">
-					<h3 class="plugin-title"><a href="<?php echo esc_url( 'https://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
+					<h3 class="plugin-title"><a href="<?php echo esc_url( 'https://wordpress.org/plugins/' . $plugin->slug ); ?>/" title="<?php esc_attr_e( 'Plugin Information', 'bporg' ); ?>"><?php echo esc_html( $plugin->name ); ?></a></h3>
 
 					<div class="plugin-meta">
-						<?php if ( !empty( $plugin->version  ) ) : ?><div>Version: <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
-						<?php if ( !empty( $plugin->requires ) ) : ?><div>Requires: <?php echo esc_html( $plugin->requires ); ?></div><?php if ( !empty( $plugin->tested ) ) : ?><?php endif; ?><?php endif; ?>
-						<?php if ( !empty( $plugin->tested   ) ) : ?><div>Compatible up to: <?php echo esc_html( $plugin->tested ); ?></div><?php endif; ?>
-						<div>Rating: <?php echo $plugin->rating_html; // raw html - do not escape ?></div>
+						<?php if ( !empty( $plugin->version  ) ) : ?><div><?php _e( 'Version:', 'bporg' ); ?> <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
+						<?php if ( !empty( $plugin->requires ) ) : ?><div><?php _e( 'Requires:', 'bporg' ); ?> <?php echo esc_html( $plugin->requires ); ?></div><?php if ( !empty( $plugin->tested ) ) : ?><?php endif; ?><?php endif; ?>
+						<?php if ( !empty( $plugin->tested   ) ) : ?><div><?php _e( 'Compatible up to:', 'bporg' ); ?> <?php echo esc_html( $plugin->tested ); ?></div><?php endif; ?>
+						<div><?php _e( 'Rating:', 'bporg' ); ?> <?php echo $plugin->rating_html; // raw html - do not escape ?></div>
 					</div>
 
 					<p class="plugin-description" style="font-size: 12px">
@@ -67,7 +67,7 @@
 				<div class="bbp-pagination">
 					<div class="bbp-pagination-count">
 
-						<?php printf( 'Viewing %1$s to %2$s (%3$s)', number_format_i18n( $from_num ), number_format_i18n( $to_num ), number_format_i18n( $plugins->info['results'] ) ); ?>
+						<?php printf( __( 'Viewing %1$s to %2$s (%3$s)', 'bporg' ), number_format_i18n( $from_num ), number_format_i18n( $to_num ), number_format_i18n( $plugins->info['results'] ) ); ?>
 
 					</div>
 
Index: trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
===================================================================
--- trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php	(revision 1858)
+++ trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php	(working copy)
@@ -33,8 +33,8 @@
 			<div>
 				<h3><?php _e( 'Forum Feeds', 'bporg'); ?></h3>
 				<ul>
-					<li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="Forum Posts">Recent Posts</a></li>
-					<li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="Forum Topics">Recent Topics</a></li>
+					<li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="<?php esc_attr_e( 'Forum Posts', 'bporg' ); ?>"><?php _e( 'Recent Posts', 'bporg'); ?></a></li>
+					<li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="<?php esc_attr_e( 'Forum Topics', 'bporg' ); ?>"><?php _e( 'Recent Topics', 'bporg'); ?></a></li>
 				</ul>
 			</div>
 
@@ -95,8 +95,8 @@
 			<div>
 				<h3><?php _e( 'Feeds', 'bporg'); ?></h3>
 				<ul>
-					<li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="All Recent Posts">All Recent Posts</a></li>
-					<li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="All Recent Topics">All Recent Topics</a></li>
+					<li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="<?php esc_attr_e( 'All Recent Posts', 'bporg' ); ?>"><?php _e( 'All Recent Posts', 'bporg'); ?></a></li>
+					<li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="<?php esc_attr_e( 'All Recent Topics', 'bporg' ); ?>"><?php _e( 'All Recent Topics', 'bporg'); ?></a></li>
 				</ul>
 			</div>
 
@@ -111,8 +111,8 @@
 
 		<div class="feature">
 			<h3><?php _e( 'Theme Development', 'bporg' ); ?></h3>
-			<p><a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
-			<p class="book-description">An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p>
+			<p><a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="<?php esc_attr_e( 'BuddyPress Theme Development', 'bporg' ); ?>"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
+			<p class="book-description"><?php _e( 'An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.', 'bporg'); ?></p>
 		</div>
 
 	<?php elseif ( is_page( array( 'plugins' ) ) ) : ?>
@@ -122,7 +122,7 @@
 		<div>
 			<h3><?php _e( 'Legacy', 'bporg'); ?></h3>
 			<ul>
-				<li><a href="https://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
+				<li><a href="https://buddypress.org/support/forum/plugin-forums/" title="<?php esc_attr_e( 'Plugin Forums', 'bporg' ); ?>"><?php _e( 'Legacy Plugin Forums', 'bporg'); ?></a></li>
 			</ul>
 		</div>
 
