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

24 lines
1.2 KiB
PHP
Raw 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\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'] = 'ページを選択していません。';