mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9029 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions />
|
|
<actions>
|
|
<action name="dispAddonAdminIndex" type="view" standalone="true" admin_index="true" menu_name="installedAddon" menu_index="true" />
|
|
<action name="dispAddonAdminInfo" type="view" standalone="true" />
|
|
<action name="dispAddonAdminSetup" type="view" standalone="true" menu_name="installedAddon" />
|
|
<action name="procAddonAdminToggleActivate" type="controller" standalone="true" />
|
|
<action name="procAddonAdminSetupAddon" type="controller" standalone="true" ruleset="updateAddonSetup" />
|
|
<action name="procAddonSetupAddonAddMid" type="controller" />
|
|
<action name="procAddonSetupAddonDelMid" type="controller" />
|
|
<action name="procAddonAdminSaveActivate" type="controller" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="installedAddon">
|
|
<title xml:lang="en">Installed Addon</title>
|
|
<title xml:lang="ko">설치된 애드온</title>
|
|
<title xml:lang="zh-CN">Installed Addon</title>
|
|
<title xml:lang="jp">Installed Addon</title>
|
|
<title xml:lang="es">Installed Addon</title>
|
|
<title xml:lang="ru">Installed Addon</title>
|
|
<title xml:lang="fr">Installed Addon</title>
|
|
<title xml:lang="zh-TW">Installed Addon</title>
|
|
<title xml:lang="vi">Installed Addon</title>
|
|
<title xml:lang="mn">Installed Addon</title>
|
|
<title xml:lang="tr">Installed Addon</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|