{* * $Revision: 1.36 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text text="The base files required for the theme to work and the English (US) translation will be downloaded."}
{g->text text="You can upgrade the base module files."}
{g->text text="Upgrade base files"} {if isset($upgradeData.upgradeablePackages.test)} {/if}
{g->text text="This plugin's base files are up-to-date."}
{g->text text="Below is a list of translations that have been updated since they were last downloaded. Select the ones you want to download."}
{capture name="formVariableName"}{g->formVar var="form[upgradeLanguages]"}{/capture}
{html_checkboxes name="`$smarty.capture.formVariableName`" separator="
"
values=$upgradeData.upgradeableLanguages.codes
output=$upgradeData.upgradeableLanguages.names}
{g->text text="Below is a list of languages this plugin has been translated to. Select the ones you want included in addition to the ones already downloaded."}
{capture name="formVariableName"}{g->formVar var="form[downloadLanguages]"}{/capture}
{html_checkboxes name="`$smarty.capture.formVariableName`" separator="
"
values=$upgradeData.downloadableLanguages.codes
output=$upgradeData.downloadableLanguages.names}
{g->text text="This plugin has unit tests available for download, which are useful for Gallery developers. All of the module's features are available without the tests."}
{g->text text="Download unit tests"}