Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/bizproc/lang/en/lib/controller/ |
Upload File : |
<?php $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_DELETE_QUEUE"] = "Insufficient permission to remove smart script from schedule"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_DELETE_RUNNING_SCRIPT"] = "Cannot delete the script because there are workflows currently being run by this script"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_DELETE_SCRIPT"] = "Insufficient permission to delete smart script"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_START"] = "Insufficient permission to run smart script"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_START_INACTIVE"] = "Cannot run the smart script because it is deactivated"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_TERMINATE"] = "Insufficient permission to stop smart script"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_TERMINATE_FINISHED"] = "Cannot stop the smart script because it has already finished"; $MESS["BIZPROC_CONTROLLER_SCRIPT_CANT_UPDATE_SCRIPT"] = "Insufficient permission to edit smart script"; $MESS["BIZPROC_CONTROLLER_SCRIPT_ERROR_DOCUMENT_ID_LIMIT"] = "Exceeded maximum allowed items to run a smart script on (selected: #SELECTED#, max: #LIMIT#)"; $MESS["BIZPROC_CONTROLLER_SCRIPT_ERROR_QUEUES_LIMIT"] = "Exceeded maximum smart script instances (running: #CNT#, max: #LIMIT#)"; $MESS["BIZPROC_CONTROLLER_SCRIPT_NOT_EXISTS"] = "The smart script you requested was not found"; $MESS["BIZPROC_CONTROLLER_SCRIPT_NO_TEMPLATE"] = "The smart script may be damaged (Unable to read template data)";