issue 70 admin langauge apply

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-07 09:35:47 +00:00
parent d00f84fe03
commit 56a2ae027c
16 changed files with 75 additions and 103 deletions

View file

@ -6,25 +6,25 @@
<permission action="procTrashAdminRestore" target="manager" />
</permissions>
<actions>
<action name="dispTrashAdminList" type="view" standalone="true" admin_index="true" menu_name="document" menu_index="true" />
<action name="dispTrashAdminList" type="view" standalone="true" admin_index="true" menu_name="trash" menu_index="true" />
<action name="procTrashAdminEmptyTrash" type="controller" standalone="true" ruleset="emptyTrash" />
<action name="procTrashAdminRestore" type="controller" standalone="true" />
<action name="procTrashAdminGetList" type="controller" standalone="true" />
</actions>
<menus>
<menu name="document">
<title xml:lang="en">Document</title>
<title xml:lang="ko">문서</title>
<title xml:lang="zh-CN">Document</title>
<title xml:lang="jp">Document</title>
<title xml:lang="es">Document</title>
<title xml:lang="ru">Document</title>
<title xml:lang="fr">Document</title>
<title xml:lang="zh-TW">Document</title>
<title xml:lang="vi">Document</title>
<title xml:lang="mn">Document</title>
<title xml:lang="tr">Document</title>
<menu name="trash">
<title xml:lang="en">Trash</title>
<title xml:lang="ko">휴지통</title>
<title xml:lang="zh-CN">Trash</title>
<title xml:lang="jp">Trash</title>
<title xml:lang="es">Trash</title>
<title xml:lang="ru">Trash</title>
<title xml:lang="fr">Trash</title>
<title xml:lang="zh-TW">Trash</title>
<title xml:lang="vi">Trash</title>
<title xml:lang="mn">Trash</title>
<title xml:lang="tr">Trash</title>
</menu>
</menus>
</module>