From ce0e521a98e1a2856cbb6d9c25b856da9ca7a786 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 May 2024 18:22:04 +0200 Subject: [PATCH] Add language key --- htdocs/core/lib/functions.lib.php | 8 ++++---- htdocs/langs/en_US/admin.lang | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index b53260cb66c..d8137494461 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -9627,10 +9627,10 @@ function setEventMessage($mesgs, $style = 'mesgs', $noduplicate = 0) * Set event messages in dol_events session object. Will be output by calling dol_htmloutput_events. * Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function. * - * @param string|null $mesg Message string - * @param string[]|null $mesgs Message array - * @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors') - * @param string $messagekey A key to be used to allow the feature "Never show this message again" + * @param string|null $mesg Message string + * @param string[]|null $mesgs Message array + * @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors') + * @param string $messagekey A key to be used to allow the feature "Never show this message during this session again" * @param int $noduplicate 1 means we do not add the message if already present in session stack * @return void * @see dol_htmloutput_events() diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 0a110612f4c..027d1f43986 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -2487,3 +2487,4 @@ ZapierSetupPage=There is no need for a setup on Dolibarr side to use Zapier. How TestWebhookTarget=Test triggerable event DataToSendTrigger=Data sent to Url SendToUrl=Send to Url +WebsiteTemplateWasCopied=The website template(s) "%s" provided by this module has been saved into the directory of website templates (/doctemplates/websites) and is ready to be imported as a new web site.