7c7
< 		add_submenu_page( 'wpmu-admin.php', __("Group Forums"), __("Group Forums"), 1, "bp_forums_settings", "bp_forums_bbpress_admin" );
---
> 		add_submenu_page( 'wpmu-admin.php', __("Group Forums",'buddypress'), __("Group Forums",'buddypress'), 1, "bp_forums_settings", "bp_forums_bbpress_admin" );
43c43
< 		<h2><?php _e("Group Forum Settings") ?></h2>
---
> 		<h2><?php _e("Group Forum Settings",'buddypress') ?></h2>
48,49c48,49
< 		<p><?php _e('To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU.') ?></p>
< 		<p><?php _e('Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.') ?></p>
---
> 		<p><?php _e('To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU.','buddypress') ?></p>
> 		<p><?php _e('Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.','buddypress') ?></p>
56c56
< 					<th scope="row"><label for="target_uri"><?php _e( 'bbPress URL', 'bbpress_live' ) ?></label></th>
---
> 					<th scope="row"><label for="target_uri"><?php _e( 'bbPress URL','buddypress' ) ?></label></th>
59c59
< 						<?php _e( 'The URL of the location you installed bbPress. For example, http://domain.com/forums/', 'bbpress_live' ); ?>
---
> 						<?php _e( 'The URL of the location you installed bbPress. For example, http://domain.com/forums/','buddypress'); ?>
63c63
< 					<th scope="row"><label for="username"><?php _e( 'bbPress username', 'bbpress_live' ) ?></label></th>
---
> 					<th scope="row"><label for="username"><?php _e( 'bbPress username','buddypress' ) ?></label></th>
66c66
< 						<?php _e( 'The username for the user (with admin rights) that you created for BuddyPress integration', 'bbpress_live' ); ?>
---
> 						<?php _e( 'The username for the user (with admin rights) that you created for BuddyPress integration','buddypress'); ?>
70c70
< 					<th scope="row"><label for="password"><?php _e( 'bbPress password', 'bbpress_live' ) ?></label></th>
---
> 					<th scope="row"><label for="password"><?php _e( 'bbPress password','buddypress' ) ?></label></th>
73c73
< 						<?php _e( 'The password for the user (with admin rights) that you created for BuddyPress integration', 'bbpress_live' ); ?>
---
> 						<?php _e( 'The password for the user (with admin rights) that you created for BuddyPress integration','buddypress' ); ?>
78c78
< 			<h3><?php _e( 'Cache requests', 'bbpress_live' ) ?></h3>
---
> 			<h3><?php _e( 'Cache requests','buddypress' ) ?></h3>
81c81
< 					<th scope="row"><label for="cache_enabled"><?php _e( 'Caching enabled', 'bbpress_live' ) ?></label></th>
---
> 					<th scope="row"><label for="cache_enabled"><?php _e( 'Caching enabled','buddypress' ) ?></label></th>
84c84
< 						<?php _e( 'Turn on caching of requests to reduce latency and load.', 'bbpress_live' ); ?>
---
> 						<?php _e( 'Turn on caching of requests to reduce latency and load.','buddypress' ); ?>
88c88
< 					<th scope="row"><label for="cache_timeout"><?php _e( 'Cache timeout', 'bbpress_live' ) ?></label></th>
---
> 					<th scope="row"><label for="cache_timeout"><?php _e( 'Cache timeout','buddypress' ) ?></label></th>
90,91c90,91
< 						<input name="cache_timeout" type="text" id="cache_timeout" value="<?php echo attribute_escape( $options['cache_timeout'] ); ?>" size="10" /> <?php _e( '(seconds)', 'bbpress_live' ) ?><br />
< 						<?php _e( 'The amount of time in seconds that a cached request is valid for.', 'bbpress_live' ); ?>
---
> 						<input name="cache_timeout" type="text" id="cache_timeout" value="<?php echo attribute_escape( $options['cache_timeout'] ); ?>" size="10" /> <?php _e( '(seconds)','buddypress' ) ?><br />
> 						<?php _e( 'The amount of time in seconds that a cached request is valid for.','buddypress' ); ?>
20c20
< 			'description' => __('Forum lists from your bbPress forums')
---
> 			'description' => __('Forum lists from your bbPress forums','buddypress')
36c36
< 				__('bbPress Forum list', 'bbpress_live'),
---
> 				__('bbPress Forum list', 'buddypress'),
44c44
< 				__('bbPress Forum list', 'bbpress_live'),
---
> 				__('bbPress Forum list','buddypress'),
89,91c89,91
< 					echo '<th>'. __('Forum', 'bbpress_live') . '</th>';
< 					echo '<th>'. __('Topics', 'bbpress_live') . '</th>';
< 					echo '<th>'. __('Posts', 'bbpress_live') . '</th>';
---
> 					echo '<th>'. __('Forum','buddypress') . '</th>';
> 					echo '<th>'. __('Topics','buddypress') . '</th>';
> 					echo '<th>'. __('Posts','buddypress') . '</th>';
166c166
< 					<?php _e('Title:', 'bbpress_live'); ?>
---
> 					<?php _e('Title:','buddypress'); ?>
172c172
< 					<?php _e('Parent forum id or slug (optional):', 'bbpress_live'); ?>
---
> 					<?php _e('Parent forum id or slug (optional):','buddypress'); ?>
178c178
< 					<?php _e('Hierarchy depth:', 'bbpress_live'); ?>
---
> 					<?php _e('Hierarchy depth:','buddypress'); ?>
184c184
< 					<?php _e('Layout style:', 'bbpress_live'); ?>
---
> 					<?php _e('Layout style:','buddypress'); ?>
188c188
< 						<input id="bbpress_live_widget_forums_list_<?php echo $instance; ?>" name="bbpress_live_widget_forums[<?php echo $instance; ?>][layout]" type="radio" value="list"<?php echo $layout['list']; ?> /> <?php _e('ordered list', 'bbpress_live'); ?>
---
> 						<input id="bbpress_live_widget_forums_list_<?php echo $instance; ?>" name="bbpress_live_widget_forums[<?php echo $instance; ?>][layout]" type="radio" value="list"<?php echo $layout['list']; ?> /> <?php _e('ordered list','buddypress'); ?>
193c193
< 						<input id="bbpress_live_widget_forums_table_<?php echo $instance; ?>" name="bbpress_live_widget_forums[<?php echo $instance; ?>][layout]" type="radio" value="table"<?php echo $layout['table']; ?> /> <?php _e('table', 'bbpress_live'); ?>
---
> 						<input id="bbpress_live_widget_forums_table_<?php echo $instance; ?>" name="bbpress_live_widget_forums[<?php echo $instance; ?>][layout]" type="radio" value="table"<?php echo $layout['table']; ?> /> <?php _e('table','buddypress'); ?>
221c221
< 			'description' => __('The latest topics from your bbPress forums')
---
> 			'description' => __('The latest topics from your bbPress forums','buddypress')
237c237
< 				__('bbPress latest topics', 'bbpress_live'),
---
> 				__('bbPress latest topics','buddypress'),
245c245
< 				__('bbPress latest topics', 'bbpress_live'),
---
> 				__('bbPress latest topics','buddypress'),
282c282
< 						printf( __( '%1$s posted %2$s ago', 'bbpress_live' ), $topic['topic_last_poster_display_name'], $topic['topic_time_since'] );
---
> 						printf( __( '%1$s posted %2$s ago','buddypress' ), $topic['topic_last_poster_display_name'], $topic['topic_time_since'] );
291,294c291,294
< 					echo '<th>'. __('Topic', 'bbpress_live') . '</th>';
< 					echo '<th>'. __('Posts', 'bbpress_live') . '</th>';
< 					echo '<th>'. __('Last Poster', 'bbpress_live') . '</th>';
< 					echo '<th>'. __('Freshness', 'bbpress_live') . '</th>';
---
> 					echo '<th>'. __('Topic','buddypress') . '</th>';
> 					echo '<th>'. __('Posts','buddypress') . '</th>';
> 					echo '<th>'. __('Last Poster','buddypress') . '</th>';
> 					echo '<th>'. __('Freshness','buddypress') . '</th>';
370c370
< 					<?php _e('Title:', 'bbpress_live'); ?>
---
> 					<?php _e('Title:','buddypress'); ?>
376c376
< 					<?php _e('Forum id or slug (optional):', 'bbpress_live'); ?>
---
> 					<?php _e('Forum id or slug (optional):','buddypress'); ?>
382c382
< 					<?php _e('Number of topics to show:', 'bbpress_live'); ?>
---
> 					<?php _e('Number of topics to show:','buddypress'); ?>
388c388
< 					<?php _e('Layout style:', 'bbpress_live'); ?>
---
> 					<?php _e('Layout style:','buddypress'); ?>
392c392
< 						<input id="bbpress_live_widget_topics_list_<?php echo $instance; ?>" name="bbpress_live_widget_topics[<?php echo $instance; ?>][layout]" type="radio" value="list"<?php echo $layout['list']; ?> /> <?php _e('ordered list', 'bbpress_live'); ?>
---
> 						<input id="bbpress_live_widget_topics_list_<?php echo $instance; ?>" name="bbpress_live_widget_topics[<?php echo $instance; ?>][layout]" type="radio" value="list"<?php echo $layout['list']; ?> /> <?php _e('ordered list','buddypress'); ?>
397c397
< 						<input id="bbpress_live_widget_topics_table_<?php echo $instance; ?>" name="bbpress_live_widget_topics[<?php echo $instance; ?>][layout]" type="radio" value="table"<?php echo $layout['table']; ?> /> <?php _e('table', 'bbpress_live'); ?>
---
> 						<input id="bbpress_live_widget_topics_table_<?php echo $instance; ?>" name="bbpress_live_widget_topics[<?php echo $instance; ?>][layout]" type="radio" value="table"<?php echo $layout['table']; ?> /> <?php _e('table','buddypress'); ?>
