From 3b5a0923c8d38efb64aafc9f1c2e969448e6dd68 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Dec 2008 12:15:22 +0000 Subject: [PATCH] Add warning on using pdf encryption --- htdocs/langs/en_US/admin.lang | 4 ++-- htdocs/langs/fr_FR/admin.lang | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 18828a663ad..e80f1551a04 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -160,8 +160,8 @@ Passwords=Passwords DoNotStoreClearPassword=Do no store passwords in clear in the database MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php ConfigFileIsInReadOnly=The file conf.php is read-only, check the permissions. -ProtectAndEncryptPdfFiles=Protection and encryption of the pdf generated -ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. +ProtectAndEncryptPdfFiles=Protection of generated pdf files (not recommandd, breaks mass pdf generation) +ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature make building of a global cumulated pdf not working (like unpayed invoices). Feature=Feature DolibarrLicense=License DolibarrProjectLeader=Project leader diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 40e65275c1c..b5b26ec54f8 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -160,8 +160,8 @@ Passwords=Mots de passe DoNotStoreClearPassword=Ne pas stocker de mot de passe en clair dans la base MainDbPasswordFileConfEncrypted=Encrypter le mot de passe de la base dans le fichier conf.php ConfigFileIsInReadOnly=Le fichier conf.php est lecture seule, vérifiez les droits d'écriture. -ProtectAndEncryptPdfFiles=Protection et encryption des pdf générés -ProtectAndEncryptPdfFilesDesc=La protection d'un document pdf laisse le document libre à la lecture et à l'impression avec tout logiciel de lecture PDF. Par contre, la modification et la copie deviennent impossible. +ProtectAndEncryptPdfFiles=Protection des pdf générés (non recommandé, rend inopérent la génération de PDF de masse) +ProtectAndEncryptPdfFilesDesc=La protection d'un document pdf laisse le document libre à la lecture et à l'impression avec tout logiciel de lecture PDF. Par contre, la modification et la copie deviennent impossible. Notez de plus que l'utilisation de cette option empeche la génération de pdf cumulés (comme pour le pdf global des impayés). DolibarrLicense=Licence DolibarrProjectLeader=Chef de projet Developpers=Développeurs/contributeurs