<!-- vim: ft=xml ts=8 sw=4 et
-->
<lexicon lang="en-us">
    <entry>
        <base>FORM_TITLE</base>
        <trans>Create, modify, or remove user accounts</trans>
    </entry>
    <entry>
        <base>FIRSTPAGE_DESC</base>
        <trans>
            <![CDATA[
            <p>
                <a class="button-like"
                    href="useraccounts?page=0&page_stack=&Next=Next">Add
                    user account</a>
            </p>
            <p>
                You can modify, lock or remove any account or reset the
                account's password by clicking on the
                corresponding command next to the account. 
            </p>
            <p>
                If the account is marked as locked, that means that the
                user's password needs to be reset. Please note
                that newly created accounts are automatically locked until
                the password is changed. 
            </p>
            ]]>
        </trans>
    </entry>
    <entry>
        <base>P2_TITLE</base>
        <trans>Create or modify</trans>
    </entry>
    <entry>
        <base>CREATE_MODIFY_DESC</base>
        <trans>
            <![CDATA[
            <p>
                The account name should contain only lower-case
                letters, numbers, hyphens, periods, underscores and should start with a
                lower-case letter. For example "betty",
                "hjohnson", and "mary-jane" are all valid account names,
                but "3friends", "John Smith", and "henry:miller" are not. 
            </p>
            <p>
                Note that two special pseudonyms will be created for each
                new account. These pseudonyms provide the ability to have
                alternative mail accounts for that
                user which include their first name and last name
                separated with a period (.) and underscore (_). So, for
                the account "betty" with first name "Betty" and
                last name "Rubble" two pseudonyms are created as
                betty.rubble and betty_rubble. 
            </p>
            <p>
                The directory information (department, company, etc.)
                can be changed from the defaults shown below. The
                changes will apply only to this user. 
            </p>
            ]]>
        </trans>
    </entry>
    <entry>
        <base>MODIFY_ADMIN_TITLE</base>
        <trans>Modify the admin account</trans>
    </entry>
    <entry>
        <base>USER_CREATED</base>
        <trans>Successfully created user account. </trans>
    </entry>
    <entry>
        <base>USER_MODIFIED</base>
        <trans>Successfully modified user account. </trans>
    </entry>
    <entry>
        <base>CANNOT_MODIFY_USER</base>
        <trans>Error: an internal error occurred while attempting to modify
            the user "{$acctName}".
        </trans> 
    </entry>
    <entry>
        <base>CANNOT_MODIFY_USER_GROUPS</base> 
        <trans>Error: an internal error occurred while attempting to modify
            the group "{$group}" for user "{$acctName}".
        </trans>
    </entry>
    <entry>
        <base>TAINTED_USER</base>
        <trans>The account name "{$acctName}" contains invalid characters.</trans>
    </entry>
    <entry>
        <base>ACCOUNT_NAME</base>
        <trans>Account name</trans>
    </entry>
    <entry>
        <base>FIRSTNAME</base>
        <trans>First name</trans>
    </entry>
    <entry>
        <base>LASTNAME</base>
        <trans>Last name</trans>
    </entry>
    <entry>
        <base>DEPARTMENT</base>
        <trans>Department</trans>
    </entry>
    <entry>
        <base>COMPANY</base>
        <trans>Company</trans>
    </entry>
    <entry>
        <base>STREET_ADDRESS</base>
        <trans>Street address</trans>
    </entry>
    <entry>
        <base>CITY</base>
        <trans>City</trans>
    </entry>
    <entry>
        <base>PHONE_NUMBER</base>
        <trans>Phone number</trans>
    </entry>
    <entry>
        <base>EMAIL_DELIVERY</base>
        <trans>Email delivery</trans>
    </entry>
    <entry>
        <base>DELIVER_EMAIL_LOCALLY</base>
        <trans>Deliver email locally</trans>
    </entry>
    <entry>
        <base>FORWARD_EMAIL</base>
        <trans>Forward email to address below</trans>
    </entry>
    <entry>
        <base>DELIVER_AND_FORWARD</base>
        <trans>Both deliver locally and forward</trans>
    </entry>
    <entry>
        <base>FORWARDING_ADDRESS</base>
        <trans>Forwarding address</trans>
    </entry>
    <entry>
        <base>GROUP_MEMBERSHIPS</base>
        <trans>Group memberships</trans>
    </entry>
    <entry>
        <base>RESET_DESC</base>
        <trans>You are about to change the password for the user account</trans>
    </entry>
    <entry>
        <base>RESET_DESC2</base>
        <trans>Enter the new password in the fields below</trans>
    </entry>
    <entry>
        <base>ERR_OCCURRED_MODIFYING_PASSWORD</base>
        <trans>An error occurred while updating the password</trans>
    </entry>
    <entry>
        <base>PASSWORD_CHANGE_SUCCEEDED</base>
        <trans>Successfully changed password for user "{$acctName}".</trans>
    </entry>
    <entry>
        <base>LOCK_DESC</base>
        <trans>You are about to lock the user account</trans>
    </entry>
    <entry>
        <base>LOCKED_ACCOUNT</base>
        <trans>Successfully locked account for user "{$acctName}".</trans>
    </entry>
    <entry>
        <base>NO_SUCH_USER</base>
        <trans>Error: the user account "{$acctName}" does not exist.</trans>
    </entry>
    <entry>
        <base>PSEUDONYM_CLASH</base>
        <trans>Error: the pseudonym "{$pseudonym}" is already taken by the
            existing user account "{$clashName}".  To differentiate, add
            initials to this field.</trans>
    </entry>
    <entry>
        <base>LOCK_ACCOUNT</base>
        <trans>Lock account</trans>
    </entry>
    <entry>
        <base>LOCK_ACCOUNT_TITLE</base>
        <trans>Lock user account</trans>
    </entry>
    <entry>
        <base>LOCK_DESC2</base>
        <trans>
            <![CDATA[
            This user account will be locked. This means that this user
            will not be able to log in, and will not be able
            to collect e-mail. Any e-mail arriving will still be stored
            and/or forwarded to an external e-mail address,
            as configured. The account may be activated in the future by
            setting a new password. The current
            password will not be retained.
        </p>
        <p>
            <b>Are you sure you wish to lock this account?</b>
            ]]>
        </trans>
    </entry>
    <entry>
        <base>REMOVE_ACCOUNT_TITLE</base>
        <trans>Remove user account</trans>
    </entry>
    <entry>
        <base>REMOVE_DESC</base>
        <trans>You are about to remove the user account</trans>
    </entry>
    <entry>
        <base>REMOVE_DESC2</base>
        <trans>
            <![CDATA[
            All files belonging to this user account will be deleted.
            Also, any e-mail for this user account still
            remaining on the server (i.e. that has not yet been
            retrieved by the user) will be discarded.
        </p>
        <p>
            <b>Are you sure you wish to remove this account?</b>
            ]]>
        </trans>
    </entry>
    <entry>
        <base>LOCK</base>
        <trans>Lock</trans>
    </entry>
    <entry>
        <base>NO_USER_ACCOUNTS</base>
        <trans>There are no user accounts on this system.</trans>
    </entry>
    <entry>
        <base>Users</base>
        <trans>Users</trans>
    </entry>
    <entry>
        <base>ACCT_NAME_HAS_INVALID_CHARS</base>
        <trans>The account name "{$acctName}" contains invalid characters.
            Account names must start with a lower case letter and contain
            only lower case letters, numbers, hyphens, periods and underscores.
        </trans>
    </entry>
    <entry>
        <base>ACCOUNT_TOO_LONG</base>
        <trans>Error: account name is too long. The maximum is {$maxLength}
            characters.
        </trans>
    </entry>
    <entry>
        <base>ACCOUNT_CONFLICT</base>
        <trans>Error: the account "{$account}" can't be created because
            there is already a {$type} account of that name.</trans>
    </entry>    
    <entry>
        <base>ERR_OCCURRED_CREATING</base>
        <trans>An error occurred creating the user.</trans>
    </entry>
    <entry>
        <base>CANNOT_CONTAIN_WHITESPACE</base>
        <trans>This field cannot contain white-space</trans>
    </entry>
    <entry>
        <base>UNACCEPTABLE_CHARS</base>
        <trans>
            This field must contain only letters, numbers, dots, hypens and
            underscores and start with a letter
        </trans>
    </entry>
    <entry>
        <base>MEMBER</base>
        <trans>Member?</trans>
    </entry>
    <entry>
        <base>VPN_CLIENT_ACCESS</base>
        <trans>VPN Client Access</trans>
    </entry>
    <entry>
        <base>SYSTEM_PASSWORD_FORM_TITLE</base>
        <trans>Change system password</trans>
    </entry>    
    <entry> 
        <base>SYSTEM_PASSWORD_DESCRIPTION</base>
        <trans>
            <![CDATA[
            Certain services on this server installation require a
            username and password (for example this web page for the server manager
            application). The username is always admin. You can change the system
            password using the fields below.
            ]]>
        </trans>        
    </entry>
    <entry>
        <base>SYSTEM_PASSWORD_UNPRINTABLES_IN_PASS</base>
        <trans>Password must contain only printable characters</trans>
    </entry>
    <entry>
        <base>SYSTEM_PASSWORD_VERIFY_ERROR</base>
        <trans>The two passwords are not identical.</trans>
    </entry>
    <entry>
        <base>SYSTEM_PASSWORD_AUTH_ERROR</base>
        <trans>The current password is incorrect.</trans>
    </entry>
    <entry>
        <base>SYSTEM_PASSWORD_CHANGED</base>
        <trans>The system password has been changed.</trans>
    </entry>
    <entry>
        <base>CURRENT_SYSTEM_PASSWORD</base>
        <trans>Current system password</trans>
    </entry>
    <entry>
        <base>NEW_SYSTEM_PASSWORD</base>
        <trans>New system password</trans>
    </entry>
    <entry>
        <base>NEW_SYSTEM_PASSWORD_VERIFY</base>
        <trans>New system password (verify)</trans>
    </entry>            
    <entry>
        <base>LABEL_IPSECRW_DOWNLOAD</base>
        <trans>Download digital certificate to IPSec client</trans>
    </entry>
    <entry>
        <base>ERR_OCCURRED_DELETING</base>
        <trans>
            An error occurred while trying to delete the user.
        </trans>
    </entry>
</lexicon>
