{* * $Revision: 1.30 $ * 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 Migration"}

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

{if isset($form.migrateUser)} {foreach from=$form.migrateUser key=uid item=junk} {$ConfirmImport.uids.$uid}   {/foreach} {/if}

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

{foreach from=$form.sourceAlbums item=albumName} {assign var="encodedAlbumName" value=$albumName|urlencode} {/foreach}
{g->text text="Album Name"} {g->text text="Album Title"} {g->text text="Album Notes"}
{$albumName|htmlentities} {$ConfirmImport.titles.$albumName} {if ($ConfirmImport.existingAlbums.$albumName)> 0} {g->text text="An album already exists with this name. This album will be renamed."}
{/if} {if ($ConfirmImport.illegalAlbumNames.$albumName) != ''} {g->text text="This album has an illegal name and will be renamed to %s" arg1=$ConfirmImport.illegalAlbumNames.$albumName}
{/if} {if (!$ConfirmImport.albumValidOwner.$albumName)} {g->text text="This album's owner (%s) hasn't been imported." arg1=$ConfirmImport.albumOwnerUserName.$albumName} {/if}

{g->text text="Top level albums and albums whose parents are not selected will be imported into this album:"}

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

{g->text text="Your Gallery 1 will be converted from this character encoding into UTF-8:"}

{g->text text="Encoding: %s" arg1=$form.sourceEncoding}
{if isset($form.urlRedirect)}

{g->text text="G1->G2 mappings will be recorded for use in URL Redirection"}

{/if} {if isset($form.generateThumbnails)}

{g->text text="Thumbnails will be generated during migration"}

{/if}
{if isset($form.customfield.title)} {/if} {if isset($form.customfield.summary)} {/if} {if isset($form.customfield.description)} {/if} {if isset($form.set.defaultDescription)} {/if}

{g->text text="Item fields will be imported from:"}

{g->text text="Title"} = {if $form.set.title=="filename"} {g->text text="Base filename"} {elseif $form.set.title=="caption"} {g->text text="Caption"} {elseif $form.set.title=="custom"} {g->text text="Custom field:"} {$form.customfield.title} {else} {g->text text="Blank"} {/if}
{g->text text="Summary"} = {if $form.set.summary=="filename"} {g->text text="Base filename"} {elseif $form.set.summary=="caption"} {g->text text="Caption"} {elseif $form.set.summary=="custom"} {g->text text="Custom field:"} {$form.customfield.summary} {else} {g->text text="Blank"} {/if}
{g->text text="Description"} = {if $form.set.description=="filename"} {g->text text="Base filename"} {elseif $form.set.description=="caption"} {g->text text="Caption"} {elseif $form.set.description=="custom"} {g->text text="Custom field:"} {$form.customfield.description} {if !empty($form.set.defaultDescription)} {g->text text="(Default to summary value if not set)"} {/if} {else} {g->text text="Blank"} {/if}
{if isset($form.customFields)}

{g->text text="Custom fields will be imported"} {if isset($form.skipCustomItemFields) && ($form.set.title=="custom" || $form.set.summary=="custom" || $form.set.description=="custom")}
{g->text text="Custom fields imported into item fields above will not be duplicated as custom fields"} {/if}

{/if} {if !$ConfirmImport.canHide}

{g->text text="Hidden Items"}

{g->text text="Any hidden albums or items will be imported with restricted view permissions. Activate the Hidden Items module before migration to import these as \"hidden\" which means they are invisible to guest users until accessed by the direct URL for those items."}

{/if}