source: trunk/language/pt_PT/help/cat_modify.html @ 17223

Last change on this file since 17223 was 17223, checked in by TranslationTeam, 12 years ago

[trunk_help] Update pt_PT, thanks to : alahel76

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<h2>Editar o álbum </h2>
2
3<h3> Informações </h3>
4
5<ul>
6
7  <li><strong>nome</strong>: renomear o álbum (virtualmente para um álbum físico).</li>
8
9  <li><strong> descrição </strong>: pequeno texto dando uma ideia do conteúdo do álbum,
10  Este texto aparecera em baixo da página das miniaturas.</li>
11
12</ul>
13
14<h3>Mover</h3>
15
16<p>Se o álbum é virtual, pode move-lo. Mover um álbum significa mudar o seu álbum pai.</p>
17
18<h3>Opções</h3>
19
20<ul>
21
22  <li><strong>tipo de acesso</strong>: Gestão das permissões. Se tornar um álbum privado, todos os álbuns filhos tornam-se privados. Se tornar um álbum publico, todos os álbuns pais tornam-se públicos.</li>
23
24  <li><strong>Bloquear</strong>: O álbum e todos os sub-álbuns serão temporariamente desactivados para manutenção.</li>
25
26  <li><strong>Comentários</strong>: Autoriza os utilizadores a comentar a fotos de este á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">Public/Private</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>Link all album photos to a new album</h3>
100
101<ul>
102
103<li><strong>Virtual album name</strong>: Name of the new album to be created,
104all photos of the current category will be linked to the new one.</li>
105
106<li><strong>Parent album</strong>: Where the new album will be,
107leave empty to create it at root.</li>
108
109</ul>
110
111<h3>Link all album photos to existing albums</h3>
112
113<ul>
114
115<li><strong>Albums</strong>: Choose the destination album.</li>
116
117</ul>
118
119<h3>Send an information email to group members</h3>
120
121<ul>
122
123<li><strong>Group</strong>: recipients group</li>
124
125<li><strong>Mail content</strong>: Free text to send to them.</li>
126
127</ul> 
Note: See TracBrowser for help on using the repository browser.