diff options
author | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
commit | c639ad1e7e3ec747cac37e230fd8380da98c508b (patch) | |
tree | 19ee9852a167074fa76e4e1692adff9ecf24684a /language/hr_HR/help/history.html | |
parent | eafa796d88193b7e8e33d72ae866b0ae9df79e87 (diff) |
copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl
Next step is to play with tools/translation_analysis.php to find which
language keys need translation for each language.
git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/hr_HR/help/history.html')
-rw-r--r-- | language/hr_HR/help/history.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/language/hr_HR/help/history.html b/language/hr_HR/help/history.html new file mode 100644 index 000000000..5ad9f5f76 --- /dev/null +++ b/language/hr_HR/help/history.html @@ -0,0 +1,45 @@ +<h2>History</h2> + +<p>These screens allows you to follow the historical navigation en Piwigo +according to the options yo have chosen in - Administration - General - History index.</p> + +<h3>Statistics</h3> +<ul> + <p>If you have chosen to keep the pages visited (<span +class="pwgScreen">index.php</span> and <span +class="pwgScreen">picture.php</span>) in the table <code>history. </code> +This index allow you to follow the pages visited.</p> + + <li><strong>Global statistics</strong> : you can visualize per year. </li> + + <li><strong>Yearly statistics</strong> : you can visualize per month in the year selected.</li> + + <li><strong>Monthly statistics</strong> : you can visualize per days in the month selected.</li> + + <li><strong>Dayly statistics</strong> : you can visualize per hours in the day selected.</li> + +</ul> + +<h3>Search</h3> +<ul> + <p>If you have chosen to keep the pages visited (<span +class="pwgScreen">index.php</span> and <span +class="pwgScreen">picture.php</span>) in the table <code>history. </code> +This index allow to follow en details the pages visited on the site with +the help of different filters.</p> + + <li><strong>Filter per date</strong> : chose interval of date you wisk + to observe the activity.</li> + + <li><strong>Filter per type of element</strong> : chose the type + of element you wisk to observe the activity.</li> + + <li><strong>Filter per user</strong> : chose user you wisk to + observe the activity.</li> + + <li><strong>Filter per name of the file</strong> : chose name of the file + you wisk to observe the activity.</li> + + <li><strong>Filter per identifying image</strong> : chose identifying image + you wisk to observe the activity.</li> +</ul>
\ No newline at end of file |