fix some typos and language mistakes

git-svn-id: http://piwigo.org/svn/trunk@4860 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
tosca 2010-02-08 16:31:11 +00:00
commit 4f2688663b

View file

@ -26,13 +26,13 @@ page.</li>
<li><strong>Rating</strong>: Picture rating feature is enabled.</li> <li><strong>Rating</strong>: Picture rating feature is enabled.</li>
<li><strong>Rating by guests</strong>: Even non registered users can rate images.</li> <li><strong>Rating by guests</strong>: Even unregistered users can rate images.</li>
<li><strong>Allow user registration</strong>: Registration is free for all.</li> <li><strong>Allow user registration</strong>: Anybody can register.</li>
<li><strong>Mail address is obligatory for all users</strong>: Mail address will checked on registration or profile update except if the action is done on administration part.</li> <li><strong>Mail address is mandatory for all users</strong>: mail address will be checked on registration or profile update, except if the action is done by an administrator.</li>
<li><strong>Email admins when a new user registers</strong>: Administrators will be received mail for each registration.</li> <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
</ul> </ul>
@ -47,24 +47,23 @@ page.</li>
class="pwgScreen">Administration, Specials, History</span>.</p> class="pwgScreen">Administration, Specials, History</span>.</p>
<ul> <ul>
<li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li> <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li>
<li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li> <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li>
<li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li> <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li>
</ul> </ul>
<h3>Comments</h3> <h3>Comments</h3>
<ul> <ul>
<li><strong>Comments for all</strong>: Even guest not registered can post <li><strong>Comments for all</strong>: Even unregistered guest can post
comments.</li> comments.</li>
<li><strong>Number of comments per page</strong>.</li> <li><strong>Number of comments per page</strong>.</li>
<li><strong>Validation</strong>: an administrator validate users posted <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation
comments before they become visible on the site. User comments validation
takes place in screen <span class="pwgScreen">Administration, Pictures, takes place in screen <span class="pwgScreen">Administration, Pictures,
Comments</span>.</li> Comments</span>.</li>
@ -79,26 +78,25 @@ User comments validation takes place in the screen <span class="pwgScreen">Admin
<!--TODO --><h3>Upload</h3> <!--TODO --><h3>Upload</h3>
<ul> <ul>
<!--TODO --> <li><strong>Show upload link every time</strong>: If exists uploadeable categories, add link will be show for each categoy.</li> <!--TODO --> <li><strong>Show upload link every time</strong>: If uploadable categories exist, an upload link will be shown for each category.</li>
<!--TODO --> <li><strong>User access level to upload</strong>: Allows to restrict upload by users</li> <!--TODO --> <li><strong>User access level for uploading</strong>: Restricts upload to some categories of users</li>
<li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li> <li><strong>Email admins when a picture is uploaded</strong>: Administrators will be notified by mail each time a picture is uploaded by a user.</li>
</ul> </ul>
<h3>Default display</h3> <h3>Default display</h3>
<p>Here you can change display options used by default, when guest is not <p>Here you can change display options used by guest, the default user that is not
connected. Once connected, these options are overloaded by user own options connected. Once connected, these options are overridden by the user own options
(modifiable in <span class="pwgScreen">profile</span>).</p> (modifiable in <span class="pwgScreen">profile</span>).</p>
<p>It is possible to change display options for all existing users, but the <p>It is possible to change the display options for all existing users, on the <span class="pwgScreen">Administration,
screen to consider is <span class="pwgScreen">Administration, Identification, Users</span> screen, where you can select a list of
Identification, Users</span>, where you can options for a selected list of
users.</p> users.</p>
<ul> <ul>
<li><strong>Language</strong>: concerns only Piwigo <li><strong>Language</strong>: apply to Piwigo
labels. Category names, picture names and all descriptions are not labels only. Category names, picture names and all descriptions fields are not
localized.</li> localized.</li>
<li><strong>Number of images per row</strong></li> <li><strong>Number of images per row</strong></li>
@ -107,30 +105,30 @@ users.</p>
<li><strong>Interface theme</strong></li> <li><strong>Interface theme</strong></li>
<li><strong>Recent period</strong>: By days. Period within a picture is <li><strong>Recent period</strong>: By days. Period during which a picture is
shown as new. Must be superior to 1 day.</li> shown as new. Must be greater than 1 day.</li>
<li><strong>Expand all categories</strong>: Expand all categories by <li><strong>Expand all categories</strong>: Expand all categories by
default in the menu? <em>Warning</em>: this option is resources consuming default in the menu <em>Warning</em>: this option is resources consuming
and may generate a huge menu if your category tree is contains many and may generate a huge menu if your category tree contains many
categories.</li> categories.</li>
<li><strong>Show number of comments</strong>: show the number of comments <li><strong>Show number of comments</strong>: show the number of comments
for each picture on the thumbnails page. Resource consuming.</li> for each picture on the thumbnails page. Resources consuming.</li>
<li><strong>Show hits count</strong>: display hits observed on picture <li><strong>Show hits count</strong>: display hits observed on picture
just under its thumbnail on the thumbnails page. just under its thumbnail on the thumbnails page.
Only when advanced configuration parameter is: <br> Only when advanced configuration parameter is: <br>
$conf['show_nb_hits'] = true; <br> $conf['show_nb_hits'] = true; <br>
Notice: it is false by default.</li> Notice: false by default.</li>
<li><strong>Maximum width of the pictures</strong>: maximum displayed <li><strong>Maximum width of the pictures</strong>: maximum displayed
width. If pictures are larger than this setting, they will be resized on width. Pictures larger than this setting will be resized on
display. If you consider filling this option, you'd better consider display. Rather than choosing this option, you might consider
modifying the width of your pictures instead.</li> modifying the width of your pictures; that would be a better practice.</li>
<li><strong>Maximum height of the pictures</strong>: same remarks as for <li><strong>Maximum height of the pictures</strong>: same remarks as for
previous setting.</li> the maximum width setting.</li>
</ul> </ul>