created new tag v0.3.4.5 (based on v0.3.4.3)

merged changeset 969
updated list of contributers
This commit is contained in:
lars 2007-08-21 23:31:35 +00:00
parent 4a8a292313
commit 152e67283a
728 changed files with 120019 additions and 0 deletions

View file

@ -0,0 +1,26 @@
Name = Encrypted webinterface
Link = Encrypted webinterface
Title = Create encryption certificate
Button.CreateCertificate = Create certificate
EnvironmentWarning {
NoSSL {
Text = The connection is not encrypted - passwords can be easily intercepted.
Link.Text = Use encrypted connection
Link.Prot = https
}
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
Text = The program 'stunnel4' is not installed. Please ask the administrator of the CryptoBox server to configure it properly.
}
}