{* * $Revision: 16994 $ * 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="Reupload Photo"}

{if !$ReuploadPhotoOption.uploadsPermitted}
{g->text text="Your webserver is configured to disallow file uploads from your web browser at this time. Please contact your system administrator for assistance."}
{else}

{g->text text="Upload a new revision of this picture instead of the old one."}

{if $ReuploadPhotoOption.hasLinkedEntity} {g->text text="You cannot reupload this item because it shares its data file with other items."} {else} {if $ReuploadPhotoOption.maxFileSize != 0}

{g->text text="Note: The new file cannot be larger than %s. If you want to upload a larger file you must ask your system administrator to allow larger uploads." arg1=$ReuploadPhotoOption.maxFileSize}

{/if}

{g->text text="File"}

{if isset($form.error.reupload.failure)}
{g->text text="Unable to reupload file."} {if $ReuploadPhotoOption.maxFileSize > 0} {g->text text="Please check the size and try again. The new file cannot be larger than %s." arg1=$ReuploadPhotoOption.maxFileSize} {/if}
{/if} {if isset($form.error.reupload.toolkit)}
{g->text text="Unable to reupload file. Are you sure the file is of the same type (image, movie) as the original?"}
{/if} {/if} {/if}