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/Calc/Libs/ |
Upload File : |
<?php $MESS["BIZPROC_CALC_FUNCTION_NUMBER_FORMAT_DESCRIPTION"] = "Formats number using thousands separator"; $MESS["BIZPROC_CALC_FUNCTION_RANDSTRING_DESCRIPTION"] = "Returns a random string"; $MESS["BIZPROC_CALC_FUNCTION_STRLEN_DESCRIPTION"] = "Returns string length"; $MESS["BIZPROC_CALC_FUNCTION_STRPOS_DESCRIPTION"] = "Returns the position of the first occurrence of a specified substring in a string"; $MESS["BIZPROC_CALC_FUNCTION_STRTOLOWER_DESCRIPTION"] = "Makes a string lowercase"; $MESS["BIZPROC_CALC_FUNCTION_STRTOUPPER_DESCRIPTION"] = "Makes a string uppercase"; $MESS["BIZPROC_CALC_FUNCTION_SUBSTR_DESCRIPTION"] = "Get substring (substr)"; $MESS["BIZPROC_CALC_FUNCTION_TRIM_DESCRIPTION"] = "Strips whitespace from the beginning and end of the string."; $MESS["BIZPROC_CALC_FUNCTION_UCFIRST_DESCRIPTION"] = "Makes the first character of a string uppercase"; $MESS["BIZPROC_CALC_FUNCTION_UCWORDS_DESCRIPTION"] = "Makes the first character of each word in a string uppercase"; $MESS["BIZPROC_CALC_FUNCTION_URLENCODE_DESCRIPTION"] = "URL-encodes a specified string";