add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*
* @package DokuWiki\lang\ja\settings
*/
$lang['tpl_dir'] = 'メディアマネージャー内のテンプレート用サブディレクトリ';
$lang['showexportbutton'] = 'ODT 出力ボタンを表示';
$lang['media_sel'] = 'CSS プロパティ参照時の @media セレクタ';
$lang['css_template'] = 'ODT の整形に使用するテンプレート';
$lang['format'] = 'ページ形式';
$lang['orientation'] = 'ページの向き';
$lang['margin_top'] = '上ページ余白cm';
$lang['margin_right'] = '右ページ余白cm';
$lang['margin_bottom'] = '下ページ余白cm';
$lang['margin_left'] = '左ページ余白cm';
$lang['disable_links'] = 'リンク作成の無効化';
$lang['toc_maxlevel'] = '目次の深さ';
$lang['toc_leader_sign'] = '目次の印';
$lang['toc_indents'] = '目次レベル毎の字下げcm';
$lang['toc_pagebreak'] = '目次直後の改ページ';
$lang['toc_style'] = '目次の文字形式';