<lexicon lang="en-us">
        <entry>
            <base>FORM_TITLE</base>
            <trans>Local networks</trans>
        </entry>

        <entry>
            <base>FIRSTPAGE_DESC</base>
            <trans>
                <![CDATA[
                    
                    For security reasons, several services on your server
		    are available only to your local
                    network. However you can grant these local access
                    privileges to additional networks by listing them
                    below. Most installations should leave this list
                    empty.</P><P>
                    <a class="button-like" href="localnetworks?page=0&page_stack=&Next=Next&wherenext=Add">Add network</a>
                ]]>
            </trans>
        </entry>

        <entry>
            <base>ADD_TITLE</base>
            <trans>Add a local network</trans>
        </entry>

        <entry>
            <base>ADD_DESC</base>
            <trans><![CDATA[
            Each parameter must be in the form #.#.#.# (each # is
            a number from 0 to 255). The server software will zero out the ending (host identifier)
             part of the network address according to the
              subnet mask, to ensure that the network address is valid.
	    </P><P>
        "Router" should be the IP address of the router on your local
        network via which the additional network is reached.
	    
            ]]></trans>
        </entry>

        <entry>
            <base>NETWORK_ADDRESS</base>
            <trans>Network address</trans>
        </entry>

        <entry>
            <base>SUBNET_MASK</base>
            <trans>Subnet mask</trans>
        </entry>

        <entry>
            <base>ROUTER</base>
            <trans>Router</trans>
        </entry>

        <entry>
            <base>INVALID_IP_ADDRESS</base>
            <trans>Invalid IP address</trans>
        </entry>

        <entry>
            <base>INVALID_SUBNET_MASK</base>
            <trans>Invalid subnet mask</trans>
        </entry>

        <entry>
            <base>REMOVE_TITLE</base>
            <trans>Remove local network</trans>
        </entry>

        <entry>
            <base>REMOVE_DESC</base>
            <trans>You are about to remove the following local
            network.</trans>
        </entry>

        <entry>
            <base>REMOVE_CONFIRM</base>
            <trans>Are you sure you wish to remove this network?</trans>
        </entry>
        
        <entry>
            <base>DEFAULT</base>
            <trans>default</trans>
        </entry>

        <entry>
            <base>ADD</base>
            <trans>Add</trans>
        </entry>

        <entry>
            <base>REMOVE</base>
            <trans>Remove</trans>
        </entry>

        <entry>
            <base>NETWORK</base>
            <trans>Network</trans>
        </entry>

        <entry>
            <base>NUMBER_OF_HOSTS</base>
            <trans>Number of hosts</trans>
        </entry>

        <entry>
            <base>NOT_ACCESSIBLE_FROM_LOCAL_NETWORK</base>
            <trans>
                Error: router address {$networkRouter} is not accessible
                from local network. Did not add network.
            </trans>
        </entry>

        <entry>
            <base>NETWORK_ALREADY_LOCAL</base>
            <trans>
                Error: network {$network} (derived from network
                {$networkAddress} and subnet mask {$networkMask}) 
                is already considered local. Did not add new network.
            </trans>
        </entry>

        <entry>
            <base>NETWORK_ALREADY_ADDED</base>
            <trans>
            Error: network {$network} (derived from network
            {$networkAddress} and subnet mask {$networkMask}) 
            has already been added. Did not add new network.
            </trans>
        </entry>

        <entry>
            <base>ERROR_CREATING_NETWORK</base>
            <trans>
            Error occurred while creating network.
            </trans>
        </entry>

        <entry>
            <base>SUCCESS</base>
            <trans>
            Successfully added network {$network}/{$networkMask} via router
            {$networkRouter}.
            </trans>
        </entry>

        <entry>
            <base>SUCCESS_SINGLE_ADDRESS</base>
            <trans>
            Successfully added network {$network}/{$networkMask} via router
            {$networkRouter}.
            Your server will grant local access
            privileges to the single IP address {$network}.
            </trans>
        </entry>

        <entry>
            <base>SUCCESS_NETWORK_RANGE</base>
            <trans>
            Successfully added network {$network}/{$networkMask} via router
            {$networkRouter}.
            Your server will grant local access
            privileges to {$totalHosts} IP addresses in the range
            {$firstAddr} to {$lastAddr}.
            </trans>
        </entry>

        <entry>
            <base>SUCCESS_NONSTANDARD_RANGE</base>
            <trans>
            <![CDATA[
            
            Successfully added network {$network}/{$networkMask} via router
            {$networkRouter}.
            </P>
            <P>
            Your server will grant local
            access privileges to {$totalHosts} IP addresses in the range
            {$firstAddr} to {$lastAddr}.
            </P>
            <P>
            Warning: the ProFTPd FTP server cannot
            handle this nonstandard subnet mask. The simpler specification
            <b>{$simpleMask}</b> will be used instead.
            ]]>
            </trans>
        </entry>
	<entry>
            <base>SUCCESS_REMOVED_NETWORK</base>
            <trans>
            Successfully removed network {$network}/{$networkMask} via router {$networkRouter}.
            </trans>
	</entry>
        <entry>
            <base>ERROR_DELETING_NETWORK</base>
            <trans>Error occurred while deleting network.</trans>
        </entry>

      <entry>
        <base>Security</base>
        <trans>Security</trans>
      </entry>

      <entry>
        <base>Local networks</base>
        <trans>Local networks</trans>
      </entry>
      <entry>
        <base>NO_ADDITIONAL_NETWORKS</base>
        <trans>No additional networks</trans>
      </entry>
      <entry>
          <base>ACTION</base>
          <trans>Action</trans>
      </entry>
      <entry>
          <base>ROUTER_DESC</base>
          <trans>
          </trans>
      </entry>
</lexicon>
