source: branches/2.4/language/zh_CN/help/cat_modify.html @ 18154

Last change on this file since 18154 was 18154, checked in by ddtddt, 12 years ago

[2.4] - language update for 2.4.4

File size: 4.4 KB
Line 
1<h2>编辑相册</h2>
2
3<h3>信息</h3>
4
5<ul>
6
7  <li><strong>名字</strong>: 重命名相册 (物理路径相册可以进行虚拟重命名).</li>
8
9  <li><strong>描述</strong>: 简短的文字来介绍相册内容,
10  这个文本将显示在相册列表页面的缩略图下面。</li>
11
12</ul>
13
14<h3>移动</h3>
15
16<p>如果是虚拟的相册,你可以移动它。移动相册意味着改变其父相册。</p>
17
18<h3>选项</h3>
19
20<ul>
21
22  <li><strong>访问类型</strong>: 权限管理. 如果一个相册变为私有, 那么它的子相册也变为私有.
23如果一个相册变为公共,那么它的父相册也变为公共相册.</li>
24
25  <li><strong>上锁</strong>: 相册和其子相册被临时禁用维护。</li>
26
27  <li><strong>评论</strong>: 授权用户是否可评论相册中的照片.</li>
28
29</ul>
30
31<p>你可以在"属性"管理页面上管理这些选项 ( <span
32class="pwgScreen">评论</span>, <span class="pwgScreen">上锁</span>,
33<span class="pwgScreen">公共/私有</span>, <span
34class="pwgScreen">Representative</span> 只有管理员可见 <span
35class="pwgScreen">&raquo; Albums &raquo; Properties</span>).</p>
36
37<h3>排序</h3>
38
39<p>使用默认的图像排序顺序。</p>
40
41<p>指出这种排序顺序是否也将应用到子相册。</p>
42
43<p>指定这个相册的排序标准</p>
44<ul>
45<li><strong>创建日期</strong>: 图片拍摄日期.</li>
46<li><strong>发布日期</strong>: 同步(到画廊的)日期</li>
47<li><strong>平均得分 (*)</strong>: 用户对图片的评分会影响平均得分.</li>
48<li><strong>访问量 (*)</strong>: 访问次数会影响最高访问量的排名.</li>
49<li><strong>文件名</strong>: 属性字段中的名字</li>
50<li><strong>Id</strong>: 内部Id (Id是递增的).</li>
51</ul>
52<p><strong>(*)</strong>注意: 务必自己测试这些排序,因为它们可能获得意想不到的结果。</p>
53
54
55<h3>Representant</h3>
56
57<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
58the album when
59it contains only sub-albums and no direct photo (just as the root album).</p>
60photo of a album :</p>
61
62<ul>
63
64  <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
65  displayed album. This button is available only for administrators.</li>
66
67  <li><span class="pwgScreen">Modify informations about a photo</span> in
68  administration. This screen can be reached from <span
69  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
70  management</span> in <em>unit mode</em>. See the help of this screen for
71  details.</li>
72
73  <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Properties,
74  Representative</span>. See the help of this screen for details.</li>
75
76  <li><span class="pwgScreen">Edit album</span> (the present screen).</li>
77
78</ul>
79
80<p>The choice of a representative depends on the
81<code>allow_random_representative</code> configuration parameter (see <span
82class="filename">include/config_default.inc.php</span>).</p>
83
84<p>In default mode (<code>allow_random_representative</code> set to false),
85each album containing at least one element is represented by a fixed
86element. Once set (at album creation), the representative changes only
87when an administrator ask for it. If the representative is not appropriate,
88you can ask to <strong>Find a new representant by random</strong>.</p>
89
90<p>If the <code>allow_random_representative</code> configuration parameter is
91set to true, a category containing photos may have no fixed
92representant. Just use <strong>Delete representant</strong> button.</p>
93
94<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
95informations about a photo</span> screen. The only option on the current screen
96is the <strong>Delete representant</strong> button.</p>
97
98<h3>Link all album photos to a new album</h3>
99
100<ul>
101
102<li><strong>Virtual album name</strong>: Name of the new album to be created,
103all photos of the current category will be linked to the new one.</li>
104
105<li><strong>Parent album</strong>: Where the new album will be,
106leave empty to create it at root.</li>
107
108</ul>
109
110<h3>Link all album photos to existing albums</h3>
111
112<ul>
113
114<li><strong>Albums</strong>: Choose the destination album.</li>
115
116</ul>
117
118<h3>Send an information email to group members</h3>
119
120<ul>
121
122<li><strong>Group</strong>: recipients group</li>
123
124<li><strong>Mail content</strong>: Free text to send to them.</li>
125
126</ul> 
Note: See TracBrowser for help on using the repository browser.