2007-01-21 20:14:49 +01:00
Name = Encrypted webinterface
Link = Encrypted webinterface
Title = Create encryption certificate
Button.CreateCertificate = Create certificate
2007-01-22 02:46:34 +01:00
EnvironmentWarning {
NoSSL {
Text = The connection is not encrypted - passwords can be easily intercepted.
Link.Text = Use encrypted connection
Link.Prot = https
}
2007-01-24 03:51:17 +01:00
MissingModuleM2Crypto {
Title = Missing module
Text = The python module 'M2Crypto' is missing. It is required for an encrypted connection to the CryptoBox webinterface. Please ask the administrator of the CryptoBox server to install the module.
}
MissingProgramStunnel {
Title = Missing program
2007-02-09 23:12:52 +01:00
Text = The program 'stunnel4' is not installed. Please ask the administrator of the CryptoBox server to configure it properly.
2007-01-24 03:51:17 +01:00
}
}