diff options
author | rub <rub@piwigo.org> | 2007-03-11 00:06:34 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-11 00:06:34 +0000 |
commit | 1a87fe5d07d7d9eeb8a6cbb47ed26e4fcbef8ca4 (patch) | |
tree | 34e3d03cf2932707ae38ad2cc0b2fab3663c1806 /language/en_UK.iso-8859-1 | |
parent | c0de91eb56964ccce35d82c7dbac987ca994aace (diff) |
Corrections, improvements, adaptation to new tabsheet for configuration help.
Change menu item "Batch management" by "Properties"
git-svn-id: http://piwigo.org/svn/trunk@1887 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 5 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 72 |
2 files changed, 44 insertions, 33 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 86ea288ff..2fbfbe748 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -574,5 +574,8 @@ $lang['image'] = ''; $lang['high quality'] = 'high quality'; $lang['section'] = 'section'; $lang['tags'] = 'tags'; - +$lang['conf_history_guest'] = 'Save page visits by guests'; +$lang['conf_history_user'] = 'Save page visits by users'; +$lang['conf_history_admin'] = 'Save page visits by administrators'; +$lang['cat_options_title'] = 'Properties'; ?> diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 14da93362..00270755c 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -10,10 +10,8 @@ cass="filename">include/config_default.inc.php</span>.</p> parameters by theme.</p> -<h3>General</h3> - +<h3>Main</h3> <ul> - <li><strong>Gallery title</strong>: used in RSS feed and notifications by email.</li> @@ -31,18 +29,51 @@ page.</li> <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li> - <li><strong>History Users</strong>: visits by registrered users on pages <span + <li><strong>Email admin when a new user registers</strong>: Administrators will be received mail for each registration.</li> + + <li><strong>Allow user registration</strong>: Registration is free for all.</li> + +</ul> + +<h3>History</h3> +<ul> + <p>Visits on pages <span class="pwgScreen">category.php</span> and <span class="pwgScreen">picture.php</span> will be saved in the - <code>history</code> table. Visits will be shown in <span - class="pwgScreen">Administration, General, History</span>.</li> + <code>history</code> table.</p> + + <p>Visits will be shown in <span + class="pwgScreen">Administration, General, History</span>.</p> - <li><strong>History Administrator</strong>: page visits by administrators - will be saved.</li> + <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li> + + <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li> + + <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li> - <li><strong>History Guests</strong>: page visits by guests will be saved.</li> </ul> +<h3>Comments</h3> +<ul> + + <li><strong>Comments for all</strong>: Even guest not registered can post + comments.</li> + + <li><strong>Number of comments per page</strong>.</li> + + <li><strong>Validation</strong>: an administrator validate users posted + comments before they become visible on the site. User comments validation + takes place in screen <span class="pwgScreen">Administration, Pictures, + Comments</span>.</li> + + <li><strong>Email admin when a valid comment is entered</strong>: +Sends an email to the administrators when a user enters a comment and this comment is validated.</li> + + <li><strong>Email admin when a comment requires validation</strong>: +Sends an email to the administrators when a user enters a comment that requires validation by the admin. +User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li> + +</ul> <h3>Default display</h3> @@ -94,26 +125,3 @@ users.</p> </ul> - -<h3>User comments</h3> - -<ul> - - <li><strong>Comments for all</strong>: Even guest not registered can post - comments.</li> - - <li><strong>Number of comments per page</strong>.</li> - - <li><strong>Validation</strong>: an administrator validate users posted - comments before they become visible on the site. User comments validation - takes place in screen <span class="pwgScreen">Administration, Pictures, - Comments</span>.</li> - - <li><strong>Email admin when a valid comment is entered</strong>: -Sends an email to the administrators when a user enters a comment and this comment is validated.</li> - - <li><strong>Email admin when a comment requires validation</strong>: -Sends an email to the administrators when a user enters a comment that requires validation by the admin. -User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li> - -</ul> |