diff options
Diffstat (limited to 'language/zh_TW')
-rwxr-xr-x | language/zh_TW/help/cat_modify.html | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/language/zh_TW/help/cat_modify.html b/language/zh_TW/help/cat_modify.html new file mode 100755 index 000000000..a8e021d52 --- /dev/null +++ b/language/zh_TW/help/cat_modify.html @@ -0,0 +1,127 @@ +<h2>編輯相本</h2> + +<h3>相關資訊</h3> + +<ul> + + <li><strong>名稱</strong>: 為相本重新命名 (實際相本的附加虛擬代稱).</li> + + <li><strong>簡介</strong>: 以簡短的文字為該相本內容做簡短描述, + 這些文字將顯示於縮圖頁面的下方。</li> + +</ul> + +<h3>移動</h3> + +<p>若該相本為虛擬的,您將可以移動它。移動該相本即為改變它的上層相本</p> + +<h3>選項</h3> + +<ul> + + <li><strong>訪問類型</strong>: 權限管理。若您設定了一本私人相本,所有附屬於它的子相本也將轉為私人性質。若您將一本相簿設定為公開性質,則它的上層相本也將轉為公開性質。</li> + + <li><strong>鎖定</strong>: 該相本與其內的子相本都將暫時被關閉以進行維護。</li> + + <li><strong>回應</strong>: 讓使用者能夠針對該相本做出回應。</li> + +</ul> + +<p>You can also manage these options on the "Properties" +management screen (screens <span +class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>, +<span class="pwgScreen">Public/Private</span>, <span +class="pwgScreen">Representative</span> available from <span +class="pwgScreen">Administration » Albums » Properties</span>).</p> + +<h3>Sort order</h3> + +<p>Use the default images sort order.</p> + +<p>Indicate whether this sort order will apply to subalbums also.</p> + +<p>Select specific sorting criteria to be used with this album.</p> +<ul> +<li><strong>Creation date</strong>: Photo shooting date</li> +<li><strong>Post date</strong>: Synchronization date</li> +<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li> +<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li> +<li><strong>File name</strong>: Name given in information field</li> +<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li> + +</ul> +<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p> + + +<h3>Representant</h3> + +<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent +the album when +it contains only sub-albums and no direct photo (just as the root album).</p> +photo of a album :</p> + +<ul> + + <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the + displayed album. This button is available only for administrators.</li> + + <li><span class="pwgScreen">Modify informations about a photo</span> in + administration. This screen can be reached from <span + class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch + management</span> in <em>unit mode</em>. See the help of this screen for + details.</li> + + <li><span class="pwgScreen">Administration » Albums » Properties, + Representative</span>. See the help of this screen for details.</li> + + <li><span class="pwgScreen">Edit album</span> (the present screen).</li> + +</ul> + +<p>The choice of a representative depends on the +<code>allow_random_representative</code> configuration parameter (see <span +class="filename">include/config_default.inc.php</span>).</p> + +<p>In default mode (<code>allow_random_representative</code> set to false), +each album containing at least one element is represented by a fixed +element. Once set (at album creation), the representative changes only +when an administrator ask for it. If the representative is not appropriate, +you can ask to <strong>Find a new representant by random</strong>.</p> + +<p>If the <code>allow_random_representative</code> configuration parameter is +set to true, a category containing photos may have no fixed +representant. Just use <strong>Delete representant</strong> button.</p> + +<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 +informations about a photo</span> screen. The only option on the current screen +is the <strong>Delete representant</strong> button.</p> + +<h3>Link all album photos to a new album</h3> + +<ul> + +<li><strong>Virtual album name</strong>: Name of the new album to be created, +all photos of the current category will be linked to the new one.</li> + +<li><strong>Parent album</strong>: Where the new album will be, +leave empty to create it at root.</li> + +</ul> + +<h3>Link all album photos to existing albums</h3> + +<ul> + +<li><strong>Albums</strong>: Choose the destination album.</li> + +</ul> + +<h3>Send an information email to group members</h3> + +<ul> + +<li><strong>Group</strong>: recipients group</li> + +<li><strong>Mail content</strong>: Free text to send to them.</li> + +</ul>
\ No newline at end of file |