From a5e6e03351722149469971a19fc45d34072a09ea Mon Sep 17 00:00:00 2001 From: age Date: Fri, 26 Jan 2007 08:42:32 +0000 Subject: [PATCH] * unified the mount layout * small text enhancements; typo --- plugins/encrypted_webinterface/language.hdf | 2 +- plugins/volume_mount/language.hdf | 15 +++++--- plugins/volume_mount/volume_mount.cs | 41 +++++++++++++++------ plugins/volume_mount/volume_umount.cs | 14 +++++-- plugins/volume_rename/volume_rename.cs | 20 +++++++--- 5 files changed, 64 insertions(+), 28 deletions(-) diff --git a/plugins/encrypted_webinterface/language.hdf b/plugins/encrypted_webinterface/language.hdf index 32c4452..5f62bf7 100644 --- a/plugins/encrypted_webinterface/language.hdf +++ b/plugins/encrypted_webinterface/language.hdf @@ -20,7 +20,7 @@ EnvironmentWarning { MissingProgramStunnel { Title = Missing program - Text = The program 'stunnel' is not installed. Please ask the administrator tof the CryptoBox server to configure it properly. + Text = The program 'stunnel' is not installed. Please ask the administrator of the CryptoBox server to configure it properly. } } diff --git a/plugins/volume_mount/language.hdf b/plugins/volume_mount/language.hdf index b6e91ff..44b2917 100644 --- a/plugins/volume_mount/language.hdf +++ b/plugins/volume_mount/language.hdf @@ -3,20 +3,23 @@ Link = Activation Title { - Mount = Opening a volume - Umount = Closing a volume + Mount = Activation + Umount = Deactivation } +Text { + EnterCurrentPassword = Volume's encryption password +} Button { - Mount = Open volume - Umount = Close volume + Mount = Open this volume + Umount = Close this volume } Help { - Open = The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares. - Close = Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it. + Open = This volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares. In case the volume is encrypted you have to enter the corresponding password first. + Close = This volume is currently open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it. } diff --git a/plugins/volume_mount/volume_mount.cs b/plugins/volume_mount/volume_mount.cs index a7f8547..42d3969 100644 --- a/plugins/volume_mount/volume_mount.cs +++ b/plugins/volume_mount/volume_mount.cs @@ -1,20 +1,37 @@ -<>> + +
+ + +

- - - - - - - - - - - + + + + + + + + +
+ + + + + + + + + + + + +

diff --git a/plugins/volume_mount/volume_umount.cs b/plugins/volume_mount/volume_umount.cs index dd11792..4c41a04 100644 --- a/plugins/volume_mount/volume_umount.cs +++ b/plugins/volume_mount/volume_umount.cs @@ -1,12 +1,18 @@ -<>> + +
+ + + -

+

+ -

+ +

- +
diff --git a/plugins/volume_rename/volume_rename.cs b/plugins/volume_rename/volume_rename.cs index fb1d6c7..c0f9600 100644 --- a/plugins/volume_rename/volume_rename.cs +++ b/plugins/volume_rename/volume_rename.cs @@ -10,11 +10,21 @@ -

- - - -

+ + + + + + +
+ + + + + + + +