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

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

[trunk_help] Update pt_BR, thanks to : glaucio

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