{* * $Revision: 1.34 $ * 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="Select Albums and Users"}

{if !empty($form.error)}

{if isset($form.error.nothingSelected)} {g->text text="You must choose something to import!"} {/if} {if isset($form.error.emptyCustomField)} {g->text text="You must specify a custom field name"} {/if}

{/if}

{g->text text="Import Users"}

{g->text text="Select the users to migrate"}

{if (sizeof($ChooseObjects.newUsers) > 0)} {g->text text="Check All"}   {g->text text="Clear All"}   {g->text text="Invert Selection"} {foreach name=users key=uid item=username from=$ChooseObjects.newUsers} {if ($smarty.foreach.users.iteration % 3) == 0 && !$smarty.foreach.users.last} {/if} {/foreach}
{g->text text="Select"} {g->text text="Username"} {g->text text="Select"} {g->text text="Username"} {g->text text="Select"} {g->text text="Username"}
{else}

{g->text text="No available users"}

{/if} {if sizeof($ChooseObjects.existingUsers) > 0}
{g->text text="These users are already in your gallery, and will not be imported:"}
{foreach key=uid item=username from=$ChooseObjects.existingUsers} {$username}
{/foreach} {/if}

{g->text text="Import Albums"}

{g->text text="Select the albums to migrate"}

{g->text text="Source:"}

{g->text text="Destination:"}

{g->text text="Character Encoding of Source Text:"}

{g->text text="URL Redirection"}

{g->text text="Thumbnail generation"}

{g->text text="Item captions"}

{g->text text="Gallery 2 has the following fields for all items and albums: title, summary text shown with thumbnails and description text shown in item or album view. G1 albums already have these three items (though the names of summary and description are reversed). G1 items have only a filename and caption. For items imported into G2:"}

{g->text text="Set title from:"}

{if isset($form.error.emptyCustomField.title)} {g->text text="Enter a custom field name"} {/if}
{g->text text="Set summary from:"}

{if isset($form.error.emptyCustomField.summary)} {g->text text="Enter a custom field name"} {/if}
{g->text text="Set description from:"}

{if isset($form.error.emptyCustomField.description)} {g->text text="Enter a custom field name"} {/if}

{g->text text="Custom fields"}

{if !$ChooseObjects.customFieldsActive}

{g->text text="Custom fields will not be imported. Activate Custom Fields module to enable this option."}

{else}
{/if}