add contents
This commit is contained in:
25
lib/plugins/odt/lang/ja/settings.php
Normal file
25
lib/plugins/odt/lang/ja/settings.php
Normal 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'] = '目次の文字形式';
|
Reference in New Issue
Block a user