X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..9c40b4d36daed9e28e48a5fe9205c32557195a4b:/wp-admin/import/utw.php?ds=sidebyside diff --git a/wp-admin/import/utw.php b/wp-admin/import/utw.php index 120f50cb..3add5b63 100644 --- a/wp-admin/import/utw.php +++ b/wp-admin/import/utw.php @@ -1,9 +1,23 @@ '; + screen_icon(); echo '

'.__('Import Ultimate Tag Warrior').'

'; echo '

'.__('Steps may take a few minutes depending on the size of your database. Please be patient.').'

'; } @@ -14,12 +28,12 @@ class UTW_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This imports tags from an existing Ultimate Tag Warrior 3 installation into this blog using the new WordPress native tagging structure.').'

'; + echo '

'.__('Howdy! This imports tags from Ultimate Tag Warrior 3 into WordPress tags.').'

'; echo '

'.__('This has not been tested on any other versions of Ultimate Tag Warrior. Mileage may vary.').'

'; echo '

'.__('To accommodate larger databases for those tag-crazy authors out there, we have made this into an easy 5-step program to help you kick that nasty UTW habit. Just keep clicking along and we will let you know when you are in the clear!').'

'; echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; echo '
'; - echo '

'; + echo '

'; echo '
'; echo '
'; } @@ -84,7 +98,7 @@ class UTW_Import { $count = count($tags); - echo '

' . sprintf( __('Done! %s tags were read.'), $count ) . '

'; + echo '

' . sprintf( _n('Done! %s tag were read.', 'Done! %s tags were read.', $count), $count ) . '

'; echo '

' . __('The following tags were found:') . '

'; echo '