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/ |
Upload File : |
<?php $MESS["BIZPROC_VALIDATOR_ARRAY_KEY"] = "Array '#name#' specifies incorrect key '#val#'."; $MESS["BIZPROC_VALIDATOR_ARRAY_VAL"] = "Array '#name#' contains incorrect value '#val#'."; $MESS["BIZPROC_VALIDATOR_ENUM"] = "Field '#name#' must be one of the values '#enum#'."; $MESS["BIZPROC_VALIDATOR_IS_ARRAY"] = "Field '#name#' must be an array."; $MESS["BIZPROC_VALIDATOR_IS_NUM"] = "Field '#name#' must be a number."; $MESS["BIZPROC_VALIDATOR_IS_STRING"] = "Field '#name#' must be a string."; $MESS["BIZPROC_VALIDATOR_NUM_MAX"] = "Field '#name#' must not be greater than #max#."; $MESS["BIZPROC_VALIDATOR_NUM_MIN"] = "Field '#name#' must not be less than #min#."; $MESS["BIZPROC_VALIDATOR_REGEXP"] = "Field '#name#' does not match regular expression '#pattern#'."; $MESS["BIZPROC_VALIDATOR_REQUIRE"] = "Field '#name#' is required."; $MESS["BIZPROC_VALIDATOR_STRING_MAX"] = "Field '#name#' must not contain more than #max# characters."; $MESS["BIZPROC_VALIDATOR_STRING_MIN"] = "Field '#name#' must contain at least #min# characters.";