{* * $Revision: 1.22 $ * 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="Account Settings"}

{if isset($status.saved)}

{g->text text="Account settings saved successfully"}

{/if}

{g->text text="Username"}

{$user.userName}

{g->text text="Full Name"}

{g->text text="E-mail Address"} {if !isset($UserAdmin.isSiteAdmin)} {g->text text="(required, password required for change)"} {else} {g->text text="(suggested, password required for change)"} {/if}

{if isset($form.error.email.missing)}
{g->text text="You must enter an email address"}
{/if} {if isset($form.error.email.invalid)}
{g->text text="Invalid email address"}
{/if}
{if $UserPreferences.translationsSupported}

{g->text text="Language"}

{/if}

{g->text text="Current Password"} {g->text text="(required to change the e-mail address)"}

{if isset($form.error.currentPassword.missing)}
{g->text text="You must enter your current password to change the e-mail address"}
{/if} {if isset($form.error.currentPassword.incorrect)}
{g->text text="Incorrect password"}
{/if}