1<?php
2/**
3 * english language file for editsections plugin
4 *
5 * @author Christophe Drevet <dr4ke@dr4ke.net>
6 */
7
8$lang['plugin_settings_name'] = 'Edit Section Reorganizer Plugin';
9
10$lang['cache'] = 'Dokuwiki cache. Enabled: cache will be used but nested editing won\'t work and section names won\'t be displayed. Disabled: full features but no cache for writers. It can be painful on a open wiki with many users. You\'ve been warned.';
11
12$lang['cache_o_enabled'] = 'Enabled';
13$lang['cache_o_disabled'] = 'Disabled';
14
15$lang['order_type'] = 'Editing type. Warning : the hierarchical type will disable cache (see issues #2 and #3)';
16
17$lang['order_type_o_flat'] = 'Flat';
18$lang['order_type_o_nested'] = 'Hierarchical (nested)';
19
20//Setup VIM: ex: et ts=4 enc=utf-8 :
21