You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
1.1 KiB

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author HokkaidoPerson <dosankomali@yahoo.co.jp>
  6. * @author Satoshi Sahara <sahara.satoshi@gmail.com>
  7. * @author Hideaki SAWADA <chuno@live.jp>
  8. */
  9. $lang['noPrefix'] = 'プレフィックス"wrap_" なしのCSSセレクタを例外的に適用するクラス名(カンマ区切り)';
  10. $lang['restrictedClasses'] = '有効性をチェックするクラス名(カンマ区切り)';
  11. $lang['restrictionType'] = '指定したクラスの扱い方';
  12. $lang['restrictionType_o_0'] = '指定クラスを無効とし、他は有効とする';
  13. $lang['restrictionType_o_1'] = '指定クラスのみを有効とする';
  14. $lang['syntaxDiv'] = 'ツールバー使用時:ブロック型構文に使用するタグ名';
  15. $lang['syntaxSpan'] = 'ツールバー使用時:インライン型構文に使用するタグ名';
  16. $lang['darkTpl'] = '色の濃いテンプレート用に最適化しますか?';
  17. $lang['emulatedHeadlines'] = 'エミュレートされた見出しを使う(非推奨)';