cryptonas/plugins/volume_mount/language.hdf

64 lines
1.1 KiB
Plaintext
Raw Normal View History

2006-11-06 17:05:00 +01:00
Name = Mount and umount volumes
Link = Activation
Title {
Mount = Opening a volume
Umount = Closing a volume
2006-11-06 17:05:00 +01:00
}
Button {
Mount = Open volume
Umount = Close volume
2006-11-06 17:05:00 +01:00
}
SuccessMessage {
MountDone {
Title = Volume opened
Text = The content of this volume is available now.
2006-11-06 17:05:00 +01:00
}
UmountDone {
Title = Volume closed
Text = The content of this volume is protected from access now.
2006-11-06 17:05:00 +01:00
}
}
WarningMessage {
MountFailed {
Title = Opening failed
Text = The volume could not be activated for some reason. Sorry!
2006-11-06 17:05:00 +01:00
}
MountCryptoFailed {
Title = Opening failed
2006-11-06 17:05:00 +01:00
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
}
2006-11-06 17:05:00 +01:00
UmountFailed {
Title = Closing failed
Text = The volume could not be closed. Probably some files are still in use.
2006-11-06 17:05:00 +01:00
}
IsAlreadyMounted {
Title = Already open
Text = The volume is already open.
2006-11-06 17:05:00 +01:00
}
IsNotMounted {
Title = Already closed
Text = The volume is already closed.
2006-11-06 17:05:00 +01:00
}
}