Changeset 4608 for trunk/wp-admin/import/mt.php
- Timestamp:
- 12/05/2006 07:15:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r4495 r4608 12 12 function header() { 13 13 echo '<div class="wrap">'; 14 echo '<h2>'.__('Import Movable Type andTypePad').'</h2>';14 echo '<h2>'.__('Import Movable Type or TypePad').'</h2>'; 15 15 } 16 16 … … 23 23 ?> 24 24 <div class="narrow"> 25 <p><?php _e('Howdy! We’re about to begin the process to import all of your Movable Type entries into WordPress. To begin, select a file to upload and click Import.'); ?></p>25 <p><?php _e('Howdy! We’re about to begin importing all of your Movable Type or Typepad entries into WordPress. To begin, choose a file to upload and click Upload file and import.'); ?></p> 26 26 <?php wp_import_upload_form( add_query_arg('step', 1) ); ?> 27 27 <p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p> … … 433 433 $mt_import = new MT_Import(); 434 434 435 register_importer('mt', __('Movable Type and TypePad'), __('Import s <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));435 register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or Typepad blog'), array ($mt_import, 'dispatch')); 436 436 ?>
Note: See TracChangeset
for help on using the changeset viewer.