Changeset 11190 for trunk/wp-admin/import/blogger.php
- Timestamp:
- 05/05/2009 04:28:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogger.php
r11173 r11190 204 204 $posts = __('Posts'); 205 205 $comments = __('Comments'); 206 $noscript = __('This feature requires Javascript but it seems to be disabled. Please enable Javascript and then reload this page. Don \'t worry, you can turn it back off when you\'re done.');206 $noscript = __('This feature requires Javascript but it seems to be disabled. Please enable Javascript and then reload this page. Don’t worry, you can turn it back off when you’re done.'); 207 207 208 208 $interval = STATUS_INTERVAL * 1000; … … 654 654 } 655 655 656 $directions = __('All posts were imported with the current user as author. Use this form to move each Blogger user \'s posts to a different WordPress user. You may <a href="users.php">add users</a> and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the "Restart"function below.');656 $directions = __('All posts were imported with the current user as author. Use this form to move each Blogger user’s posts to a different WordPress user. You may <a href="users.php">add users</a> and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the “Restart” function below.'); 657 657 $heading = __('Author mapping'); 658 658 $blogtitle = "{$blog['title']} ({$blog['host']})"; … … 797 797 echo '<h1>'.__('Congratulations!').'</h1><p>'.__('Now that you have imported your Blogger blog into WordPress, what are you going to do? Here are some suggestions:').'</p><ul><li>'.__('That was hard work! Take a break.').'</li>'; 798 798 if ( count($this->import['blogs']) > 1 ) 799 echo '<li>'.__('In case you haven \'t done it already, you can import the posts from your other blogs:'). $this->show_blogs() . '</li>';799 echo '<li>'.__('In case you haven’t done it already, you can import the posts from your other blogs:'). $this->show_blogs() . '</li>'; 800 800 if ( $n = count($this->import['blogs'][$blog]['newusers']) ) 801 801 echo '<li>'.sprintf(__('Go to <a href="%s" target="%s">Authors & Users</a>, where you can modify the new user(s) or delete them. If you want to make all of the imported posts yours, you will be given that option when you delete the new authors.'), 'users.php', '_parent').'</li>';
Note: See TracChangeset
for help on using the changeset viewer.