".gettext("You are running the latest zenphoto version.")."
\n";
}
}
?>
'check_updates',
'action'=>'admin.php?check_for_update',
'icon'=>'images/accept.png',
'title'=>gettext("Queries the Zenphoto web site for the latest version and compares that with the one that is running."),
'alt'=>'',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
$buttonlist[gettext("Refresh the Database")] = array(
'formname'=>'prune_gallery',
'action'=>'admin-refresh-metadata.php?prune',
'icon'=>'images/refresh.png',
'title'=>gettext("Cleans the database and removes any orphan entries for comments, images, and albums."),
'alt'=>'',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
$buttonlist[gettext("Purge cache")] = array(
'formname'=>'clear_cache',
'action'=>'admin.php?action=clear_cache=true',
'icon'=>'images/edit-delete.png',
'title'=>gettext("Clears the image cache. Images will be re-cached as they are viewed."),
'alt'=>'',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
$buttonlist[gettext("Pre-Cache Images")] = array(
'formname'=>'cache_images',
'action'=>'admin-cache-images.php',
'icon'=>'images/cache1.png',
'title'=>gettext("Finds newly uploaded images that have not been cached and creates the cached version. It also refreshes the numbers above. If you have a large number of images in your gallery you might consider using the pre-cache image link for each album to avoid swamping your browser."),
'alt'=>'',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
$buttonlist[gettext("Refresh Metadata")] = array(
'formname'=>'refresh_metadata',
'action'=>'admin-refresh-metadata.php',
'icon'=>'images/redo.png',
'title'=>gettext("Forces a refresh of the EXIF and IPTC data for all images."),
'alt'=>'',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
$buttonlist[gettext("Reset hitcounters")] = array(
'formname'=>'reset_hitcounters',
'action'=>'admin.php?action=reset_hitcounters=true',
'icon'=>'images/reset1.png',
'title'=>gettext("Sets all album and image hitcounters to zero."),
'alt'=>'Reset hitcounters',
'hidden'=> '',
'rights'=> ADMIN_RIGHTS
);
?>