cryptonas/plugins/volume_automount/language.hdf
lars 3500b67a40 constant width of the main screen (works for mozilla/ff and ie55/60
refresh link for logs feature
change default setting of UseConfigPartition to "0"
README file rewritten
README.samba added
README.davfs added
README.Debian rewritten
event scripts for samba and apach2_dav improved
do not redirect to "disks overview" after successful plugin execution (e.g. date, ...)
unclean web dataset fixed
removed some non-translateable strings from po and pot files
automatically update the cryptobox version according to the debian package version number
2006-12-07 12:20:43 +00:00

39 lines
680 B
Plaintext

Name = Automatic opening
Link = AutoOpen
Title {
AutoMountVolume = Open during startup
}
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 opening is not possible for encrypted volumes.
}
}