cryptonas/lang/en.hdf

81 lines
1.6 KiB
Plaintext
Raw Normal View History

2006-11-06 17:05:00 +01:00
Name = English
Status = $Id$
Title {
Top = The CryptoBox
Slogan = Privacy for the rest of us.
Volume = Volume
AccessDenied = Access denied
}
2006-11-06 17:05:00 +01:00
Text {
2006-11-13 17:12:03 +01:00
EnterCurrentPassword = Enter the current password
2006-11-06 17:05:00 +01:00
EnterNewPassword = Enter new password
EnterSamePassword = Repeat new password
RedirectNote = Click here if your browser does not support automatic redirection.
ProjectHomePage = Website of project
ProjectNote = The CryptoBox is a project of
ContainerName = Container's name
}
2006-11-06 17:05:00 +01:00
Button {
HelpForForm = Get help
}
2006-11-06 17:05:00 +01:00
WarningMessage {
2006-11-09 12:59:53 +01:00
AccessDenied {
Title = Invalid access credentials
Text = Sorry - you are not allowed to do this!
}
2006-11-06 17:05:00 +01:00
EmptyPassword {
Title = Missing password
Text = You have to enter a password!
}
2006-11-06 17:05:00 +01:00
EmptyNewPassword {
Title = Missing new password
Text = You have to enter a new password!
}
2006-11-06 17:05:00 +01:00
DifferentPasswords {
Title = Different passwords
Text = The passwords you entered did not match.
}
2006-11-06 17:05:00 +01:00
InvalidDevice {
Title = Invalid device
Text = The device you have chosen is invalid!
}
2006-11-06 17:05:00 +01:00
VolumeMayNotBeMounted {
Title = The container is mounted
Text = This action is not available while the container is active. Please turn it off first.
Link.Text = Deactivate volume
Link.Rel = volume_mount
2006-11-06 17:05:00 +01:00
}
}
2006-11-06 17:05:00 +01:00
EnvironmentWarning {
2006-11-06 17:05:00 +01:00
ReadOnlyConfig {
Text = Read-only setup detected - probably you should create a configuration partition.
Link.Text = Initialize partition
Link.Rel = partition
}
2006-11-06 17:05:00 +01:00
NoSSL {
Text = The connection is not encrypted - passwords can be easily intercepted.
Link.Text = Use encrypted connection
Link.Prot = https
}
}
2006-11-06 17:05:00 +01:00
}