cryptonas/plugins/network/language.hdf
age 0cdf82b7aa * added part of netmask change feature; Lars please add a regex
* gateway change is in work..
* dhcp is stalled
2007-01-30 03:30:07 +00:00

70 lines
1.9 KiB
Plaintext

Name = Configure network
Link = Network
Title = Network settings
Title {
IP = CryptoBox server IP
GW = Gateway address
}
Text {
IP = Address
NM = Netmask
GW = Gateway
DHCP = Automatic configuration (Caution!)
}
Button {
Network = Change server address
Gateway = Change default gateway
}
Help {
Network = Insert the network address of the CryptoBox 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.
DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All values will be overridden by the settings from the DHCP server. If you don't know what DHCP means leave this box unchecked.
}
WarningMessage {
Failure {
Title = Failure
Text = The address could not be changed.
}
InvalidServerIP {
Title = Invalid value
Text = The server address is not a valid number.
}
InvalidNetmaskIP {
Title = Invalid value
Text = The netmask address is not a valid number.
}
InvalidGatewayIP {
Title = Invalid value
Text = The gateway address is not a valid number.
}
}
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.
}
}
EnvironmentWarning {
MissingProgramIfconfig {
Title = Missing program
Text = The 'ifconfig' program is not installed. Please ask the administrator of the CryptoBox server to install it.
}
MissingProgramRoute {
Title = Missing program
Text = The 'route' program is not installed. Please ask the administrator of the CryptoBox server to configure it properly.
}
}