diff --git a/wp-admin/import/blogger.php b/wp-admin/import/blogger.php index bc9cdc24c3..e14aa788df 100644 --- a/wp-admin/import/blogger.php +++ b/wp-admin/import/blogger.php @@ -341,7 +341,7 @@ class Blogger_Import { $form = "
"; - $output.= "$blog_opt in progress, please wait...
\n"; + $output.= ''.sprintf('%s in progress, please wait...', $blog_opt)."
\n"; } else { $output.= "$blog_opt
\n"; } diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php index e4be99acff..6bf50a0235 100644 --- a/wp-admin/import/textpattern.php +++ b/wp-admin/import/textpattern.php @@ -42,7 +42,7 @@ class Textpattern_Import { { echo ''.__('Steps may take a few minutes depending on the size of your database. Please be patient.
'); + echo ''.__('Steps may take a few minutes depending on the size of your database. Please be patient.').'
'; } function footer() @@ -52,12 +52,12 @@ class Textpattern_Import { function greet() { - _e('Howdy! This importer allows you to extract posts from any Textpattern 4.0.2+ into your blog. This has not been tested on previous versions of Textpattern. Mileage may vary.
'); - _e('Your Textpattern Configuration settings are as follows:
'); - _e(''); + echo ''; + echo ''; } function get_txp_cats() @@ -427,7 +427,7 @@ class Textpattern_Import { // Deal with the links if(is_array($links)) { - echo __('Importing Links...
'.__('Importing Links...').'
Done! '.$count.' Links imported.
';
+ printf(__('Done! %s Links imported'), $count);
+ echo '
Welcome to WordPress. We hope (and expect!) that you will find this platform incredibly rewarding! As a new WordPress user coming from Textpattern, there are some things that we would like to point out. Hopefully, they will help your transition go as smoothly as possible.
'); - echo __('You have already setup WordPress and have been assigned an administrative login and password. Forget it. You didn\'t have that login in Textpattern, why should you have it here? Instead we have taken care to import all of your users into our system. Unfortunately there is one downside. Because both WordPress and Textpattern uses a strong encryption hash with passwords, it is impossible to decrypt it and we are forced to assign temporary passwords to all your users. Every user has the same username, but their passwords are reset to password123. So Login and change it.
'); - echo __('Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.
'); - echo __('Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing Textile for WordPress. Trust me... You\'ll want it.
'); - echo __('Finally, there are numerous WordPress resources around the internet. Some of them are:
'); - echo __('That\'s it! What are you waiting for? Go login!
'); + echo ''.__('Welcome to WordPress. We hope (and expect!) that you will find this platform incredibly rewarding! As a new WordPress user coming from Textpattern, there are some things that we would like to point out. Hopefully, they will help your transition go as smoothly as possible.').'
'; + echo ''.__('You have already setup WordPress and have been assigned an administrative login and password. Forget it. You didn\'t have that login in Textpattern, why should you have it here? Instead we have taken care to import all of your users into our system. Unfortunately there is one downside. Because both WordPress and Textpattern uses a strong encryption hash with passwords, it is impossible to decrypt it and we are forced to assign temporary passwords to all your users. Every user has the same username, but their passwords are reset to password123. So Login and change it.').'
'; + echo ''.__('Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.').'
'; + echo ''.__('Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing Textile for WordPress. Trust me... You\'ll want it.').'
'; + echo ''.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'
'; + echo ''.__('That\'s it! What are you waiting for? Go login!').'
'; } function db_form() { - _e('