mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-21 00:41:29 +01:00
Add language key
This commit is contained in:
@@ -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.
|
* 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.
|
* Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function.
|
||||||
*
|
*
|
||||||
* @param string|null $mesg Message string
|
* @param string|null $mesg Message string
|
||||||
* @param string[]|null $mesgs Message array
|
* @param string[]|null $mesgs Message array
|
||||||
* @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors')
|
* @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 $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
|
* @param int $noduplicate 1 means we do not add the message if already present in session stack
|
||||||
* @return void
|
* @return void
|
||||||
* @see dol_htmloutput_events()
|
* @see dol_htmloutput_events()
|
||||||
|
|||||||
@@ -2487,3 +2487,4 @@ ZapierSetupPage=There is no need for a setup on Dolibarr side to use Zapier. How
|
|||||||
TestWebhookTarget=Test triggerable event
|
TestWebhookTarget=Test triggerable event
|
||||||
DataToSendTrigger=Data sent to Url
|
DataToSendTrigger=Data sent to Url
|
||||||
SendToUrl=Send 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user