source: trunk/language/pt_BR/help/cat_modify.html @ 20385

Last change on this file since 20385 was 20385, checked in by TranslationTeam, 11 years ago

[trunk_help] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<h2>Editar álbum</h2>
2
3<h3>Informações</h3>
4
5<ul>
6
7  <li><strong>nome</strong>: renomear o álbum (Renomear virtualmente no caso de álbum físico.).</li>
8
9  <li><strong>descrição</strong>: um pequeno texto dando a ideia do conteúdo,
10  este texto será mostrado no rodapé da página de thumbnails.</li>
11
12</ul>
13
14<h3>Mover</h3>
15
16<p>Se o álbum for virtual, você pode movê-lo. Mover um álbum significa mudar seu álbum pai.</p>
17
18<h3>Opções</h3>
19
20<ul>
21
22  <li><strong>Tipos de acessos</strong>: Gerenciamento de permissoes. Se você fizer um álbum privado, todos os seus álbun filhos tornam-se privados. Se você faz um álbum público, todos os seus álbuns pais tornam-se públicos.
23 
24  <li><strong>Trancar</strong>: Os álbuns e seus sub-álbuns ficarao temporariamente desabilitados para manutençao.</li>
25
26  <li><strong>Comentários</strong>: Autoriza usuários a comentar fotos desse álbum.</li>
27
28</ul>
29
30<p>You can also manage these options on the "Properties"
31management screen (screens <span
32class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
33<span class="pwgScreen">Públic/Privado</span>, <span
34class="pwgScreen">Representative</span> available from <span
35class="pwgScreen">Administration &raquo; Albums &raquo; Properties</span>).</p>
36
37<h3>Sort order</h3>
38
39<p>Use the default images sort order.</p>
40
41<p>Indicate whether this sort order will apply to subalbums also.</p>
42
43<p>Select specific sorting criteria to be used with this album.</p>
44<ul>
45<li><strong>Creation date</strong>: Photo shooting date</li>
46<li><strong>Post date</strong>: Synchronization date</li>
47<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
48<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
49<li><strong>File name</strong>: Name given in information field</li>
50<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
51
52</ul>
53<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
54
55
56<h3>Representant</h3>
57
58<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
59the album when
60it contains only sub-albums and no direct photo (just as the root album).</p>
61photo of a album :</p>
62
63<ul>
64
65  <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
66  displayed album. This button is available only for administrators.</li>
67
68  <li><span class="pwgScreen">Modify informations about a photo</span> in
69  administration. This screen can be reached from <span
70  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
71  management</span> in <em>unit mode</em>. See the help of this screen for
72  details.</li>
73
74  <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Properties,
75  Representative</span>. See the help of this screen for details.</li>
76
77  <li><span class="pwgScreen">Edit album</span> (the present screen).</li>
78
79</ul>
80
81<p>The choice of a representative depends on the
82<code>allow_random_representative</code> configuration parameter (see <span
83class="filename">include/config_default.inc.php</span>).</p>
84
85<p>In default mode (<code>allow_random_representative</code> set to false),
86each album containing at least one element is represented by a fixed
87element. Once set (at album creation), the representative changes only
88when an administrator ask for it. If the representative is not appropriate,
89you can ask to <strong>Find a new representant by random</strong>.</p>
90
91<p>If the <code>allow_random_representative</code> configuration parameter is
92set to true, a category containing photos may have no fixed
93representant. Just use <strong>Delete representant</strong> button.</p>
94
95<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
96informations about a photo</span> screen. The only option on the current screen
97is the <strong>Delete representant</strong> button.</p>
98
99<h3>Vincular todas as fotos do álbum para um novo álbum</h3>
100
101<ul>
102
103<li><strong>Nome do álbum virtual</strong>: Nome do novo álbum a ser criado,
104todas as fotos da categoria corrente serão ligadas ao novo álbum.</li>
105
106<li><strong>Album pai</strong>: Onde o novo álbum vai ser,
107deixe em branco para criá-lo na raiz.</li>
108
109</ul>
110
111<h3>Vincular todas as fotos do álbum para álbuns existentes</h3>
112
113<ul>
114
115<li><strong>Albuns</strong>: Escolha o álbum de destino.</li>
116
117</ul>
118
119<h3>Enviar um e-mail de informações para membros do grupo</h3>
120
121<ul>
122
123<li><strong>Grupo</strong>: grupo de destinatários</li>
124
125<li><strong>Conteúdo do email</strong>: Texto livre para enviar a eles.</li>
126
127</ul> 
Note: See TracBrowser for help on using the repository browser.