1<?php
2/**
3 * English language file for editsections2 plugin
4 *
5 * @author Ben Coburn <btcoburn@silicodon.net>
6 * @author Kazutaka Miyasaka <kazmiya@gmail.com>
7 */
8
9$lang['order_type']     = 'Organization type';
10$lang['order_type_o_0'] = 'Flat';
11$lang['order_type_o_1'] = 'Hierarchical (nested)';
12
13$lang['highlight_target'] = 'Target of the mouse over highlights on edit buttons';
14$lang['highlight_target_o_default'] = 'DokuWiki default';
15$lang['highlight_target_o_exclude_headings'] = 'Exclude headings';
16