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/rospirotorg.ru/bitrix/modules/sale/lang/en/lib/internals/ |
Upload File : |
<?php $MESS["DISCOUNT_COUPON_ENTITY_ACTIVE_FIELD"] = "Active"; $MESS["DISCOUNT_COUPON_ENTITY_ACTIVE_FROM_FIELD"] = "Active from"; $MESS["DISCOUNT_COUPON_ENTITY_ACTIVE_TO_FIELD"] = "Active until"; $MESS["DISCOUNT_COUPON_ENTITY_COUPON_FIELD"] = "Coupon"; $MESS["DISCOUNT_COUPON_ENTITY_CREATED_BY_FIELD"] = "Created by"; $MESS["DISCOUNT_COUPON_ENTITY_DATE_APPLY_FIELD"] = "Last used on"; $MESS["DISCOUNT_COUPON_ENTITY_DATE_CREATE_FIELD"] = "Created on"; $MESS["DISCOUNT_COUPON_ENTITY_DESCRIPTION_FIELD"] = "Comment"; $MESS["DISCOUNT_COUPON_ENTITY_DISCOUNT_ID_FIELD"] = "Coupon cart rule"; $MESS["DISCOUNT_COUPON_ENTITY_ID_FIELD"] = "Coupon ID"; $MESS["DISCOUNT_COUPON_ENTITY_MAX_USE_FIELD"] = "Maximum uses"; $MESS["DISCOUNT_COUPON_ENTITY_MODIFIED_BY_FIELD"] = "Modified by"; $MESS["DISCOUNT_COUPON_ENTITY_TIMESTAMP_X_FIELD"] = "Modified on"; $MESS["DISCOUNT_COUPON_ENTITY_TYPE_FIELD"] = "Coupon type"; $MESS["DISCOUNT_COUPON_ENTITY_USER_ID_FIELD"] = "Coupon owner"; $MESS["DISCOUNT_COUPON_ENTITY_USE_COUNT_FIELD"] = "Times used"; $MESS["DISCOUNT_COUPON_PACKET_COUNT_ERR"] = "The number of coupons is not specified."; $MESS["DISCOUNT_COUPON_PACKET_DISCOUNT_ERR"] = "The rule with which the new coupons are to be associated was not found."; $MESS["DISCOUNT_COUPON_PACKET_EMPTY"] = "No parameters for the new coupons specified."; $MESS["DISCOUNT_COUPON_PACKET_GENERATE_COUPON_COUNT_ERR"] = "Created #RESULT# coupons of #COUNT# in #ALL# run(s)."; $MESS["DISCOUNT_COUPON_PACKET_GENERATE_COUPON_ZERO_ERR"] = "Cannot create coupons"; $MESS["DISCOUNT_COUPON_PACKET_NEW_GENERATE_COUPON_ZERO_ERR"] = "Cannot create coupons. It is recommended that you deactivate the rule and try again."; $MESS["DISCOUNT_COUPON_SAVE_ERROR_COUPON_BASKET_ROW_INACTIVE"] = "coupon for one order item has already been used"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_COUPON_INACTIVE"] = "coupon is inactive"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_COUPON_MAX_USE_LIMIT"] = "reusable coupon has exceeded the maximum number of uses"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_COUPON_ONE_ORDER_INACTIVE"] = "single-use coupon has already been used"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_COUPON_WRONG_ACTIVE_PERIOD"] = "the order date is outside of the coupon active period"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_DISCOUNT_INACTIVE"] = "shopping cart rule is inactive"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_DISCOUNT_WRONG_ACTIVE_PERIOD"] = "the order date is outside of the shopping cart rule active period"; $MESS["DISCOUNT_COUPON_SAVE_ERROR_WRONG_USER_COUPON"] = "this coupon is personal but doesn't belong to order owner"; $MESS["DISCOUNT_COUPON_TABLE_TYPE_BASKET_ROW"] = "For single order item"; $MESS["DISCOUNT_COUPON_TABLE_TYPE_MULTI_ORDER"] = "Multiuse"; $MESS["DISCOUNT_COUPON_TABLE_TYPE_ONE_ORDER"] = "Single use"; $MESS["DISCOUNT_COUPON_VALIDATOR_COUPON_EMPTY"] = "Coupon not specified"; $MESS["DISCOUNT_COUPON_VALIDATOR_COUPON_EXIST"] = "This coupon already exists"; $MESS["DISCOUNT_COUPON_VALIDATOR_DISCOUNT_ID"] = "Incorrect shopping cart rule ID (less than or equal to zero)"; $MESS["DISCOUNT_COUPON_VALIDATOR_PERIOD"] = "The active time period is incorrect."; $MESS["DISCOUNT_COUPON_VALIDATOR_TYPE"] = "Invalid coupon type";