{* * $Revision: 1.2 $ * 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="Confirm Import"}

{g->text text="Album to import:"}

{assign var=albumName value=$ConfirmPicasaImport.album.albumName}
{g->text text="Album Name"} {g->text text="Album Caption"} {g->text text="Album Notes"}
{$ConfirmPicasaImport.album.albumName} {$ConfirmPicasaImport.album.albumCaption} {if (isset($ConfirmPicasaImport.existingAlbums.$albumName))} {g->text text="An album already exists with this name. This album will be renamed."}
{/if} {if (isset($ConfirmPicasaImport.illegalAlbumNames.$albumName))} {g->text text="This album has an illegal name and will be renamed to %s" arg1=$ConfirmPicasaImport.illegalAlbumNames.$albumName}
{/if}

{g->text text="The album will be imported into this album:"}

{g->text text="Title: %s" arg1=$ConfirmPicasaImport.targetAlbum.title|default:$ConfirmPicasaImport.targetAlbum.pathComponent|markup}
{g->text text="Description: %s" arg1=$ConfirmPicasaImport.targetAlbum.description|default:""|markup}