* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
* @version PHP 5.2
* @link http://www.ampache.org/
* @since File available since Release 1.0
*/
show_box_top();
/* HINT: Catalog Name */
printf(_('Updating the %s catalog'), "[ $catalog->name ]");
echo "
\n";
printf(ngettext('%d item found checking tag information', '%d items found checking tag information', $number), $number);
echo "
\n\n";
echo _('Verifed') . ":$catalog_verify_found
";
echo _('Reading') . ":$catalog_verify_directory
";
show_box_bottom();
?>