cryptonas/plugins/volume_mount/lang/en.hdf
lars 405f6b90fa improved detection of 'active' plugin for marking in the main menu
plugin plugin_manager: prevent browser from caching repeatitive actions
plugin plugin_manager: add support for properties/volume visibility
plugins: moved message handling to central header file (templates/header.cs)
splitted 'volume_props' into 'volume_rename' and 'volume_chpasswd'
volume_props: turned into a container for small property changes
renamed 'format_fs' to 'volume_format_fs'
moved inclusion of 'show_volume_[header|footer].cs' to central header file
2006-11-13 16:11:07 +00:00

64 lines
1.2 KiB
Plaintext

Name = Mount and umount volumes
Link = Activation
Title {
Mount = Activate volume
Umount = Deactivate volume
}
Button {
Mount = Activate volume
Umount = Deactivate volume
}
SuccessMessage {
MountDone {
Title = Encrypted filesystem activated
Text = The encrypted filesystem is now available.
}
UmountDone {
Title = Encrypted filesystem deactivated
Text = The encrypted filesystem is now secured from all forms of access.
}
}
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 = Deactivation failed
Text = The volume could not be deactivated. Probably some files are still in use. In case of emergency just shut down the CryptoBox!
}
IsAlreadyMounted {
Title = Already active
Text = The volume is already active.
}
IsNotMounted {
Title = Inactive
Text = The volume is currently not active.
}
}