cryptonas/plugins/network/language.hdf

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2006-11-06 17:05:00 +01:00
Name = Configure network
Link = Network
2006-11-06 17:05:00 +01:00
Title.Network = Network settings
Text.IP = CryptoBox server address
2006-11-06 17:05:00 +01:00
Button.NetworkIP = Change server address
2006-11-06 17:05:00 +01:00
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.
2006-11-06 17:05:00 +01:00
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.
}
}
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.
}
}