cryptonas/plugins/volume_automount/lang/en.hdf

39 lines
720 B
Plaintext
Raw Normal View History

2006-11-14 13:32:25 +01:00
Name = Automatic activation
Link = Automatic activation
Title {
AutoMountVolume = Activate during startup
}
Button {
AutoMountOn = Enable automatic activation
AutoMountOff = Disable automatic activation
}
Text {
AutoIsOn = Currently automatic activation is enabled
AutoIsOff = Currently automatic activation is disabled
}
SuccessMessage {
AutoMountEnabled {
Title = Automatic activation enabled
Text = This volume will get activated during startup
}
AutoMountDisabled {
Title = Automatic activation disabled
Text = This volume will not get activated during startup
}
}
AdviceMessage {
NoAutoMountForEncryptedVolumes {
Text = Automatic activation is not possible for encrypted volumes.
}
}