{* * $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. *}

{$actionText} {$pluginName}

{if isset($form.packages.empty)}
{g->text text="No packages have been selected."}
{/if} {if isset($upgradeData.isBaseDownloadable)}

{g->text text="Base Files"}

{g->text text="The base files required for the theme to work and the English (US) translation will be downloaded."}

{/if} {if isset($upgradeData.isBaseUpgradeable)}

{g->text text="Upgrade Base Files"}

{g->text text="You can upgrade the base module files."}

{g->text text="Upgrade base files"} {if isset($upgradeData.upgradeablePackages.test)} {/if}

{/if} {if !$upgradeData.isBaseDownloadable && !$upgradeData.isBaseUpgradeable}

{g->text text="Base Files Up-To-Date"}

{g->text text="This plugin's base files are up-to-date."}

{/if} {if isset($upgradeData.upgradeableLanguages)}

{g->text text="Updated Translations"}

{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}

{/if} {if isset($upgradeData.downloadableLanguages)}

{g->text text="Additional Languages"}

{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}

{/if} {if isset($upgradeData.downloadablePackages.test)}

{g->text text="Unit Tests"}

{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"}

{/if}