1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/wrap/lang/ja/settings.php
Daniel Baumann d25794905f
Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:32:12 +01:00

18 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
* @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'] = '色の濃いテンプレート用に最適化しますか?';
$lang['emulatedHeadlines'] = 'エミュレートされた見出しを使う(非推奨)';