summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/wrap/lang/ja/settings.php
blob: ec880ac44333f57d46fcfbeef497c9891338b299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Satoshi Sahara <sahara.satoshi@gmail.com>
 * @author Hideaki SAWADA <chuno@live.jp>
 */
$lang['noPrefix']              = 'プレフィックス"wrap_" なしのCSSセレクタを例外的に適用するクラス名(カンマ区切り)';
$lang['restrictedClasses']     = '有効性をチェックするクラス名(カンマ区切り)';
$lang['restrictionType']       = '指定したクラスの扱い方';
$lang['restrictionType_o_0']   = '指定クラスを無効とし、他は有効とする';
$lang['restrictionType_o_1']   = '指定クラスのみを有効とする';
$lang['syntaxDiv']             = 'ツールバー使用時:ブロック型構文に使用するタグ名';
$lang['syntaxSpan']            = 'ツールバー使用時:インライン型構文に使用するタグ名';
$lang['darkTpl']               = '色の濃いテンプレート用に最適化しますか?';