<!-- vim: ft=xml ts=4 sw=4 et:
-->
<lexicon lang="en-us" params="getExtraParams()">
    <entry>
        <base>FORM_TITLE</base>
        <trans>
            Manage domains
        </trans>
    </entry>
    <entry>
        <base>FORM_DESCRIPTION</base>
        <trans>
            <![CDATA[
            <p>When you create a domain, your server will be able to
                receive e-mail for that domain and will also be able to host a
                web site for that domain.</p>
            <p><a class="button-like"
                    href="domains?page=0&page_stack=&Next=Next&wherenext=DOMAINS_PAGE_CREATE">Add domain</a>

            ]]>
        </trans>
    </entry>
    <entry>
        <base>NO_VIRTUAL_DOMAINS</base>
        <trans> 
            There are no domains in the system.
        </trans>
    </entry>
    <entry>
        <base>CURRENT_LIST_OF_DOMAINS</base>
        <trans>
            Current list of domains
        </trans>
    </entry>
    <entry>
        <base>PRIMARY_SITE</base>
        <trans>
            primary site
        </trans>
    </entry>
    <entry>
        <base>CONTENT</base>
        <trans>
            {$content} i-bay
        </trans>
    </entry>
    <entry>
        <base>CREATE_TITLE</base>
        <trans>
            Create a new domain
        </trans>
    </entry>
    <entry>
        <base>CONTENT_FIELD_DESCRIPTION</base>
        <trans>
            For the web site, you may choose your primary web site or any
            i-bay as the content.
        </trans>
    </entry>
    <entry>
        <base>DOMAIN_NAME_VALIDATION_ERROR</base>
        <trans>
            Error: unexpected or missing characters in domain name
            {$domainName}.  The domain name should contain one or more
            letters, numbers, periods and minus signs.  Did not create new
            domain.
        </trans>
    </entry>
    <entry>
        <base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
        <trans>
            Error: unexpected or missing characters in domain description
            {$domainDesc}.  Did not create new domain.
        </trans>
    </entry>
    <entry>
        <base>DOMAIN_IN_USE_ERROR</base>
        <trans>
            Error: domain {$domainName} is already in use.  Did not create
            new domain.
        </trans>
    </entry>
    <entry>
        <base>SYSTEM_DOMAIN_ERROR</base>
        <trans>
            Error: domain {$domainName} is your system domain name.  You
            cannot have a domain with the same name.  Did not create
            new domain.
        </trans>
    </entry>
    <entry>
        <base>SUCCESSFULLY_CREATED</base>
        <trans>
            Successfully created domain {$domainName}.  Your web
            server is now being restarted.  The links on this page will be
            inactive until the web server restart is complete.
        </trans>
    </entry>
    <entry>
        <base>MODIFY_TITLE</base>
        <trans>
            Modify domain
        </trans>
    </entry>
    <entry>
        <base>NONEXISTENT_DOMAIN_ERROR</base>
        <trans>
            Error: {$domainName} is not an existing domain.
        </trans>
    </entry>
    <entry>
        <base>SUCCESSFULLY_MODIFIED</base>
        <trans>
            Successfully modified domain {$domainName}.  Your web
            server is now being restarted.  The links on this page will be
            inactive until the web server restart is complete.
        </trans>
    </entry>
    <entry>
        <base>REMOVE_TITLE</base>
        <trans>
            Remove domain
        </trans>
    </entry>
    <entry>
        <base>REMOVE_DESCRIPTION</base>
        <trans>
            <![CDATA[
            <p>
                You are about to remove the domain {$domain}
                ({$domainDesc}).  
            </p>
            <p>
                <b>Are you sure you wish to remove this domain?</b>
            </p>
            ]]>
        </trans>
    </entry>
    <entry>
        <base>ERROR_WHILE_REMOVING_DOMAIN</base>
        <trans>
            Error: internal failure while removing domain
            {$domain}.
        </trans>
    </entry>
    <entry>
        <base>SUCCESSFULLY_DELETED</base>
        <trans>
            Successfully deleted domain {$domain}.  Your web server
            is now being restarted.  The links on this page will be inactive
            until the web server restart is complete.
        </trans>
    </entry>

    <entry>
        <base>DESC_CORPORATE_DNS_CURRENT</base>
        <trans> <![CDATA[
            <hr class="sectionbar" /><h2>Corporate DNS Settings</h2>
            ]]>
        </trans>
    </entry>

    <entry>
        <base>BUTTON_CORPORATE_DNS</base>
        <trans> <![CDATA[
        <p>If this server does not have access to the Internet, or you have special
requirements for DNS resolution, enter the DNS server IP address here.

You should not enter the address of your ISP's DNS servers here, as the server
is capable of resolving all Internet DNS names without this additional
configuration.</p>
           <p> <a class="button-like"
                    href="domains?page=0&page_stack=&Next=Next&wherenext=DOMAINS_PAGE_CORPORATE_DNS">Modify corporate DNS settings</a>
            ]]>
        </trans>
    </entry>

    <entry>
        <base>DESC_CORPORATE_DNS</base>
        <trans>
                If this server does not have access to the Internet, or
                you have special requirements for DNS resolution, 
                enter the DNS server IP addresses here.
                These fields should be left blank unless 
                you have a specific reason to configure other DNS servers.
                You should not enter the address of your ISP's DNS servers
                here, as the server is capable of resolving all
                Internet DNS names without this additional configuration.
        </trans>
    </entry>

    <entry>
        <base>LABEL_CORPORATE_DNS_PRIMARY</base>
        <trans>Primary corporate DNS server</trans>
    </entry>

    <entry>
        <base>LABEL_CORPORATE_DNS_SECONDARY</base>
        <trans>Secondary corporate DNS server</trans>
    </entry>

    <entry>
        <base>DESC_NAMESERVERS</base>
        <trans>
            You can select whether this domain is resolved locally,
            passed to the corporate DNS servers, or resolved by 
            the Internet DNS servers. The default will be correct 
            for most networks.
        </trans>
    </entry>

    <entry>
        <base>LABEL_NAMESERVERS</base>
        <trans>Domain DNS servers</trans>
    </entry>

    <entry>
        <base>localhost</base>
        <trans>Resolve locally</trans>
    </entry>

    <entry>
        <base>internet</base>
        <trans>Internet DNS servers</trans>
    </entry>

    <entry>
        <base>corporate</base>
        <trans>Corporate DNS servers</trans>
    </entry>
    <entry>
        <base>REMOVE_DESC</base>
        <trans>You are about to remove the domain </trans>
    </entry>
    <entry>
        <base>REMOVE_DESC2</base>
        <trans> Are you sure you wish to remove this Domain ? </trans>
    </entry>

</lexicon>
