diff options
author | ddtddt <ddtddt@piwigo.org> | 2009-05-04 12:17:21 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2009-05-04 12:17:21 +0000 |
commit | 95afe3b800fd922f89cd9f935b775a1b8a082a51 (patch) | |
tree | 9035a94baeb5d8f616607da109581e700c12855d /language/ja_JP/help/history.html | |
parent | ada6b2183d4fe0fda4daf3d332b76e55338469a5 (diff) |
Add ja_PA pack thanks to Mits
git-svn-id: http://piwigo.org/svn/branches/2.0@3265 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ja_JP/help/history.html')
-rw-r--r-- | language/ja_JP/help/history.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/language/ja_JP/help/history.html b/language/ja_JP/help/history.html new file mode 100644 index 000000000..095e6a018 --- /dev/null +++ b/language/ja_JP/help/history.html @@ -0,0 +1,32 @@ +<h2>履歴</h2> + +<p>これらのページでは、あなたが「管理 > 一般 > 履歴」で選択したオプションに従って、Piwigoの履歴ナビゲーションにアクセスすることができます。</p> + +<h3>統計</h3> +<ul> +<p>あなたが、<code>history</code>テーブルにページアクセス (<span class="pwgScreen">index.php</span>および<span class="pwgScreen">picture.php</span>) を保存している場合、ここではサイトのページアクセスに関する情報を閲覧することができます。</p> + + <li><strong>全体の統計</strong> : あなたは、年毎の統計を閲覧することができます。</li> + + <li><strong>年毎の統計</strong> : あなたが選択した年に関して、月毎の統計を閲覧することができます。</li> + + <li><strong>月毎の統計</strong> : あなたが選択した月に関して、日毎の統計を閲覧することができます。</li> + + <li><strong>日毎の統計</strong> : あなたが選択した日付に関して、時間毎の統計を閲覧することができます。</li> + +</ul> + +<h3>検索</h3> +<ul> +<p>あなたが、<code>history</code>テーブルにページアクセス (<span class="pwgScreen">index.php</span>および<span class="pwgScreen">picture.php</span>) を保存している場合、ここでは異なるフィルタにより、サイトのページアクセス詳細に関する情報を閲覧することができます。</p> + + <li><strong>日付に関するフィルタ</strong> : あなたが活動を閲覧したい期間を選択してください。</li> + + <li><strong>エレメントタイプに関するフィルタ</strong> : あなたが活動を閲覧したいエレメントタイプを選択してください。</li> + + <li><strong>ユーザに関するフィルタ</strong> : あなたが活動を閲覧したいユーザを選択してください。</li> + + <li><strong>ファイル名に関するフィルタ</strong> : あなたが活動を閲覧したいファイル名を選択してください。</li> + + <li><strong>イメージIDに関するフィルタ</strong> : あなたが活動を閲覧したいイメージIDを選択してください。</li> +</ul>
\ No newline at end of file |