Line # Revision Author
1 196 ahitrov <%init>
2
3 return (
4 {
5 'attr' => 'structure',
6 'rusname' => 'Редактирование параметров сайта',
7 'component' => 'structure.msn',
8 },
9 {
10 'attr' => 'project',
11 'rusname' => 'Редактирование параметров объектов',
12 'component' => 'project.msn',
13 },
14 {
15 'attr' => 'finder',
16 'rusname' => 'Отбор документов',
17 'component' => 'finder.msn',
18 },
19 {
20 'attr' => 'users',
21 'rusname' => 'Список пользователей системы',
22 'component' => 'users.msn',
23 },
24 {
25 'attr' => 'cache',
26 'rusname' => 'Очистить кэш сайта',
27 'component' => 'cache.msn',
28 },
29 );
30
31 </%init>