Your IP : 3.147.28.158


Current Path : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/modules/tasks/admin/
Upload File :
Current File : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/modules/tasks/admin/task_description.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
	die();

use Bitrix\Main\Localization\Loc;

Loc::loadMessages(__FILE__);

// map action tasks into their lang names

return array(
	"TASKS_TASK_TEMPLATE_READ" => array(
		"title" => Loc::getMessage("TASK_NAME_TASK_TEMPLATE_READ"),
		"description" => Loc::getMessage("TASK_NAME_TASK_TEMPLATE_READ")
	),
	"TASKS_TASK_TEMPLATE_FULL" => array(
		"title" => Loc::getMessage("TASK_NAME_TASK_TEMPLATE_FULL"),
		"description" => Loc::getMessage("TASK_NAME_TASK_TEMPLATE_FULL")
	),
);