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/currency/lang/en/general/ |
Upload File : |
<?php $MESS["BT_MOD_CURR_ERR_CURR_CUR_ID_BAD"] = "Invalid currency ID."; $MESS["BT_MOD_CURR_ERR_CURR_CUR_ID_ABSENT"] = "The currency ID is not specified."; $MESS["BT_MOD_CURR_ERR_CURR_AMOUNT_CNT_ABSENT"] = "The currency face value is not specified."; $MESS["BT_MOD_CURR_ERR_CURR_AMOUNT_CNT_BAD"] = "The currency face value is incorrect."; $MESS["BT_MOD_CURR_ERR_CURR_AMOUNT_ABSENT"] = "The default exchange rate is not specified."; $MESS["BT_MOD_CURR_ERR_CURR_AMOUNT_BAD"] = "The default exchange rate is incorrect."; $MESS["BT_MOD_CURR_ERR_CURR_CUR_ID_EXISTS"] = "Currency with this ID already exists."; $MESS["BT_MOD_CURR_ERR_CURR_CUR_ID_LAT"] = "The currency ID must include Latin letters only."; $MESS["BT_MOD_CURR_ERR_CURR_CUR_ID_LAT_EXT"] = "The currency ID must be represented by three Latin characters."; $MESS["BT_MOD_CURR_ERR_CURR_NUMCODE_IS_BAD"] = "Currency numeric code needs to include three digits."; $MESS["BT_MOD_CURR_ERR_CURR_LANG_BAD"] = "Incorrect language parameters specified for the currency."; $MESS["BX_CURRENCY_ERR_CURR_BASE_AMOUNT_CNT_BAD"] = "Incorrect face value specified for the base currency "; $MESS["BX_CURRENCY_ERR_CURR_BASE_AMOUNT_BAD"] = "Incorrect default exchange rate specified for the base currency ";