Changeset 19118 for trunk


Ignore:
Timestamp:
Nov 21, 2012, 6:31:22 AM (11 years ago)
Author:
TranslationTeam
Message:

[trunk_help] Update pt_BR, thanks to : glaucio

Location:
trunk/language/pt_BR/help
Files:
3 added
1 edited

Legend:

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

    r19098 r19118  
    1 cat_modificar.html
     1
     2<h2>Editar álbum</h2>
     3
     4<h3>Informações</h3>
     5
     6<ul>
     7
     8  <li><strong>nome</strong>: renomear o álbum (a virtual rename in case
     9  of a physical album).</li>
     10
     11  <li><strong>descrição</strong>: short text giving a general idea of the content,
     12  this text will be displayed at the bottom of the thumbnails page.</li>
     13
     14</ul>
     15
     16<h3>Move</h3>
     17
     18<p>If the album is virtual, you can move it. Moving a album means
     19changing its parent album.</p>
     20
     21<h3>Options</h3>
     22
     23<ul>
     24
     25  <li><strong>Access type</strong>: Permissions management. If you make a
     26  album private, all its child albums becomes private. If you make a
     27  album public, all its parent albums becomes public.</li>
     28
     29  <li><strong>Lock</strong>: The album and its sub-albums will
     30  be temporary disabled for maintenance.</li>
     31
     32  <li><strong>Comments</strong>: Authorize users to comment photos of this
     33  album.</li>
     34
     35</ul>
     36
     37<p>You can also manage these options on the "Properties"
     38management screen (screens <span
     39class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
     40<span class="pwgScreen">Public/Private</span>, <span
     41class="pwgScreen">Representative</span> available from <span
     42class="pwgScreen">Administration &raquo; Albums &raquo; Properties</span>).</p>
     43
     44<h3>Sort order</h3>
     45
     46<p>Use the default images sort order.</p>
     47
     48<p>Indicate whether this sort order will apply to subalbums also.</p>
     49
     50<p>Select specific sorting criteria to be used with this album.</p>
     51<ul>
     52<li><strong>Creation date</strong>: Photo shooting date</li>
     53<li><strong>Post date</strong>: Synchronization date</li>
     54<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
     55<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
     56<li><strong>File name</strong>: Name given in information field</li>
     57<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
     58
     59</ul>
     60<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
     61
     62
     63<h3>Representant</h3>
     64
     65<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
     66the album when
     67it contains only sub-albums and no direct photo (just as the root album).</p>
     68photo of a album :</p>
     69
     70<ul>
     71
     72  <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
     73  displayed album. This button is available only for administrators.</li>
     74
     75  <li><span class="pwgScreen">Modify informations about a photo</span> in
     76  administration. This screen can be reached from <span
     77  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
     78  management</span> in <em>unit mode</em>. See the help of this screen for
     79  details.</li>
     80
     81  <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Properties,
     82  Representative</span>. See the help of this screen for details.</li>
     83
     84  <li><span class="pwgScreen">Edit album</span> (the present screen).</li>
     85
     86</ul>
     87
     88<p>The choice of a representative depends on the
     89<code>allow_random_representative</code> configuration parameter (see <span
     90class="filename">include/config_default.inc.php</span>).</p>
     91
     92<p>In default mode (<code>allow_random_representative</code> set to false),
     93each album containing at least one element is represented by a fixed
     94element. Once set (at album creation), the representative changes only
     95when an administrator ask for it. If the representative is not appropriate,
     96you can ask to <strong>Find a new representant by random</strong>.</p>
     97
     98<p>If the <code>allow_random_representative</code> configuration parameter is
     99set to true, a category containing photos may have no fixed
     100representant. Just use <strong>Delete representant</strong> button.</p>
     101
     102<p>If the album contains only sub-albums and no photo, it can nonetheless be represented by any element thanks to <span class="pwgScreen">Modify
     103informations about a photo</span> screen. The only option on the current screen
     104is the <strong>Delete representant</strong> button.</p>
     105
     106<h3>Link all album photos to a new album</h3>
     107
     108<ul>
     109
     110<li><strong>Virtual album name</strong>: Name of the new album to be created,
     111all photos of the current category will be linked to the new one.</li>
     112
     113<li><strong>Parent album</strong>: Where the new album will be,
     114leave empty to create it at root.</li>
     115
     116</ul>
     117
     118<h3>Link all album photos to existing albums</h3>
     119
     120<ul>
     121
     122<li><strong>Albums</strong>: Choose the destination album.</li>
     123
     124</ul>
     125
     126<h3>Send an information email to group members</h3>
     127
     128<ul>
     129
     130<li><strong>Group</strong>: recipients group</li>
     131
     132<li><strong>Mail content</strong>: Free text to send to them.</li>
     133
     134</ul> 
Note: See TracChangeset for help on using the changeset viewer.