{* * $Revision: 1.8 $ * 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="Slideshow Applet Settings"}

{g->text text="Defaults"}

{g->text text="These variables provide default values for applets users execute on your site. Users will be able to override these defaults by making changes in the user interface of the applets, or by changing their local defaults file."}

{if empty($form.slideshowdefaultVariables)}

{g->text text="You have no default variables"}

{else} {foreach from=$form.slideshowdefaultVariables item=variable} {/foreach}
{g->text text="Variable"} {g->text text="Action"}
{$variable} {g->text text="Delete"}
{/if}

{g->text text="Add a new default variable"}

{if isset($form.error.default)}
{g->text text="You must enter a variable name and value"}
{/if} {g->text text="New variable"}
=

{g->text text="Overrides"}

{g->text text="These variables override any other values for applets users execute on your site. Users will not be able to change these values."}

{if empty($form.slideshowoverrideVariables)}

{g->text text="You have no override variables"}

{else} {foreach from=$form.slideshowoverrideVariables item=variable} {/foreach}
{g->text text="Variable"} {g->text text="Action"}
{$variable} {g->text text="Delete"}
{/if}

{g->text text="Add a new override variable"}

{if isset($form.error.override)}
{g->text text="You must enter a variable name and value"}
{/if} {g->text text="New variable"}
=

{g->text text="Help"}

{g->text text="Here are a selection of variables that affect slideshows."}

{g->text text="variable"}{g->text text="values"}{g->text text="help"}
slideshowMaxPictures100 {g->text text="maximum number of pictures shown in one go"}
slideshowRecursivetrue/false {g->text text="does slideshow display pictures inside sub-albums?"}
slideshowLowReztrue/false {g->text text="if true, will prevent the slideshow from downloading the full-resolution pictures"}
slideshowLooptrue/false {g->text text="does slideshow loop when it gets to the end?"}
slideshowNoStretchtrue/false {g->text text="if true, pictures smaller than the screen won't be stretched"}
slideshowPreloadAlltrue/false {g->text text="if true, the slideshow will download pictures before they're needed, which can speed up, but also may waste bandwidth"}
slideshowColor0,0,0 {g->text text="color or the slideshow background"}
slideshowFontSize30 {g->text text="size of text overlay"}
slideshowFontNamearial {g->text text="font of text overlay"}
slideshowRandomtrue/false {g->text text="should the pictures be shown in random order?"}

{g->text text="Complete list of variables"}