diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/wrap/lang/ja/settings.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-f7f5a6ebb1539131e7eba527b357ec560011fcb7.tar.xz dokuwiki-plugins-extra-f7f5a6ebb1539131e7eba527b357ec560011fcb7.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/wrap/lang/ja/settings.php')
-rw-r--r-- | plugins/55/wrap/lang/ja/settings.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/ja/settings.php b/plugins/55/wrap/lang/ja/settings.php new file mode 100644 index 0000000..173440a --- /dev/null +++ b/plugins/55/wrap/lang/ja/settings.php @@ -0,0 +1,18 @@ +<?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'] = 'エミュレートされた見出しを使う(非推奨)'; |