From 6739d5fd8d0d91d767f57ab29b6826c6ec9b513d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 Jul 2012 16:51:16 +0200 Subject: [PATCH] Fix: Add missing error message --- htdocs/langs/en_US/errors.lang | 3 ++- htdocs/langs/fr_FR/errors.lang | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang index f201e2696de..c8afa127767 100644 --- a/htdocs/langs/en_US/errors.lang +++ b/htdocs/langs/en_US/errors.lang @@ -108,7 +108,8 @@ ErrUnzipFails=Failed to unzip %s with ZipArchive ErrNoZipEngine=No engine to unzip %s file in this PHP ErrorFileMustBeADolibarrPackage=The file %s must be a Dolibarr zip package ErrorFileRequired=It takes a package Dolibarr file -ErrorPhpCurlNotInstalled=The PHP CURL is not installed, this is essential to talk with Paypal. +ErrorPhpCurlNotInstalled=The PHP CURL is not installed, this is essential to talk with Paypal +ErrorFailedToAddToMailmanList=Failed to add record to Mailman list or Spip base # Warnings WarningMandatorySetupNotComplete=Mandatory setup parameters are not yet defined diff --git a/htdocs/langs/fr_FR/errors.lang b/htdocs/langs/fr_FR/errors.lang index 35eeeeacfde..689374bd843 100644 --- a/htdocs/langs/fr_FR/errors.lang +++ b/htdocs/langs/fr_FR/errors.lang @@ -110,6 +110,7 @@ ErrNoZipEngine=Pas de moteur pour décompresser le fichier %s dans ce PHP ErrorFileMustBeADolibarrPackage=Le fichier doit être un package Dolibarr ErrorFileRequired=Il faut un fichier de package Dolibarr ErrorPhpCurlNotInstalled=L'extension PHP CURL n'est pas installée, ceci est indispensable pour dialoguer avec Paypal. +ErrorFailedToAddToMailmanList=Echec de l'ajout à une liste Mailman ou base Spip # Warnings WarningMandatorySetupNotComplete=Les informations de configuration obligatoire doivent être renseignées