1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Hideaki SAWADA <chuno@live.jp>
7 */
8$lang['snippetLength']         = '抜粋毎に表示する文の数。導入部全てを表示するには空のままか \'0\' ';
9$lang['useHtml']               = '抜粋を HTML 書式設定で表示する?(そうでない場合、書式設定なしのテキストを表示する)';
10