From b85051a44df416fe54c24282c97e80bce4c86f00 Mon Sep 17 00:00:00 2001 From: age Date: Fri, 26 Jan 2007 22:23:02 +0000 Subject: [PATCH] * more fieldsets + corresponding lang/help changes * partition ui is still missing --- plugins/volume_details/language.hdf | 2 + plugins/volume_details/volume_details.cs | 12 +++- plugins/volume_format_fs/language.hdf | 2 + plugins/volume_format_fs/volume_format.cs | 58 ++++++++++++++----- .../volume_format_fs/volume_format_luks.cs | 11 +++- 5 files changed, 64 insertions(+), 21 deletions(-) diff --git a/plugins/volume_details/language.hdf b/plugins/volume_details/language.hdf index 7d08b4b..cd78a80 100644 --- a/plugins/volume_details/language.hdf +++ b/plugins/volume_details/language.hdf @@ -3,6 +3,8 @@ Link = Details Title.Details = Technical details +Help.Details = Here are some deep technical details. You'll mostly need them in case you are confused with your volumes. + Text { DeviceName = Name of device Status = Status diff --git a/plugins/volume_details/volume_details.cs b/plugins/volume_details/volume_details.cs index 49b621b..4bb2a1a 100644 --- a/plugins/volume_details/volume_details.cs +++ b/plugins/volume_details/volume_details.cs @@ -1,9 +1,13 @@ - - -<>> + +
+ + + + +
+ diff --git a/plugins/volume_format_fs/language.hdf b/plugins/volume_format_fs/language.hdf index df74277..3d27ca1 100644 --- a/plugins/volume_format_fs/language.hdf +++ b/plugins/volume_format_fs/language.hdf @@ -16,9 +16,11 @@ Text { 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 erase all data from this volume. + LuksFormat = In the last step you have choosen encryption for this volume. Now you have to enter a corresponding password. 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. + Confirm = Don't forget to confirm your action with this checkbox. Nothing happens otherwise. } diff --git a/plugins/volume_format_fs/volume_format.cs b/plugins/volume_format_fs/volume_format.cs index 30cf993..bda6d19 100644 --- a/plugins/volume_format_fs/volume_format.cs +++ b/plugins/volume_format_fs/volume_format.cs @@ -1,7 +1,10 @@ -<>> + +
+ + @@ -11,26 +14,49 @@ - -

-

- - -

+ + + + + + +

+ + +

- -

- -

- -

+ + + + + + + + + + + + + + + + +
diff --git a/plugins/volume_format_fs/volume_format_luks.cs b/plugins/volume_format_fs/volume_format_luks.cs index da40121..ac7a6dd 100644 --- a/plugins/volume_format_fs/volume_format_luks.cs +++ b/plugins/volume_format_fs/volume_format_luks.cs @@ -1,9 +1,15 @@ - + +
+ + + + + @@ -27,4 +33,5 @@ +