s/blog/site/ in more places.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-01 07:09:38 +00:00
parent 521bac0450
commit 3a2f3b3433
7 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@ class BW_Import {
function greet() {
echo '<div class="narrow">';
echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your blog. Pick a Blogware file to upload and click Import.').'</p>';
echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your site. Pick a Blogware file to upload and click Import.').'</p>';
wp_import_upload_form("admin.php?import=blogware&amp;step=1");
echo '</div>';
}

View File

@ -64,7 +64,7 @@ class Textpattern_Import {
function greet() {
echo '<div class="narrow">';
echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'</p>';
echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this site.').'</p>';
echo '<p>'.__('This has not been tested on previous versions of Textpattern. Mileage may vary.').'</p>';
echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';

View File

@ -675,7 +675,7 @@ function populate_network( $network_id = 1, $domain = '', $email = '', $site_nam
$welcome_email = __( 'Dear User,
Your new SITE_NAME blog has been successfully set up at:
Your new SITE_NAME site has been successfully set up at:
BLOG_URL
You can log in to the administrator account with the following information:
@ -683,7 +683,7 @@ Username: USERNAME
Password: PASSWORD
Login Here: BLOG_URLwp-login.php
We hope you enjoy your new blog.
We hope you enjoy your new site.
Thanks!
--The Team @ SITE_NAME' );

View File

@ -320,7 +320,7 @@ You can log in to the administrator account with the following information:
Username: %2\$s
Password: %3\$s
We hope you enjoy your new blog. Thanks!
We hope you enjoy your new site. Thanks!
--The WordPress Team
http://wordpress.org/

View File

@ -23,7 +23,7 @@ if ( is_multisite() ) {
return sprintf( __( "Hi,
You've been invited to join '%s' at
%s as a %s.
If you do not want to join this blog please ignore
If you do not want to join this site please ignore
this email. This invitation will expire in a few days.
Please click the following link to activate your user account:

View File

@ -15,7 +15,7 @@
class WP_Widget_Pages extends WP_Widget {
function WP_Widget_Pages() {
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog&#8217;s WordPress Pages') );
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site&#8217;s WordPress Pages') );
$this->WP_Widget('pages', __('Pages'), $widget_ops);
}

View File

@ -974,7 +974,7 @@ function wpmu_welcome_notification($blog_id, $user_id, $password, $title, $meta
if ( $welcome_email == false )
$welcome_email = stripslashes( __( 'Dear User,
Your new SITE_NAME blog has been successfully set up at:
Your new SITE_NAME site has been successfully set up at:
BLOG_URL
You can log in to the administrator account with the following information:
@ -982,7 +982,7 @@ Username: USERNAME
Password: PASSWORD
Login Here: BLOG_URLwp-login.php
We hope you enjoy your new blog.
We hope you enjoy your new site.
Thanks!
--The Team @ SITE_NAME' ) );