{* * $Revision: 1.9 $ * 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="Registration successful"}

{if isset($status.registeredUser) || isset($status.registeredUserNoEmail)}

{g->text text="Your registration was successful."}

{if isset($status.registeredUserNoEmail)} {g->text text="Your registration will be processed and your account activated soon."} {else} {g->text text="You will shortly receive an email containing a link. You have to click this link to confirm and activate your account."} {g->text text="This procedure is necessary to prevent account abuse."} {/if}

{elseif isset($status.activatedUser)}

{g->text text="Your registration was successful and your account has been activated."}

{g->text text="You can now"} {g->text text="login"} {g->text text="to your account with your username and password."}

{else}

{g->text text="This page can only be called once."}

{capture name=loginLink}{strip} {g->text text="login"} {/strip}{/capture} {g->text text="This page has been requested before and can only be called once. Probable you have hit the Reload button. Please proceed to %s." arg1=$smarty.capture.loginLink}

{/if}