Bugfix of long strings
[squirrelmail.git] / plugins / squirrelspell / modules / enc_setup.mod.php
index 411b544ab084dd7b4d32004be9c07b83b71c6b32..e3881fac9dadfb4f689c41666ba954fe9b33fcc0 100644 (file)
     if ($SQSPELL_CRYPTO){
         // Current format is encrypted.
         $msg = 
-        _("<p>Your personal dictionary is <strong>currently encrypted</strong>. This " 
-          "helps protect your privacy in case the web-mail system gets compromized and your " 
-          "personal dictionary ends up stolen. It is currently encrypted with the password " 
-          "you use to access your mailbox, making it hard for anyone to see what is stored " 
-          "in your personal dictionary.</p> " 
-          "<p><strong>ATTENTION:</strong> 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.</p>") .
+        _("<p>Your personal dictionary is <strong>currently encrypted</strong>. This helps protect your privacy in case the web-mail system gets compromized and your personal dictionary ends up stolen. It is currently encrypted with the password you use to access your mailbox, making it hard for anyone to see what is stored in your personal dictionary.</p> <p><strong>ATTENTION:</strong> 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.</p>") .
             '<form method="post" onsubmit="return checkMe()">'.
             '<input type="hidden" name="MOD" value="crypto">'.
             '<p align="center"><input type="checkbox" name="action" value="decrypt"> '.
     } else {
         // current format is clear text.
         $msg = 
-        _("<p>Your personal dictionary is <strong>currently not encrypted</strong>. "
-          "You may wish to encrypt your personal dictionary to protect your privacy in case "
-          "the webmail system gets compromized and your personal dictionary file gets stolen. "
-          "When encrypted, the file's contents look garbled and are hard to decrypt without "
-          "knowing the correct key (which is your mailbox password).</p> "
-          "<strong>ATTENTION:</strong> If you decide to encrypt your personal dictionary, "
-          "you must remember that it gets &quot;hashed&quot; 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.</p>").
+        _("<p>Your personal dictionary is <strong>currently not encrypted</strong>. You may wish to encrypt your personal dictionary to protect your privacy in case the webmail system gets compromized and your personal dictionary file gets stolen. When encrypted, the file's contents look garbled and are hard to decrypt without knowing the correct key (which is your mailbox password).</p> <strong>ATTENTION:</strong> If you decide to encrypt your personal dictionary, you must remember that it gets &quot;hashed&quot; 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.</p>").
             '<form method="post" onsubmit="return checkMe()">'.
             '<input type="hidden" name="MOD" value="crypto">'.
             '<p align="center"><input type="checkbox" name="action" value="encrypt"> '.