{* * $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="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}