{* * $Revision: 1.3 $ * 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. *} {if !$ItemAddFromPicasa.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 archived Picasa export files directly from your computer."} {g->text text="Enter the full path to the file and an optional caption in the boxes below."}

{if $ItemAddFromPicasa.maxFileSize == 0} {g->text text="Note: You can upload up to %s at one time. If you want to upload more than that, you must upload the files separately, use a different upload format, or ask your system administrator to allow larger uploads." arg1=$ItemAddFromPicasa.totalUploadSize} {else} {g->text text="Note: You can upload up to %s at one time. No individual file may be larger than %s. If you want to upload more than that, you must upload the files separately, use a different upload format, or ask your system administrator to allow larger uploads." arg1=$ItemAddFromPicasa.totalUploadSize arg2=$ItemAddFromPicasa.maxFileSize} {/if}

{g->text text="File"}

{if isset($form.error.picasaZipPath.missing)}
{g->text text="You did not enter a path."}
{/if} {if isset($form.error.picasaZipPath.uploaderror)}
{g->text text="There was an error during the upload."}
{/if} {if isset($form.error.picasaZipPath.notsupported)}
{g->text text="The filetype you entered is not supported. Maybe you did not activate the corresponding toolkit. (E.g. Archive Upload for ZIP files)"}
{/if} {if isset($form.error.picasaZipPath.invalid)}
{g->text text="The archive you uploaded is not a valid Picasa export."}
{/if}
{g->text text="Set item titles from:"}   {g->text text="Assign Picasa caption to:"}  
{* Include our extra ItemAddOptions *} {foreach from=$ItemAdd.options item=option} {include file="gallery:`$option.file`" l10Domain=$option.l10Domain} {/foreach}
{/if}