Your IP : 172.71.254.229


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lang/en/classes/general/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lang/en/classes/general/usertype.php

<?
$MESS["USER_TYPE_ENTITY_ID_MISSING"] = "The entity is not defined.";
$MESS["USER_TYPE_ENTITY_ID_TOO_LONG1"] = "The entity identifier is too long (exceeds 50 symbols).";
$MESS["USER_TYPE_ENTITY_ID_INVALID"] = "The entity identifier contains invalid symbols. Valid symbols are: A-Z, 0-9 and _.";
$MESS["USER_TYPE_FIELD_NAME_MISSING"] = "The field name is not defined.";
$MESS["USER_TYPE_FIELD_NAME_NOT_UF"] = "The field name prefix is not UF_";
$MESS["USER_TYPE_FIELD_NAME_TOO_SHORT"] = "The field name is too short (less than 4 symbols).";
$MESS["USER_TYPE_FIELD_NAME_TOO_LONG1"] = "The field name is too long (exceeds 50 symbols).";
$MESS["USER_TYPE_FIELD_NAME_INVALID"] = "The field name contains invalid symbols. Valid symbols are: A-Z, 0-9 and _.";
$MESS["USER_TYPE_USER_TYPE_ID_MISSING"] = "The custom type is missing.";
$MESS["USER_TYPE_USER_TYPE_ID_INVALID"] = "The custom type is invalid.";
$MESS["USER_TYPE_ADD_ALREADY_ERROR"] = "The field #FIELD_NAME# for entity #ENTITY_ID# already exists.";
$MESS["USER_TYPE_TABLE_CREATION_ERROR"] = "An error occurred while creating the entity property table for #ENTITY_ID#.";
$MESS["USER_TYPE_ADD_ERROR"] = "An error occurred while trying to add #FIELD_NAME# to entity #ENTITY_ID#.";
$MESS["USER_TYPE_UPDATE_ERROR"] = "Error editing #FIELD_NAME# for #ENTITY_ID# object.";
$MESS["USER_TYPE_DELETE_ERROR"] = "Error deleting #FIELD_NAME# for #ENTITY_ID# object.";
?>