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:
parent
521bac0450
commit
3a2f3b3433
|
@ -29,7 +29,7 @@ class BW_Import {
|
||||||
|
|
||||||
function greet() {
|
function greet() {
|
||||||
echo '<div class="narrow">';
|
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&step=1");
|
wp_import_upload_form("admin.php?import=blogware&step=1");
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ class Textpattern_Import {
|
||||||
|
|
||||||
function greet() {
|
function greet() {
|
||||||
echo '<div class="narrow">';
|
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>'.__('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 '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
|
||||||
echo '<form action="admin.php?import=textpattern&step=1" method="post">';
|
echo '<form action="admin.php?import=textpattern&step=1" method="post">';
|
||||||
|
|
|
@ -675,7 +675,7 @@ function populate_network( $network_id = 1, $domain = '', $email = '', $site_nam
|
||||||
|
|
||||||
$welcome_email = __( 'Dear User,
|
$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
|
BLOG_URL
|
||||||
|
|
||||||
You can log in to the administrator account with the following information:
|
You can log in to the administrator account with the following information:
|
||||||
|
@ -683,7 +683,7 @@ Username: USERNAME
|
||||||
Password: PASSWORD
|
Password: PASSWORD
|
||||||
Login Here: BLOG_URLwp-login.php
|
Login Here: BLOG_URLwp-login.php
|
||||||
|
|
||||||
We hope you enjoy your new blog.
|
We hope you enjoy your new site.
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|
||||||
--The Team @ SITE_NAME' );
|
--The Team @ SITE_NAME' );
|
||||||
|
|
|
@ -320,7 +320,7 @@ You can log in to the administrator account with the following information:
|
||||||
Username: %2\$s
|
Username: %2\$s
|
||||||
Password: %3\$s
|
Password: %3\$s
|
||||||
|
|
||||||
We hope you enjoy your new blog. Thanks!
|
We hope you enjoy your new site. Thanks!
|
||||||
|
|
||||||
--The WordPress Team
|
--The WordPress Team
|
||||||
http://wordpress.org/
|
http://wordpress.org/
|
||||||
|
|
|
@ -23,7 +23,7 @@ if ( is_multisite() ) {
|
||||||
return sprintf( __( "Hi,
|
return sprintf( __( "Hi,
|
||||||
You've been invited to join '%s' at
|
You've been invited to join '%s' at
|
||||||
%s as a %s.
|
%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.
|
this email. This invitation will expire in a few days.
|
||||||
|
|
||||||
Please click the following link to activate your user account:
|
Please click the following link to activate your user account:
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
class WP_Widget_Pages extends WP_Widget {
|
class WP_Widget_Pages extends WP_Widget {
|
||||||
|
|
||||||
function WP_Widget_Pages() {
|
function WP_Widget_Pages() {
|
||||||
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog’s WordPress Pages') );
|
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site’s WordPress Pages') );
|
||||||
$this->WP_Widget('pages', __('Pages'), $widget_ops);
|
$this->WP_Widget('pages', __('Pages'), $widget_ops);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -974,7 +974,7 @@ function wpmu_welcome_notification($blog_id, $user_id, $password, $title, $meta
|
||||||
if ( $welcome_email == false )
|
if ( $welcome_email == false )
|
||||||
$welcome_email = stripslashes( __( 'Dear User,
|
$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
|
BLOG_URL
|
||||||
|
|
||||||
You can log in to the administrator account with the following information:
|
You can log in to the administrator account with the following information:
|
||||||
|
@ -982,7 +982,7 @@ Username: USERNAME
|
||||||
Password: PASSWORD
|
Password: PASSWORD
|
||||||
Login Here: BLOG_URLwp-login.php
|
Login Here: BLOG_URLwp-login.php
|
||||||
|
|
||||||
We hope you enjoy your new blog.
|
We hope you enjoy your new site.
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|
||||||
--The Team @ SITE_NAME' ) );
|
--The Team @ SITE_NAME' ) );
|
||||||
|
|
Loading…
Reference in New Issue