cryptonas/templates/language.hdf
lars 77324ae946 added minor parts of slovene translation
fixed samba integration script
added syslog support
replaced 'pattern' with 'level' for 'logs' plugin
improved fetch_po_files script
improved output of log plugin
recursively storing setting files fixed
umask set to 022
defining bootup and shutdown handler for the server
implementing volume_automount mounting
simplified the output preperation of the partition plugin
"busy" flag handling moved from core/container to core/main
2006-12-11 14:16:10 +00:00

109 lines
2.5 KiB
Plaintext

Title {
Top = The CryptoBox
Slogan = Privacy for the rest of us.
Volume = Volume
AccessDenied = Access denied
}
Text {
EnterCurrentPassword = Enter the current password
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 by
ContainerName = Volume's name
}
Button {
HelpForForm = Get help
}
AdviceMessage {
VolumeIsBusy {
Title = Disk is busy
Text = This disk is currently busy. Please wait for a moment.
Link.Rel = /
Link.Text = Show all disks
}
}
WarningMessage {
AccessDenied {
Title = Invalid access credentials
Text = Sorry - you did not enter the right credentials! (Maybe try the default setting: username=>'admin' / password=>'admin'.)
Link.Text = Change password now
Link.Rel = user_manager
}
EmptyPassword {
Title = Missing password
Text = You have to enter a password!
}
EmptyNewPassword {
Title = Missing new password
Text = You have to enter a new password!
}
DifferentPasswords {
Title = Different passwords
Text = The passwords you entered did not match.
}
InvalidDevice {
Title = Invalid device
Text = The device you have chosen is invalid!
}
VolumeMayNotBeMounted {
Title = The volume is open
Text = This action is not available while the container is active. Please close it first.
Link.Text = Close volume
Link.Rel = volume_mount
}
InvalidAction {
Title = Invalid request
Text = Sorry - I do not know how to handle this request. If you think, that this is a bug, then you should send the most recent part of the CryptoBox log to info@cryptobox.org.
Link.Text = View log
Link.Rel = logs
Link.Attr1.name = lines
Link.Attr1.value = 50
}
RuntimeError {
Title = Something weird happened
Text = We (the developer of the CryptoBox) would like to fix this problem for you and others. Please send the most recent part of the CryptoBox log to info@cryptobox.org. Thanks for your contribution!
Link.Text = View log
Link.Rel = logs
Link.Attr1.name = level
Link.Attr1.value = ERROR
}
}
EnvironmentWarning {
ReadOnlyConfig {
Text = Read-only setup detected - probably you should create a configuration partition.
Link.Text = Initialize partition
Link.Rel = partition
}
NoSSL {
Text = The connection is not encrypted - passwords can be easily intercepted.
Link.Text = Use encrypted connection
Link.Prot = https
}
}
}