1<?php
2/**
3 * English language file for the Numbered Headings Plugin
4 *
5 * @author     <dokuwiki@meistermetz.de>
6 * @author     Satoshi Sahara <sahara.satoshi@gmail.com>
7 */
8
9// for the configuration manager
10$lang['tier1']  = 'heading level corresponding to the 1st tier';
11$lang['tier1_o_0'] = 'auto-detect';
12$lang['format'] = 'numbering (vsprintf) format of each tier (JSON array)';
13$lang['fancy']  = 'enclose tiered numbers in span tag to enable css rules';
14