cryptonas/plugins/volume_format_fs/language.hdf
lars 108acd0e8a 'log' plugin: show warning if no log file is used
moved log file reading from cryptobox/core/main to 'log' plugin
added unittests for volume_mount, volume_format_fs and volume_rename
replace "get help" links with a "help mode" displaying information for every form
added first drafts of help texts for volume_mount, volume_format and partition
replaced the word 'container' with 'volume' in english texts
2006-12-12 13:34:05 +00:00

63 lines
2 KiB
Plaintext

Name = Create filesystems
Link = Format
Title.Format = Initializing filesystem
Button.Format = Initialize filesystem
Text {
Confirm = Yes, I know what I am doing!
FSType = Filesystem type
IsEncrypted = Encryption
Yes = Yes
No = No
}
Help {
Format = Usually you will only have to format a volume if you want to turn encryption on or off. Be aware, that you will destroy all data of this volume.
Filesystem = Use a filesystem of your choice. The linux filesystem (ext3) should be a good choice. The windows filesystem (Fat32) is only useful, if you plan to connect your harddisk directly to a computer running the windows operating system.
Encryption = Enable encryption if you want to keep your data private. You have to enter the password to open an encrypted container. Be aware that your encrypted data is accessible for your local network. Close it, whenever you do not need it anymore.
Password = Please choose a very good password consisting of letters, digits and special characters. There is no minimal length required, but you should not use less than ten characters. Twenty or more are recommended.
}
AdviceMessage {
FormatWarning {
Text = All data of the selected filesystem will get lost!
}
UnmountBeforeInit {
Text = You must close this volume before you may initialize it.
Link.Text = Close volume now
Link.Rel = volume_mount
Link.Attr1.name = action
Link.Attr1.value = umount
Link.Attr2.name = redirect
Link.Attr2.value = volume_format_fs
}
}
SuccessMessage {
FormatSuccess {
Title = Formatting is running
Text = The selected filesystem is being formatted in the background. This may take some time (depending on the size of your disk).
}
}
WarningMessage {
FormatNotConfirmed {
Title = Confirmation missing
Text = You did not confirm this action by activating the checkbox.
}
FormatFailed {
Title = Formatting failed
Text = Formatting of the selected filesystem failed for unknown reasons - sorry!
Link.Text = View log messages
Link.Rel = logs
Link.Attr1.name = level
Link.Attr1.value = ERROR
}
}