Files
dokuwiki-plugins/lib/plugins/odt/lang/ja/settings.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

26 lines
1.2 KiB
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 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'] = '目次の文字形式';