From bf29c216f57bb25542c41d7e901782fc40f02ff6 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 23 Jul 2005 12:59:29 +0000 Subject: [PATCH] style for error and success messages added success messages added --- .../usr/share/cryptobox/lang/de.hdf | 32 +++++++++++++++++-- .../usr/share/cryptobox/templates/macros.cs | 16 ++++++++-- .../usr/share/cryptobox/templates/main.cs | 1 + cryptobox.conf.d/var/www/cgi-bin/cryptobox.pl | 20 ++++++++---- cryptobox.conf.d/var/www/cryptobox.css | 21 +++++++++--- 5 files changed, 75 insertions(+), 15 deletions(-) diff --git a/cryptobox.conf.d/usr/share/cryptobox/lang/de.hdf b/cryptobox.conf.d/usr/share/cryptobox/lang/de.hdf index b3773d8..322bd12 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/lang/de.hdf +++ b/cryptobox.conf.d/usr/share/cryptobox/lang/de.hdf @@ -36,7 +36,7 @@ Lang { } - Warning { + WarningMessage { InitNotConfirmed { Title = Bestätigung schlug fehl Text = Der Bestätigungssatz muss exakt eingegeben werden! @@ -89,7 +89,30 @@ Lang { } - Error { + SuccessMessage { + InitRunning { + Title = Initialisierung läuft + Text = Die Initialisierung der CryptoBox wird im Hintergrund abgeschlossen. + } + + ConfigSaved { + Title = Konfiguration gespeichert + Text = Falls du die Netzwerkadresse der CryptoBox geändert hast, wird diese erst beim nächsten Neustart gesetzt. + } + + MountDone { + Title = Crypto-Daten aktiviert + Text = Das verschlüsselte Dateisystem ist nun verfügbar. + } + + UmountDone { + Title = Crypto-Daten deaktiviert + Text = Das verschlüsselte Dateisystem ist nun vor jedem Zugriff geschützt. + } + } + + + ErrorMessage { UnknownAction { Title = Unbekannte Aktion @@ -101,6 +124,11 @@ Lang { Text = Die CryptoBox akzeptiert nur verschlüsselte Verbindungen (https). So bleibt dein Passwort vor neugierigen Augen geschützt. } + InitFailed { + Title = Initialisierung fehlgeschlagen + Text = Sende bitte den Inhalt des Protokolls (siehe oben) an die Entwickler der CryptoBox. + } + } } diff --git a/cryptobox.conf.d/usr/share/cryptobox/templates/macros.cs b/cryptobox.conf.d/usr/share/cryptobox/templates/macros.cs index 5b45034..8c46e3b 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/templates/macros.cs +++ b/cryptobox.conf.d/usr/share/cryptobox/templates/macros.cs @@ -1,5 +1,5 @@

@@ -11,7 +11,7 @@

@@ -22,6 +22,18 @@ /def ?> +
+

+

+ + +