cryptonas-branches/translation-base-v0.3/plugins/volume_automount/language.hdf
lars 0a1a7bd383 started a seperate branch to manage translations for v0.3.x based on tags/v0.3.4.2
fixed corrupt language.hdf file for "volume_passwd" (merged from [891])
fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880])
merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
2007-03-29 19:04:21 +00:00

42 lines
851 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.
}
}