source: branches/2.5/language/tr_TR/help/cat_modify.html @ 22186

Last change on this file since 22186 was 22186, checked in by ddtddt, 11 years ago

[branche 2.5] Language_- check 2.5.1

File size: 4.6 KB
Line 
1<h2>Albüm Editleme</h2>
2
3<h3>Bilgiler</h3>
4
5<ul>
6
7  <li><strong>isim</strong>: albüm ismini ayarlar (fiziksel albüm şeklinde sanal isimlendirme).</li>
8
9  <li><strong>açıklama</strong>: içerik hakkında genel fikir veren kısa metin,
10  bu metin sayfanın alt kısmında gözükür.</li>
11
12</ul>
13
14<h3>Taşıma</h3>
15
16<p>Albüm sanal albümse taşıyabilirsiniz. Albümü taşımak üst albümün değiştirilmesi anlamına gelir.</p>
17
18<h3>Seçenekler</h3>
19
20<ul>
21
22  <li><strong>Erişim Türü</strong>: Yetki Yönetimi. Bir Albümü özel yaparsanız tüm alt albümleri özel olur. Bir albümü herkese açık yaparsanız tüm üst albümleri aynı yetkiyi alır..</li>
23
24  <li><strong>Kilit</strong>: Albüm ve alt albümler bakım için kilitli olacak.</li>
25
26  <li><strong>Yorumlar</strong>: Kullanıcıları bu albümdeki fotoğrafları yorumlamak için yetkilendirme</li>
27
28</ul>
29
30<p>Ayrıca "Özellikler" yönetim ekranından (screens <span
31class="pwgScreen">Yorumlar</span>, <span class="pwgScreen">Kilit</span>,
32<span class="pwgScreen">Genel/Özel</span>, <span
33class="pwgScreen">Temsilci</span> available from <span
34class="pwgScreen">Administration &raquo; Albums &raquo; Properties</span>). bu özellikleri yönetebilirsiniz.</p>
35
36<h3>Sort order</h3>
37
38<p>Use the default images sort order.</p>
39
40<p>Indicate whether this sort order will apply to subalbums also.</p>
41
42<p>Select specific sorting criteria to be used with this album.</p>
43<ul>
44<li><strong>Creation date</strong>: Photo shooting date</li>
45<li><strong>Post date</strong>: Synchronization date</li>
46<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
47<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
48<li><strong>File name</strong>: Name given in information field</li>
49<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
50
51</ul>
52<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</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.