mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
Fix #747 misleading explanation in file module config
This commit is contained in:
parent
54cf5bb056
commit
401d2c0179
8 changed files with 51 additions and 53 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<action name="procFileGetList" type="controller" permission="root" />
|
||||
|
||||
<action name="dispFileAdminList" type="view" admin_index="true" menu_name="file" menu_index="true" />
|
||||
<action name="dispFileAdminConfig" type="view" menu_name="fileUpload" menu_index="true" />
|
||||
<action name="dispFileAdminConfig" type="view" menu_name="file" />
|
||||
|
||||
<action name="procFileAdminAddCart" type="controller" />
|
||||
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
|
|
@ -35,18 +35,5 @@
|
|||
<title xml:lang="mn">File</title>
|
||||
<title xml:lang="tr">File</title>
|
||||
</menu>
|
||||
<menu name="fileUpload">
|
||||
<title xml:lang="en">File Upload</title>
|
||||
<title xml:lang="ko">파일 업로드</title>
|
||||
<title xml:lang="zh-CN">File Upload</title>
|
||||
<title xml:lang="jp">ファイル添付</title>
|
||||
<title xml:lang="es">File Upload</title>
|
||||
<title xml:lang="ru">File Upload</title>
|
||||
<title xml:lang="fr">File Upload</title>
|
||||
<title xml:lang="zh-TW">檔案上傳</title>
|
||||
<title xml:lang="vi">File Upload</title>
|
||||
<title xml:lang="mn">File Upload</title>
|
||||
<title xml:lang="tr">File Upload</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue