cryptonas/plugins/volume_mount/language.hdf

74 lines
1.7 KiB
Plaintext
Raw Normal View History

Name = Open and close volumes
2006-11-06 17:05:00 +01:00
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
}
Help {
Open = The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares.
Close = Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it.
}
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 opened for some reason. Sorry!
Link.Text = View event log
Link.Rel = logs
Link.Attr1.name = level
Link.Attr1.value = ERROR
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 it first?
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
}
}