mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5090 201d5d3c-b55e-5fd7-737f-ddc643e51545
108 lines
6.7 KiB
XML
108 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants>
|
|
<grant name="access" default="guest">
|
|
<title xml:lang="ko">프로젝트 접근</title>
|
|
<title xml:lang="zh-CN">访问项目</title>
|
|
<title xml:lang="zh-TW">專案</title>
|
|
<title xml:lang="jp">プロジェクトへアクセス</title>
|
|
</grant>
|
|
<grant name="ticket_view" default="guest">
|
|
<title xml:lang="ko">티켓 열람</title>
|
|
<title xml:lang="zh-CN">查看计划</title>
|
|
<title xml:lang="zh-TW">檢視專案</title>
|
|
<title xml:lang="jp">チケット閲覧</title>
|
|
</grant>
|
|
<grant name="ticket_write" default="guest">
|
|
<title xml:lang="ko">티켓 생성</title>
|
|
<title xml:lang="zh-CN">生成计划</title>
|
|
<title xml:lang="zh-TW">建立專案</title>
|
|
<title xml:lang="jp">チケット発行</title>
|
|
</grant>
|
|
<grant name="timeline" default="guest">
|
|
<title xml:lang="ko">타임라인</title>
|
|
<title xml:lang="zh-CN">Timeline</title>
|
|
<title xml:lang="zh-TW">Timeline</title>
|
|
<title xml:lang="jp">Timeline</title>
|
|
</grant>
|
|
<grant name="browser_source" default="guest">
|
|
<title xml:lang="ko">소스 열람</title>
|
|
<title xml:lang="zh-CN">查看代码</title>
|
|
<title xml:lang="zh-TW">檢視原始碼</title>
|
|
<title xml:lang="jp">ソース閲覧</title>
|
|
</grant>
|
|
<grant name="commiter" default="member">
|
|
<title xml:lang="ko">개발자</title>
|
|
<title xml:lang="zh-CN">开发者</title>
|
|
<title xml:lang="zh-TW">開發</title>
|
|
<title xml:lang="jp">開発者</title>
|
|
</grant>
|
|
<grant name="download" default="guest">
|
|
<title xml:lang="ko">다운로드</title>
|
|
<title xml:lang="zh-CN">下载</title>
|
|
<title xml:lang="zh-TW">下載</title>
|
|
<title xml:lang="jp">ダウンロード</title>
|
|
</grant>
|
|
<grant name="manager" default="root">
|
|
<title xml:lang="ko">프로젝트 관리</title>
|
|
<title xml:lang="zh-CN">项目管理</title>
|
|
<title xml:lang="zh-TW">專案管理</title>
|
|
<title xml:lang="jp">プロジェクト管理</title>
|
|
</grant>
|
|
</grants>
|
|
<actions>
|
|
<action name="dispIssuetrackerViewMilestone" type="view" standalone="true" index="true" />
|
|
<action name="dispIssuetrackerViewIssue" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerViewSource" type="view" standalone="true"/>
|
|
<action name="dispIssuetrackerNewIssue" type="view" standalone="true"/>
|
|
<action name="dispIssuetrackerDeleteIssue" type="view" standalone="true"/>
|
|
<action name="dispIssuetrackerDeleteTrackback" type="view" standalone="true"/>
|
|
<action name="dispIssuetrackerMilestone" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerDownload" type="view" standalone="true" />
|
|
<actino name="dispIssuetrackerTimeline" type="view" standalone="true" />
|
|
|
|
<action name="procIssuetrackerInsertIssue" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerDeleteIssue" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerDeleteTrackback" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerVerificationPassword" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerInsertHistory" type="controller" standalone="true" />
|
|
|
|
<action name="dispIssuetrackerAdminContent" type="view" standalone="true" admin_index="true" />
|
|
<action name="dispIssuetrackerAdminProjectSetting" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminReleaseSetting" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminAdditionSetup" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminGrantInfo" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminSkinInfo" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminProjectInfo" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminInsertProject" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminDeleteIssuetracker" type="view" standalone="true" />
|
|
|
|
<action name="dispIssuetrackerAdminModifyMilestone" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminModifyPriority" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminModifyType" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminModifyComponent" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminModifyPackage" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminModifyRelease" type="view" standalone="true" />
|
|
<action name="dispIssuetrackerAdminAttachRelease" type="view" standalone="true" />
|
|
|
|
<action name="procIssuetrackerAdminInsertProject" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertMilestone" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertPriority" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertComponent" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertType" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertPackage" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertRelease" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteIssuetracker" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteMilestone" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeletePriority" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteType" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteComponent" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeletePackage" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteRelease" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminDeleteFile" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminAttachRelease" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminInsertGrant" type="controller" standalone="true" />
|
|
<action name="procIssuetrackerAdminUpdateSkinInfo" type="controller" standalone="true" />
|
|
|
|
</actions>
|
|
</module>
|