' . __( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo __( 'The file does not exist, please try again.', 'wordpress-importer' ) . '
' . __( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo esc_html( $import_data->get_error_message() ) . '
' . __( 'All done.', 'wordpress-importer' ) . ' ' . __( 'Have fun!', 'wordpress-importer' ) . '' . '
' . __( 'Remember to update the passwords and roles of imported users.', 'wordpress-importer' ) . '
' . __( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; echo esc_html( $file['error'] ) . '
' . __( 'Sorry, there has been an error.', 'wordpress-importer' ) . ''; printf( __( 'The export file could not be found at %s. It is likely that this was caused by a permissions problem.', 'wordpress-importer' ), esc_html( $file['file'] ) ); echo '
%s
'; printf( __( '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' ) . '