[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/styling/lang/ja/ -> lang.php (source)

   1  <?php
   2  
   3  /**
   4   * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
   5   *
   6   * @author HokkaidoPerson <dosankomali@yahoo.co.jp>
   7   * @author Hideaki SAWADA <chuno@live.jp>
   8   */
   9  $lang['menu']                  = 'テンプレートのスタイル設定';
  10  $lang['js']['loader']          = 'プレビューを読込み中です・・・<br/>この表示が消えない場合、変更した設定値に問題があるかもしれません。';
  11  $lang['js']['popup']           = 'ポップアップとして表示';
  12  $lang['error']                 = '恐れ入りますが、このテンプレートはこの機能に対応していません。';
  13  $lang['btn_preview']           = '変更内容のプレビュー';
  14  $lang['btn_save']              = '変更内容の保存';
  15  $lang['btn_reset']             = '変更内容の初期化';
  16  $lang['btn_revert']            = 'テンプレートのデフォルト値に戻す';
  17  $lang['__text__']              = 'メイン文字色';
  18  $lang['__background__']        = 'メイン背景色';
  19  $lang['__text_alt__']          = '代替文字色';
  20  $lang['__background_alt__']    = '代替背景色';
  21  $lang['__text_neu__']          = '無彩色の文字色';
  22  $lang['__background_neu__']    = '無彩色の背景色';
  23  $lang['__border__']            = '枠線の色';
  24  $lang['__highlight__']         = '強調色(主に検索結果用)';