' . esc_html__( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo esc_html__( 'The file does not exist, please try again.', 'wordpress-importer' ) . '
' . esc_html__( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo esc_html( $import_data->get_error_message() ) . '
' . esc_html__( 'All done.', 'wordpress-importer' ) . ' ' . esc_html__( 'Have fun!', 'wordpress-importer' ) . '
' . esc_html__( 'Remember to update the passwords and roles of imported users.', 'wordpress-importer' ) . '
' . esc_html__( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo esc_html( $file['error'] ) . '
'; printf( esc_html__( 'This WXR file (version %s) may not be supported by this version of the importer. Please consider updating.', 'wordpress-importer' ), esc_html( $import_data['version'] ) ); echo '
'; printf( __( 'A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files.', 'wordpress-importer' ), $update->update->new_version ); echo '
'.__( 'Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, pages, comments, custom fields, categories, and tags into this site.', 'wordpress-importer' ).'
'.__( 'Choose a WXR (.xml) file to upload, then click Upload file and import.', 'wordpress-importer' ).'