cryptonas/plugins/volume_mount/language.hdf
lars 3500b67a40 constant width of the main screen (works for mozilla/ff and ie55/60
refresh link for logs feature
change default setting of UseConfigPartition to "0"
README file rewritten
README.samba added
README.davfs added
README.Debian rewritten
event scripts for samba and apach2_dav improved
do not redirect to "disks overview" after successful plugin execution (e.g. date, ...)
unclean web dataset fixed
removed some non-translateable strings from po and pot files
automatically update the cryptobox version according to the debian package version number
2006-12-07 12:20:43 +00:00

64 lines
1.1 KiB
Plaintext

Name = Mount and umount volumes
Link = Activation
Title {
Mount = Open volume
Umount = Turn on the volume
}
Button {
Mount = Open volume
Umount = Close volume
}
SuccessMessage {
MountDone {
Title = Volume opened
Text = The content of this volume is available now.
}
UmountDone {
Title = Volume closed
Text = The content of this volume is protected from access now.
}
}
WarningMessage {
MountFailed {
Title = Activation failed
Text = The volume could not be activated for some reason. Sorry!
}
MountCryptoFailed {
Title = Activation failed
Text = Maybe you entered the wrong password?
}
InvalidContainerType {
Title = Unknown format
Text = The type of this volume ist not known. Maybe you want to initialize itfirst?
Link.Text = Format volume
Link.Rel = volume_format_fs
}
UmountFailed {
Title = Closing failed
Text = The volume could not be closed. Probably some files are still in use.
}
IsAlreadyMounted {
Title = Already open
Text = The volume is already open.
}
IsNotMounted {
Title = Already closed
Text = The volume is already closed.
}
}