1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Jiang Le <smartynaoki@gmail.com>
7 */
8
9
10$lang['frontmatter'] = "Enable front matter ? (Front matter is a text block at the top of a page with .md suffix. Starts and ends with ---. Content of front matter will not be embedded in markdown block but remain accessible by other plugins. Userful when you want to use this plugin together with the tag plugin.)";
11$lang['markdowneditor'] = "Markdown editor (for pages with .md suffix)";
12$lang['markdowneditor_o_none'] = 'none';
13$lang['markdowneditor_o_meltdown'] = 'Meltdown';
14