Ignore:
Timestamp:
Mar 26, 2010, 9:57:20 PM (14 years ago)
Author:
tosca
Message:

Last batch of EN/FR help languages files.

Have left aside extend_for_templates considering it will be obsolete quite soon (from 2.2 ?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/help/cat_modify.html

    r3282 r5393  
    66
    77  <li><strong>name</strong>: rename the category (a virtual rename in case
    8   of physical category).</li>
     8  of a physical category).</li>
    99
    10   <li><strong>description</strong>: give a general idea of the content,
    11   this text will be display under the thumbnail page.</li>
     10  <li><strong>description</strong>: short text giving a general idea of the content,
     11  this text will be displayed at the bottom of the thumbnails page.</li>
    1212
    1313</ul>
     
    2222<ul>
    2323
    24   <li><strong>Access type</strong>: Permission management. If you make a
     24  <li><strong>Access type</strong>: Permissions management. If you make a
    2525  category private, all its child categories becomes private. If you make a
    2626  category public, all its parent categories becomes public.</li>
    2727
    2828  <li><strong>Lock</strong>: The category and its sub-categories will
    29   temporary been disabled for maintenance.</li>
     29  be temporary disabled for maintenance.</li>
    3030
    3131  <li><strong>Comments</strong>: Authorize users to comment elements of this
     
    3333
    3434  <li><strong>Authorize upload</strong>: Authorize users to upload
    35   files. This option is available only if category is physical (not
    36   virtual).</li>
     35  images files. This option is available for physical (not
     36  virtual) categories only .</li>
    3737
    3838</ul>
    3939
    40 <p>You can also manage these options with "Properties"
     40<p>You can also manage these options on the "Properties"
    4141management screen (screens <span class="pwgScreen">Upload</span>, <span
    4242class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
     
    4747<h3>Sort order</h3>
    4848
    49 <p>Choose if the default sort order will be used.</p>
     49<p>Use the default images sort order.</p>
    5050
    51 <p>Indicate if this sort order will be applied to subcategories.</p>
     51<p>Indicate whether this sort order will apply to subcategories also.</p>
    5252
    53 <p>Select specific sort by columns to use with this category.</p>
     53<p>Select specific sorting criteria to be used with this category.</p>
    5454<ul>
    55 <li><strong>Creation date</strong>: Picture creation date</li>
     55<li><strong>Creation date</strong>: Picture shooting date</li>
    5656<li><strong>Post date</strong>: Synchronization date</li>
    57 <li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor</li>
    58 <li><strong>Most visited (*)</strong>: The current visit change the most visited order</li>
    59 <li><strong>File name</strong>: Given name in informations field</li>
     57<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
     58<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
     59<li><strong>File name</strong>: Name given in information field</li>
    6060<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
    6161
    6262</ul>
    63 <p><strong>(*)</strong>Take care and test it for your self since it can give unpredictable results.</p>
     63<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
    6464
    6565
    6666<h3>Representant</h3>
    6767
    68 <p>The representant of the category is the thumbnail displayed to represent
    69 the category on main page (<span class="pwgScreen">category.php</span>) when
    70 a category contains only sub-categories (just as the root category).</p>
     68<p>The category representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
     69the category when
     70it contains only sub-categories and no direct element (just as the root category).</p>
    7171
    72 <p>There are 4 ways to set the representative picture of a category :</p>
     72<p>There are 4 different ways to set the representative picture of a category :</p>
    7373
    7474<ul>
    7575
    76   <li><span class="pwgScreen">Picture page</span>: in the action buttons bar,
    77   one of them let you set the displayed picture as representative for the
     76  <li><span class="pwgScreen">Picture page</span>: one of the action buttons let you set the current picture as the representative for the
    7877  displayed category. This button is available only for administrators.</li>
    7978
    8079  <li><span class="pwgScreen">Modify informations about a picture</span> in
    81   administration. This screen can be reach from <span
     80  administration. This screen can be reached from <span
    8281  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
    8382  management</span> in <em>unit mode</em>. See the help of this screen for
     
    8786  Representative</span>. See the help of this screen for details.</li>
    8887
    89   <li><span class="pwgScreen">Edit a category</span> (this screen).</li>
     88  <li><span class="pwgScreen">Edit a category</span> (the present screen).</li>
    9089
    9190</ul>
    9291
    93 <p>The representation depends on configuration parameter
    94 <code>allow_random_representative</code> (see <span
     92<p>The choice of a representative depends on the
     93<code>allow_random_representative</code> configuration parameter (see <span
    9594class="filename">include/config_default.inc.php</span>).</p>
    9695
    97 <p>In default mode (<code>allow_random_representative</code> set to false)
     96<p>In default mode (<code>allow_random_representative</code> set to false),
    9897each category containing at least one element is represented by a fixed
    9998element. Once set (at category creation), the representative changes only
    100 when an administrator ask for it. If the representant is not appropriate,
     99when an administrator ask for it. If the representative is not appropriate,
    101100you can ask to <strong>Find a new representant by random</strong>.</p>
    102101
    103 <p>If configuration parameter <code>allow_random_representative</code> is
    104 set to true, a category containing elements can have no fixed
     102<p>If the <code>allow_random_representative</code> configuration parameter is
     103set to true, a category containing elements may have no fixed
    105104representant. Just use <strong>Delete representant</strong> button.</p>
    106105
    107 <p>If the category contains no element (but only sub-categories) it can be
    108 represented by any element thanks to screen <span class="pwgScreen">Modify
    109 informations about a picture</span>. The only option on the current screen
    110 is to <strong>Delete representant</strong> button, after using this button,
    111 no representant option to set anymore.</p>
     106<p>If the category contains only sub-categories and no element, it can nonetheless be represented by any element thanks to <span class="pwgScreen">Modify
     107informations about a picture</span> screen. The only option on the current screen
     108is the <strong>Delete representant</strong> button.</p>
    112109
    113110<h3>Link all category elements to a new category</h3>
     
    115112<ul>
    116113
    117 <li><strong>Virtual category name</strong>: New category name to be created,
     114<li><strong>Virtual category name</strong>: Name of the new category to be created,
    118115all pictures of the current category will be linked to the new one.</li>
    119116
    120117<li><strong>Parent category</strong>: Where the new category will be,
    121 leave empty to create it from home.</li>
     118leave empty to create it at root.</li>
    122119
    123120</ul>
    124121
    125 <h3>Link all category elements to some existing categories</h3>
     122<h3>Link all category elements to existing categories</h3>
    126123
    127124<ul>
     
    135132<ul>
    136133
    137 <li><strong>Group</strong>: addressees group</li>
     134<li><strong>Group</strong>: recipients group</li>
    138135
    139 <li><strong>Mail content</strong>: Free text to be sent to them.</li>
     136<li><strong>Mail content</strong>: Free text to send to them.</li>
    140137
    141138</ul> 
Note: See TracChangeset for help on using the changeset viewer.