{* * $Revision: 16487 $ * 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="%s plugin updated." arg1=$item}
{/foreach} {/if} {if !empty($status.languagePacksDeleted)}{g->text one="%d language pack deleted." many="%d language packs deleted." count=$status.languagePacksDeleted arg1=$status.languagePacksDeleted}
{/if}{capture name="noPersonalInfoTransmitted"}{g->text text="No personal information about you or your Gallery installation is sent to the Gallery server at any time."}{/capture} {g->text text="Download and install new plugins quickly and easily. If you decide you don't like a plugin, you can delete it from your Gallery. There are multiple different plugin repositories, you can choose which ones you want to use (it's ok to use all of them at once). Once you've chosen, you must periodically download the latest plugin list to find out about available updates. %s On slower connections the process might take a minute or two." arg1=$smarty.capture.noPersonalInfoTransmitted}
{g->text text="Before you can proceed, you have to change some permissions so that Gallery can install plugins for you. It's easy. Just execute the following in a shell or via your ftp client:"}
cd gallery2
{if !$AdminRepository.writeable.modules}chmod 777 modules
{/if}
{if !$AdminRepository.writeable.themes}chmod 777 themes
{/if}
{g->text text="If you have trouble changing permissions, ask your system administrator for assistance. When you've fixed the permissions, click the Continue button to proceed."}
{g->text text="A new version of Gallery is available, but it cannot be upgraded through this interface. Upgrading it might make some of your current plugins stop working, but others that rely on the features of the new version may become available. Here are the recommended steps for upgrading:"}
{if $AdminRepository.isCoreUpgradeAvailable} {if isset($AdminRepository.showIncompatible)} {g->text text="Incompatible plugins are marked with an exclamation icon."} {else} {capture name="listLink"}{/capture} {g->text text="A new core module version is available. There may be plugins that are incompatible with the installed core module, which are not shown here. You can view a %scomplete list%s of plugins, including incompatible ones, which are marked with a red icon." arg1=$smarty.capture.listLink arg2=""} {/if} {/if}
{capture name=legend}{$plugin.groupLabel} |
||||||
|---|---|---|---|---|---|---|
| {if $plugin.type == 'themes'} | {g->text text="Theme Name"} | {else}{g->text text="Module Name"} | {/if}{g->text text="Installed"} | {g->text text="Latest"} | {g->text text="Description"} | {g->text text="Actions"} |
| {$plugin.name} | {$plugin.localVersion} | {$plugin.repositoryVersion} |
{$plugin.description}
{if !$plugin.isCompatible}
{g->text text="Incompatible plugin!"} {if $plugin.api.required.core != $plugin.api.provided.core} {g->text text="Core API Required: %s (available: %s)" arg1=$plugin.api.required.core arg2=$plugin.api.provided.core} {/if} {if $plugin.api.required.plugin != $plugin.api.provided.plugin} {g->text text="Plugin API Required: %s (available: %s)" arg1=$plugin.api.required.plugin arg2=$plugin.api.provided.plugin} {/if} {/if} |
{if $plugin.locked || !$plugin.isCompatible} {else}{strip} {if $plugin.isUpgradeable} {g->text text="upgrade"} {elseif !$plugin.localVersion} {g->text text="download"} {else} {g->text text="modify"} {/if} {/strip} {/if} | ||
{g->text text="Gallery can automatically upgrade your themes and modules to the latest available versions. No new plugins will be downloaded."}