cryptonas/plugins/volume_automount/language.hdf
lars 3e1bfda98e added some exception catching for writing setting files
added help texts for all plugins
fixed 'encryption status' bug in 'volume_details'
improved rendering of 'volume_properties' and 'user_manager'
chmod root directory of mounted volumes to 0777 to avoid later permission problems for samba or WebDAV
2006-12-13 10:01:58 +00:00

42 lines
849 B
Plaintext

Name = Automatic opening
Link = Automatic opening
Title {
AutoMountVolume = Open during startup
}
Help.AutoMount = You may enable automatic activation for any non-encrypted volume. It will get opened automatically when you turn on the CryptoBox server.
Button {
AutoMountOn = Enable automatic opening
AutoMountOff = Disable automatic opening
}
Text {
AutoIsOn = Currently automatic opening is enabled
AutoIsOff = Currently automatic opening is disabled
}
SuccessMessage {
AutoMountEnabled {
Title = Automatic activation enabled
Text = This volume will get opened during startup
}
AutoMountDisabled {
Title = Automatic activation disabled
Text = This volume will not get opened during startup
}
}
AdviceMessage {
NoAutoMountForEncryptedVolumes {
Text = Automatic activation is not possible for encrypted volumes.
}
}