dockerwiki/content/lib/tpl/dokuwiki/lang/ja/lang.php
2021-10-26 13:02:53 +02:00

18 lines
1018 B
PHP
Raw Permalink 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 Hideaki SAWADA <chuno@live.jp>
*/
$lang['__background_site__'] = 'サイト全体の背景色content box の背後)';
$lang['__link__'] = '通常のリンク色';
$lang['__existing__'] = '既存ページへのリンク色';
$lang['__missing__'] = '存在しないページへのリンク色';
$lang['__site_width__'] = 'サイトの全体幅(任意の長さの単位を使用可能: % px em など)';
$lang['__sidebar_width__'] = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em など)';
$lang['__tablet_width__'] = 'タブレットモードにサイトを切替える、画面幅';
$lang['__phone_width__'] = '携帯電話モードにサイトを切替える、画面幅';
$lang['__theme_color__'] = 'ウェブアプリのテーマカラー';