cryptonas/plugins/volume_chpasswd/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

40 lines
907 B
Plaintext

Name = Change volume password
Link = Password
Title {
ChangePassword = Change the password of this volume
}
Button {
ChangePassword = Change password
FormatContainer = Format volume
}
Help.Password = You can change the password of an encrypted volume easily. Just enter the current password and type the new password twice. No data will get lost.
AdviceMessage {
FormatForEncryptionSupport {
Text = This volume is not encrypted. If you want to turn on encryption, then you have to format the volume. Beware: this will destroy all data of this volume.
Link.Text = Format this volume
Link.Rel = volume_format_fs
}
SuccessMessage {
PasswordChange {
Title = Password changed
Text = The password of this volume was changed successfully.
}
}
WarningMessage {
PasswordChange {
Title = Could not change password
Text = The password of this volume could not be changed - sorry!
}
}