Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
dombegi authored and dokuwiki-translate committed Feb 13, 2024
1 parent 48253f1 commit 7fcc590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/ja/lang.php
Expand Up @@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Dogyun Hwangbo <hwangbo.dogyun@gmail.com>
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
* @author Hideaki SAWADA <chuno@live.jp>
*/
Expand All @@ -14,3 +15,4 @@
$lang['tocheader'] = '目次';
$lang['export_ns'] = '名前空間 "%s:" を %s.pdf というファイル名で出力';
$lang['forbidden'] = 'ページ %s へのアクセス権限がありません。<br/><br/>利用可能なページで冊子を作成するには、「アクセス出来ないページを飛ばす」オプションをご利用下さい。';
$lang['missingbookcreator'] = 'Bookcreatorプラグインはインストールされていないか、無効になっています。';
3 changes: 3 additions & 0 deletions lang/ja/settings.php
Expand Up @@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Dogyun Hwangbo <hwangbo.dogyun@gmail.com>
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
* @author Hideaki SAWADA <chuno@live.jp>
*/
Expand All @@ -14,11 +15,13 @@
$lang['doublesided'] = '両面原稿は、奇数ページから始まり、奇数ページと偶数ページが対になります。片面原稿は単独ページの集合です。';
$lang['toc'] = 'PDF に自動生成の目次を追加する。(注:奇数ページで開始するために空白ページを追加し目次は常に偶数ページとすることができます。目次自体にページ番号はありません)';
$lang['toclevels'] = '目次の対象とする見出しのトップレベルと最大レベルを設定します。デフォルトでは Wiki の目次レベル <a href="#config___toptoclevel">toptoclevel</a> と <a href="#config___maxtoclevel">maxtoclevel</a> を使用します。書式:<code><i>&lt;トップ&gt;</i>-<i>&lt;最大&gt;</i></code>';
$lang['headernumber'] = '番号付けリストを有効にします。';
$lang['maxbookmarks'] = 'PDF bookmark に使用するセクションのレベル<small>(0=なし, 5=全部)</small>';
$lang['template'] = 'PDF の整形に使用するテンプレート';
$lang['output'] = 'PDF の提供方法?';
$lang['output_o_browser'] = 'ブラウザ上に表示する';
$lang['output_o_file'] = 'PDF ファイルとしてダウンロードする';
$lang['usecache'] = 'PDF をキャッシュしますか?埋込み画像は ACL 認証されません。セキュリティ上問題となる場合、無効にして下さい。';
$lang['usestyles'] = 'PDF 作成で使用する <code>style.css</code> や <code>screen.css</code> のカンマ区切り一覧。デフォルトでは <code>print.css</code> と <code>pdf.css</code> だけを使用します。';
$lang['qrcodescale'] = '挿入されたQRコードの大きさ調整を有効にします。空白または<code>0</code>で無効';
$lang['showexportbutton'] = 'PDF 出力ボタンを表示する(テンプレートが対応してる場合のみ)';

0 comments on commit 7fcc590

Please sign in to comment.