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,23 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*
* @package DokuWiki\lang\ja\lang
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
$lang['view'] = 'OpenDocument 形式でページを出力する';
$lang['export_odt_button'] = 'ODT 出力';
$lang['tpl_not_found'] = '警告ODTテンプレート "%s" はテンプレートディレクトリ "%s" にありませんでした。デフォルトのテンプレートを使用します。';
$lang['toc_title'] = '目次';
$lang['chapter_title'] = '章索引';
$lang['toc_msg'] = '目次をここに挿入します。';
$lang['chapter_msg'] = '章索引をここに挿入します。';
$lang['update_toc_msg'] = '出力後に目次を更新することを忘れないでください。';
$lang['update_chapter_msg'] = '出力後に章索引を更新することを忘れないでください。';
$lang['needtitle'] = '題名を入力して下さい。';
$lang['needns'] = '名前空間を入力して下さい。';
$lang['empty'] = 'ページを選択していません。';