96 lines
2.9 KiB
Text
96 lines
2.9 KiB
Text
Name = Configure network
|
|
Link = Network
|
|
|
|
Title = Network settings
|
|
Title {
|
|
IP = CryptoNAS server IP
|
|
GW = Gateway address
|
|
DHCP = DHCP network configuration
|
|
}
|
|
|
|
Text {
|
|
IP = Address
|
|
NM = Netmask
|
|
GW = Gateway
|
|
DHCP = Configure the network interface automatically (Caution, please read help!)
|
|
Interface = Network device
|
|
}
|
|
|
|
Button {
|
|
DHCP = Receive network settings
|
|
Network = Change server address
|
|
Gateway = Change default gateway
|
|
}
|
|
|
|
Help {
|
|
Network = Insert the network address of the CryptoNAS server, the network mask and the default gateway. Be aware that you may lose your connection to the server under some circumstances. The actual values are visible in the form fields.
|
|
Gateway = If you have a gateway in your LAN and want to make use of it, type it's address in here. It will be added as default route. A quadruple of zeros means, there is no gateway set.
|
|
DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All former network settings will be overridden by the settings from the DHCP server. Remember you need to know which network address the CryptoNAS will receive, otherwise you won't know where to connect to. If you don't know what DHCP means leave this box unchecked.
|
|
}
|
|
|
|
WarningMessage {
|
|
AddressChangeFailed {
|
|
Title = Failure
|
|
Text = The address of the CryptoNAS server could not be changed.
|
|
}
|
|
|
|
GatewayChangeFailed {
|
|
Title = Failure
|
|
Text = The gateway of the CryptoNAS server could not be set. Maybe the address you entered is unreachable?
|
|
}
|
|
|
|
InvalidServerIP {
|
|
Title = Invalid value
|
|
Text = The server address is not valid.
|
|
}
|
|
|
|
InvalidNetmask {
|
|
Title = Invalid value
|
|
Text = The netmask is not valid.
|
|
}
|
|
|
|
InvalidGatewayIP {
|
|
Title = Invalid value
|
|
Text = The gateway address is not valid.
|
|
}
|
|
|
|
DHCPNotConfirmed {
|
|
Title = Confirmation missing
|
|
Text = If you really want to use DHCP, please confirm by activating the checkbox.
|
|
}
|
|
DHCPNotRunning {
|
|
Title = DHCP Failure
|
|
Text = The network settings couldn't be received.
|
|
}
|
|
DHCPNotFound {
|
|
Title = DHCP program missing
|
|
Text = The 'dhclient' program is not installed. Please ask the administrator of the CryptoNAS server to install it.
|
|
}
|
|
}
|
|
|
|
SuccessMessage {
|
|
IPChanged {
|
|
Title = Network address changed
|
|
Text = The network address has been changed. In a few seconds you will get redirected to the new address.
|
|
}
|
|
GWChanged {
|
|
Title = Gateway address changed
|
|
Text = The gateway was added to your default route.
|
|
}
|
|
DHCPRunning {
|
|
Title = Receiving network settings
|
|
Text = In a few seconds you can connect to the address provided by dhcp.
|
|
}
|
|
}
|
|
|
|
EnvironmentWarning {
|
|
MissingProgramIfconfig {
|
|
Title = Missing program
|
|
Text = The 'ifconfig' program is not installed. Please ask the administrator of the CryptoNAS server to install it.
|
|
}
|
|
MissingProgramRoute {
|
|
Title = Missing program
|
|
Text = The 'route' program is not installed. Please ask the administrator of the CryptoNAS server to install it.
|
|
}
|
|
}
|
|
|