Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
82229a3e1e
commit
d25794905f
112 changed files with 4620 additions and 0 deletions
21
plugins/55/wrap/lang/ja/lang.php
Normal file
21
plugins/55/wrap/lang/ja/lang.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
|
||||
*/
|
||||
$lang['picker'] = 'Wrap プラグイン';
|
||||
$lang['column'] = '多段組み';
|
||||
$lang['box'] = '中央配置枠';
|
||||
$lang['info'] = '情報枠';
|
||||
$lang['tip'] = 'ヒント枠';
|
||||
$lang['important'] = '重要枠';
|
||||
$lang['alert'] = '警告枠';
|
||||
$lang['help'] = 'ヘルプ枠';
|
||||
$lang['download'] = 'ダウンロード枠';
|
||||
$lang['todo'] = 'TODO枠';
|
||||
$lang['clear'] = '回り込み解除';
|
||||
$lang['em'] = '特に強調';
|
||||
$lang['hi'] = 'ハイライト表示';
|
||||
$lang['lo'] = '非強調(薄色表示)';
|
18
plugins/55/wrap/lang/ja/settings.php
Normal file
18
plugins/55/wrap/lang/ja/settings.php
Normal file
|
@ -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'] = 'エミュレートされた見出しを使う(非推奨)';
|
Loading…
Add table
Add a link
Reference in a new issue