cryptonas/plugins/volume_automount/language.hdf

42 lines
851 B
Plaintext
Raw Normal View History

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