{* * $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. *} {* Load up the WZ_DragDrop library *}

{g->text text="Edit A Watermark"}

{if !empty($form.error)}

{g->text text="There was a problem processing your request."}

{/if} {if isset($status.add)}

{g->text text="New image added successfully"}

{/if}

{g->text text="Watermark Name"}

{g->text text="Give this watermark a name so that you can identify it in a list."}

{if isset($form.error.name.missing)}
{g->text text="You must provide a name"}
{/if} {if isset($form.error.name.duplicate)}
{g->text text="Name already used by another watermark"}
{/if}

{g->text text="Placement"}

{g->text text="Place your watermark on the canvas below in the location where you'd like it to appear when you watermark newly uploaded photos. You'll be able to edit individual photos to move the watermark later on, if you choose."}

{g->text text="Choose which versions of the image you'd like to watermark"}

{if isset($form.error.whichDerivative.missing)}

{g->text text="You must choose something to watermark!"}

{/if} {g->text text="Full size (won't damage the original file)"}
{g->text text="Resizes"}
{g->text text="Thumbnail"}
{g->addToTrailer} {/g->addToTrailer}