<?php
/**
 * English language file for the Numbered Headings Plugin
 *
 * @author     <dokuwiki@meistermetz.de>
 * @author     Satoshi Sahara <sahara.satoshi@gmail.com>
 */

// for the configuration manager
$lang['tier1']  = 'heading level corresponding to the 1st tier';
$lang['tier1_o_0'] = 'auto-detect';
$lang['format'] = 'numbering (vsprintf) format of each tier (JSON array)';
$lang['fancy']  = 'enclose tiered numbers in span tag to enable css rules';
