Name = Mount and umount volumes Link = Activation Title { Mount = Opening a volume Umount = Closing a 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 = Opening failed Text = The volume could not be activated for some reason. Sorry! } MountCryptoFailed { Title = Opening 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. } }