cryptonas/plugins/network/language.hdf
2007-01-20 15:41:18 +00:00

30 lines
717 B
Plaintext

Name = Configure network
Link = Network
Title.Network = Network settings
Text.IP = CryptoBox server address
Button.NetworkIP = Change server address
Text.GW = Default gateway address
Button.NetworkGW = Change default gateway
Help.Network = Change the network address of the CryptoBox server and the default gateway. Be aware that you may lose your connection to the server under some circumstances.
WarningMessage {
InvalidIP {
Title = Invalid value
Text = An invalid network address (IP) was supplied. Please try again.
}
}
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.
}
}