X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Fenc_setup.mod;h=451dfd41ce4b00ef0e20e5acece214571d9c7656;hp=9b76cf760782a139160761410e2ffe7e35f4f7d2;hb=44d661aa1bdc1a6f35d03ac7e1aee4c93dbc2c93;hpb=2ad4cea967df0d35acf226cce6cd74f6ab765bd6 diff --git a/plugins/squirrelspell/modules/enc_setup.mod b/plugins/squirrelspell/modules/enc_setup.mod index 9b76cf76..451dfd41 100644 --- a/plugins/squirrelspell/modules/enc_setup.mod +++ b/plugins/squirrelspell/modules/enc_setup.mod @@ -4,16 +4,16 @@ * -------------- * Squirrelspell module * - * Copyright (c) 1999-2003 The SquirrelMail development team + * Copyright (c) 1999-2004 The SquirrelMail development team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This module shows the user a nice invitation to encrypt or decypt * his/her personal dictionary and explains the caveats of such a decision. * - * $Id$ - * - * @author Konstantin Riabitsev ($Author$) - * @version $Date$ + * @author Konstantin Riabitsev + * @version $Id$ + * @package plugins + * @subpackage squirrelspell */ global $SQSPELL_CRYPTO; @@ -53,14 +53,14 @@ if ($SQSPELL_CRYPTO){ . _("If you forget your password, your personal dictionary will become unaccessible, since it can no longer be decrypted. If you change your mailbox password, SquirrelSpell will recognize it and prompt you for your old password in order to re-encrypt the dictionary with a new key.") . '

' . '
' - . '' + . '' . '

' + . 'value="decrypt" /> ' . _("Please decrypt my personal dictionary and store it in a clear-text format." ) . '

' . '

' + . ' " />

' . '
'; } else { /** @@ -78,17 +78,17 @@ if ($SQSPELL_CRYPTO){ . _("If you decide to encrypt your personal dictionary, you must remember that it gets "hashed" with your mailbox password. If you forget your mailbox password and the administrator changes it to a new value, your personal dictionary will become useless and will have to be created anew. However, if you or your system administrator change your mailbox password but you still have the old password at hand, you will be able to enter the old key to re-encrypt the dictionary with the new value.") . '

' . '
' - . '' + . '' . '

' + . 'value="encrypt" /> ' . _("Please encrypt my personal dictionary and store it in an encrypted format.") . '

' . '

' + . _("Change crypto settings") . ' " />

' . '
'; } sqspell_makePage(_("Personal Dictionary Crypto Settings"), - "crypto_settings.js", $msg); + "crypto_settings.js", $msg); /** * For Emacs weenies: @@ -98,4 +98,4 @@ sqspell_makePage(_("Personal Dictionary Crypto Settings"), * vim: syntax=php */ -?> +?> \ No newline at end of file