diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt
index 3c0c338..8a7ca47 100644
--- a/Source/lang/strings_english.txt
+++ b/Source/lang/strings_english.txt
@@ -62,9 +62,12 @@
$s_plugin_Source_ensure_delete = 'Do you really want to delete the "%s" repository and all of its history?';
$s_plugin_Source_ensure_import_full = 'This will import to a new copy of your repository, and then destroy the old repository data, and may require use of shell access. Do you wish to continue?';
$s_plugin_Source_ensure_import_latest = 'This will attempt to import recent data for your repository, and may require use of shell access. Do you wish to continue?';
+$s_plugin_Source_import_stats = 'Imported %s changesets, %s files, and %s bug references.';
$s_plugin_Source_invalid_checkin_url = 'Invalid remote check-in address';
$s_plugin_Source_invalid_repo = 'Invalid repository name';
$s_plugin_Source_invalid_changeset = 'Changeset information could not be loaded';
+$s_plugin_Source_import_latest_failed = 'Importing latest repository data failed.';
+$s_plugin_Source_import_full_failed = 'Full repository data importing failed.';
diff --git a/Source/pages/repo_import_full.php b/Source/pages/repo_import_full.php
index 24d96c8..67a7bbb 100644
--- a/Source/pages/repo_import_full.php
+++ b/Source/pages/repo_import_full.php
@@ -36,7 +36,10 @@
SourceRepo::delete( $t_repo->id );
+ $t_stats = $t_new_repo->stats();
+
echo '