diff --git a/wp-admin/export.php b/wp-admin/export.php index 5fb7876a63..51dc828f5c 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -12,8 +12,9 @@ require_once ('admin-header.php');

-

+

+

diff --git a/wp-admin/import.php b/wp-admin/import.php index e71f39d9a4..cdc34e6598 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -7,7 +7,7 @@ require_once ('admin-header.php');

-

+

posts and comments from your Blogger account'), array ($blogger_import, 'start')); +register_importer('blogger', __('Blogger or Blog*Spot'), __('Import posts, comments, and users from a Blogger or Blog*Spot blog'), array ($blogger_import, 'start')); ?> diff --git a/wp-admin/import/dotclear.php b/wp-admin/import/dotclear.php index 02c030f899..0eb092b25a 100644 --- a/wp-admin/import/dotclear.php +++ b/wp-admin/import/dotclear.php @@ -1,6 +1,6 @@ 'draft', 1 => 'publish'); $comment_status_map = array (0 => 'closed', 1 => 'open'); @@ -647,9 +647,9 @@ class Dotclear_Import { function db_form() { echo ''; - printf('', __('Dotclear Database User:')); + printf('', __('DotClear Database User:')); printf('', __('DotClear Database Password:')); - printf('', __('Dotclear Database Name:')); + printf('', __('DotClear Database Name:')); printf('', __('DotClear Database Host:')); printf('', __('DotClear Table prefix:')); printf('', __('Originating character set:')); @@ -744,5 +744,5 @@ class Dotclear_Import { } $dc_import = new Dotclear_Import(); -register_importer('dotclear', __('DotClear'), __('Import posts from a DotClear Blog'), array ($dc_import, 'dispatch')); +register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog'), array ($dc_import, 'dispatch')); ?> diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php index ea05ff2833..e20b408e95 100644 --- a/wp-admin/import/greymatter.php +++ b/wp-admin/import/greymatter.php @@ -6,7 +6,7 @@ class GM_Import { function header() { echo '
'; - echo '

'.__('Import Greymatter').'

'; + echo '

'.__('Import GreyMatter').'

'; } function footer() { @@ -281,7 +281,7 @@ class GM_Import { ?>

 

-

+

footer(); } @@ -309,5 +309,5 @@ class GM_Import { $gm_import = new GM_Import(); -register_importer('greymatter', __('Greymatter'), __('Import posts and comments from your Greymatter blog'), array ($gm_import, 'dispatch')); +register_importer('greymatter', __('GreyMatter'), __('Import users, posts, and comments from a Greymatter blog'), array ($gm_import, 'dispatch')); ?> diff --git a/wp-admin/import/livejournal.php b/wp-admin/import/livejournal.php index 2d770ecfad..e1389cdf7f 100644 --- a/wp-admin/import/livejournal.php +++ b/wp-admin/import/livejournal.php @@ -21,7 +21,8 @@ class LJ_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This importer allows you to extract posts from LiveJournal XML export file into your blog. Pick a LiveJournal file to upload and click Import.').'

'; + echo '

'.__('Howdy! Upload your LiveJournal XML export file and we’ll import the posts into this blog.').'

'; + echo '

'.__('Choose a LiveJournal XML file to upload, then click Upload file and import.').'

'; wp_import_upload_form("admin.php?import=livejournal&step=1"); echo '
'; } @@ -166,5 +167,5 @@ class LJ_Import { $livejournal_import = new LJ_Import(); -register_importer('livejournal', __('LiveJournal'), __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch')); +register_importer('livejournal', __('LiveJournal'), __('Import posts from a LiveJournal XML export file'), array ($livejournal_import, 'dispatch')); ?> diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 613d754375..881039c646 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -11,7 +11,7 @@ class MT_Import { function header() { echo '
'; - echo '

'.__('Import Movable Type and TypePad').'

'; + echo '

'.__('Import Movable Type or TypePad').'

'; } function footer() { @@ -22,7 +22,7 @@ class MT_Import { $this->header(); ?>
-

+

out of memory error try splitting up the import file into pieces.'); ?>

@@ -432,5 +432,5 @@ class MT_Import { $mt_import = new MT_Import(); -register_importer('mt', __('Movable Type and TypePad'), __('Imports posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch')); +register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or Typepad blog'), array ($mt_import, 'dispatch')); ?> \ No newline at end of file diff --git a/wp-admin/import/rss.php b/wp-admin/import/rss.php index 8a9b9a6a9d..944b297f1d 100644 --- a/wp-admin/import/rss.php +++ b/wp-admin/import/rss.php @@ -22,7 +22,7 @@ class RSS_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'

'; + echo '

'.__('Howdy! This importer allows you to extract posts from an RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'

'; wp_import_upload_form("admin.php?import=rss&step=1"); echo '
'; } diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php index 435a588c1f..db60e15da5 100644 --- a/wp-admin/import/textpattern.php +++ b/wp-admin/import/textpattern.php @@ -52,7 +52,8 @@ class Textpattern_Import { function greet() { echo '
'; - echo '

'.__('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.').'

'; + echo '

'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'

'; + echo '

'.__('This has not been tested on previous versions of Textpattern. Mileage may vary.').'

'; echo '

'.__('Your Textpattern Configuration settings are as follows:').'

'; echo ''; $this->db_form(); @@ -660,5 +661,5 @@ class Textpattern_Import { } $txp_import = new Textpattern_Import(); -register_importer('textpattern', __('Textpattern'), __('Import posts from a Textpattern Blog'), array ($txp_import, 'dispatch')); +register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog'), array ($txp_import, 'dispatch')); ?> diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 6147a19448..8cc17b8ee0 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -27,6 +27,7 @@ class WP_Import { function greet() { echo '
'; echo '

'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, comments, custom fields, and categories into this blog.').'

'; + echo '

'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'

'; wp_import_upload_form("admin.php?import=wordpress&step=1"); echo '
'; } @@ -340,6 +341,6 @@ class WP_Import { $wp_import = new WP_Import(); -register_importer('wordpress', 'WordPress', __('Import posts, comments, custom fields, and categories from a WordPress export file'), array ($wp_import, 'dispatch')); +register_importer('wordpress', 'WordPress', __('Import posts, comments, custom fields, pages, and categories from a WordPress export file'), array ($wp_import, 'dispatch')); ?>