<?phpdefined("SYSPATH")ordie("No direct script access.")?>
<p>
<?=t("Gallery can check to see if there is a new version available for you to use. It is a good idea to upgrade your Gallery to get the latest features and security fixes. Your privacy is important so no information about your Gallery is shared during this process. You can disable this feature below.")?>
</p>
<p>
<?if(gallery::RELEASE_CHANNEL=="release"):?>
<?=t("You are using the official Gallery %version release, code named <i>%code_name</i>.",array("version"=>gallery::VERSION,"code_name"=>gallery::CODE_NAME))?>
<?else:?>
<?=t("You are using an experimental snapshot of Gallery %version (build %build_number on branch %branch).",array("version"=>gallery::VERSION,"branch"=>gallery::RELEASE_BRANCH,"build_number"=>gallery::build_number()))?>