{* * $Revision: 1.11 $ * 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="Define picture size limit"}

{g->text text="Maximum dimensions of full sized images"}

{g->dimensions formVar="form[SizeLimitOption][dimensions]" width=$SizeLimitOption.width height=$SizeLimitOption.height} {if $SizeLimitOption.dimensionChoice == "unlimited"} {/if} {if !empty($form.error.SizeLimitOption.dim.missing)}
{g->text text="You must specify at least one of the dimensions"}
{/if}
{g->text text="Maximum file size of full sized images in kilobytes"}

{if !empty($form.error.SizeLimitOption.filesize.invalid)}
{g->text text="You must enter a number (greater than zero)"}
{/if}

{g->text text="Checking this option will rebuild pictures according to appropriate limits"}

{g->changeInDescendents module="sizelimit" text="Use these size limits in all subalbums"}

{g->text text="Checking this option will set same picture size limits in all subalbums"}