dokuwiki-indexmenu-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?php
2  
3 /**
4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Takumo <9206984@mail.ru>
7 */
8 $lang['checkupdate'] = 'Проверять обновления.';
9 $lang['only_admins'] = 'Разрешить использование синтаксиса indexmenu только администраторам.<br>Заметка: при редактировании страницы НЕ администратором, страница потеряет indexmenu.';
10 $lang['aclcache'] = 'Optimize the indexmenu cache for acl (works only for root requested namespaces).<br>The choice of the method affects only the visualization of nodes on the indexmenu tree, not the page authorizations.<ul><li>None: Standard. It is the faster method and it does not create further cache files, but the nodes with denied permission could be showed to no-authorized users or viceversa. Recommended when you don\'t deny pages access by acl or you don\'t care how the tree is displayed.<li>User: Per-User login. Slower method and it creates a lot of cache files, but it always hides correctly denied pages. Recommended when you have page acls that depend on users login.<li>Groups: Per-groups membership. Good compromise between the previous methods, but in case that you deny the read acl to a user which belongs to a group with a read acl auth, then he could anyway displays that nodes in the tree. Recommended when your whole site acls depend on groups membership.</ul>';
11 $lang['headpage'] = 'Headpage method: the page from which retrive the title and link of a namespace.<br>Can be any of this value:<ul><li>The global start page.<li>A page with the namespace name and that is inside it.<li>A page with the namespace name and that is at its same level.<li>A custom name page.<li>A comma separated list of page names.</ul>';
12 $lang['hide_headpage'] = 'Скрывать заглавные страницы.';
13 $lang['page_index'] = 'Страница, которая заменит основное содержание dokuwiki. Создайте её и используйте синтаксис indexmenu. Используйте <code>id#random</code>, если у вас уже есть сайдбар с включённой опцией <code>navbar</code>. Рекомендуется <code>{{indexmenu>..|js navbar nocookie id#random}}</code>.';
14 $lang['empty_msg'] = 'Сообщение в случае, если дерево пусто. Используйте синтаксис Dokuwiki, не используйте html. Переменная <code>{{ns}}</code> является ярлыком для запрошенного пространства имён.';
15 $lang['skip_index'] = 'Список пространств имён для пропуска. Используйте регулярные выражения. Например: <code>/(sidebars|private:myns)/</code>';
16 $lang['skip_file'] = 'Список страниц для пропуска. Используйте регулярные выражения. Например <code>/(:start$|^public:newstart$)/</code>';
17 $lang['show_sort'] = 'Показывать администраторам порядок сортировки наверху страницы. (При сортировке по мета тэгам)';
18 $lang['themes_url'] = 'Скачивать темы с этого адреса.';
19 $lang['be_repo'] = 'Разрешить остальным скачивать темы с вашего сайта.';
20 $lang['defaultoptions'] = 'Список настроек плагина, разделённый запятыми. Эти настойки будут применяться по умолчанию к каждому indexmenu и могут быть отменены с помощью команды reverse в синтаксисе плагина.';