<?php
/**
 * english language file for editsections plugin
 *
 * @author Christophe Drevet <dr4ke@dr4ke.net>
 */

$lang['plugin_settings_name'] = 'Edit Section Reorganizer Plugin';

$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.';

$lang['cache_o_enabled'] = 'Enabled';
$lang['cache_o_disabled'] = 'Disabled';

$lang['order_type'] = 'Editing type. Warning : the hierarchical type will disable cache (see issues #2 and #3)';

$lang['order_type_o_flat'] = 'Flat';
$lang['order_type_o_nested'] = 'Hierarchical (nested)';

//Setup VIM: ex: et ts=4 enc=utf-8 :
