Your IP : 18.222.127.152


Current Path : /home/bitrix/ext_www/www.piano.royal-thermo.com.ua/bitrix/modules/translate/admin/
Upload File :
Current File : /home/bitrix/ext_www/www.piano.royal-thermo.com.ua/bitrix/modules/translate/admin/menu.php

<?
IncludeModuleLangFile(__FILE__);
if($APPLICATION->GetGroupRight("translate")!="D")
{
	$aMenu = array(
		"parent_menu" => "global_menu_settings",
		"section" => "translate",
		"sort" => 500,
		"text" => GetMessage("TRANS_TRANSLATE"),
		"title" => GetMessage("TRANS_TRANSLATE"),
		"icon" => "translate_menu_icon",
		"page_icon" => "translate_page_icon",
		"items_id" => "menu_translate",
		"items" => array()
	);

	$aMenu['items'][] = array(
		"text" => GetMessage("TRANS_BROWS_FILES"),
		"url" => "translate_list.php?lang=".LANG,
		"more_url" => Array("translate_edit.php", "translate_list.php",
							"translate_edit_php.php", "translate_show_php.php",
							"translate_check_files.php"),
		"title" => GetMessage("TRANS_BROWS_FILES")
	);

	$aMenu['items'][] = array(
		"text" => GetMessage("TRANS_COLLECTOR"),
		"url" => "translate_collector.php?lang=".LANG,
		"more_url" => Array("translate_collector.php"),
		"title" => GetMessage("TRANS_COLLECTOR")
	);

	return $aMenu;
}
return false;