diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-09-22 14:37:01 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-09-22 14:37:01 +0000 |
commit | 9f900ba251fe03a7118ab43d8cab72ce6eb1e1a4 (patch) | |
tree | 03486e99540820257d3013e9e547ed450697081d /language/zh_CN/help | |
parent | 49d958e03fc82a04f97a412d7b75a25245e190a5 (diff) |
[2.4] - language update for 2.4.4
git-svn-id: http://piwigo.org/svn/branches/2.4@18154 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/help/cat_modify.html | 126 | ||||
-rw-r--r-- | language/zh_CN/help/extend_for_templates.html | 51 | ||||
-rw-r--r-- | language/zh_CN/help/history.html | 22 |
3 files changed, 199 insertions, 0 deletions
diff --git a/language/zh_CN/help/cat_modify.html b/language/zh_CN/help/cat_modify.html new file mode 100644 index 000000000..0c3b07be1 --- /dev/null +++ b/language/zh_CN/help/cat_modify.html @@ -0,0 +1,126 @@ +<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>你可以在"属性"管理页面上管理这些选项 ( <span +class="pwgScreen">评论</span>, <span class="pwgScreen">上锁</span>, +<span class="pwgScreen">公共/私有</span>, <span +class="pwgScreen">Representative</span> 只有管理员可见 <span +class="pwgScreen">» Albums » Properties</span>).</p> + +<h3>排序</h3> + +<p>使用默认的图像排序顺序。</p> + +<p>指出这种排序顺序是否也将应用到子相册。</p> + +<p>指定这个相册的排序标准</p> +<ul> +<li><strong>创建日期</strong>: 图片拍摄日期.</li> +<li><strong>发布日期</strong>: 同步(到画廊的)日期</li> +<li><strong>平均得分 (*)</strong>: 用户对图片的评分会影响平均得分.</li> +<li><strong>访问量 (*)</strong>: 访问次数会影响最高访问量的排名.</li> +<li><strong>文件名</strong>: 属性字段中的名字</li> +<li><strong>Id</strong>: 内部Id (Id是递增的).</li> +</ul> +<p><strong>(*)</strong>注意: 务必自己测试这些排序,因为它们可能获得意想不到的结果。</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 diff --git a/language/zh_CN/help/extend_for_templates.html b/language/zh_CN/help/extend_for_templates.html new file mode 100644 index 000000000..a14b491b3 --- /dev/null +++ b/language/zh_CN/help/extend_for_templates.html @@ -0,0 +1,51 @@ +<h2>模板扩展配置</h2> + +<h3>关于</h3> +<p>Your Piwigo gallery can be customised by replacing existing template files with customised versions. For example, the default header template (header.tpl) can be replaced by a customised header template (my-header.tpl). After submitting the changes to the database the gallery will display the customised header instead of the original header.<br> +Template extensions are a powerful way to create customised themes for both new and advanced users. Used together with the LocalFiles Editor you can create your own child themes.</p> + +<h3>原始模板</h3> +<p>A theme contains a number of template files that make up the gallery pages. These are the original templates.</p> + +<h3>Optional URL Keyword</h3> +<p>These are words found in the gallery URL after the module name. They can also be active permalinks (See the permalink documentation for more information). <a href="#warnings">WARNING:</a> if the same original template and same keyword is used on more than one customised template only the last one is active.</p> + +<h3>Bound Theme</h3> +<p>The bound theme is the theme from which the template files are being replaced.</p> + +<h3>Where are the original templates?</h3> +<p>Original templates are the template files shipped with each theme. These are saved in <em>/themes/default/template</em> (or <em>themes/<theme name>/template</em>). These template files should not be edited in place as changes will be lost with theme upgrades.<br> +Supported original templates include:</p> +<ul> + <li><span class="filename">index.tpl</span></li> + <li><span class="filename">mainpage_categories.tpl</span> and/or <span class="filename">thumbnails.tpl</span></li> + <li><span class="filename">menubar.tpl</span></li> + <li><span class="filename">header.tpl</span> and/or <span class="filename">footer.tpl</span></li> + <li><span class="filename">picture_content.tpl</span> and/or <span class="filename">picture.tpl</span></li> + <!-- <li><span class="filename">slideshow.tpl</span></li> --> + <li><span class="filename">profile.tpl</span> and/or <span class="filename">profile_content.tpl</span></li> + <li><span class="filename">tags.tpl</span></li> + <li><span class="filename">upload.tpl</span></li> + <li><span class="filename">about.tpl</span></li> + <li><span class="filename">popuphelp.tpl</span></li> + <li><span class="filename">search.tpl</span> and/or <span class="filename">search_rules.tpl</span></li> + <li><span class="filename">nbm.tpl</span> and/or <span class="filename">notification.tpl</span></li> + <li><span class="filename">identification.tpl</span> and/or <span class="filename">register.tpl</span></li> + <li><span class="filename">redirect.tpl</span></li> +</ul> +<h3>Saving customised templates</h3> +<p>Customised templates should be saved in the template-extension folder or subfolders. For example, <em>/template-extension/my-default/header.tpl</em> (or <em>/template-extension/<my-theme-name>/header.tpl</em>) Template files can have any name with a .tpl extension. The template files in subfolders appear in the Template configuration screen as available custom templates.</p> +<h3>Activating customised templates</h3> +<p>Select the original template to replace. Optionally choose a URL keyword to ensure that the customised template is only shown on pages with that keyword. Select a bound theme and the changes will be effective on that theme. Submit the changes to the database.</p> +<h3>Deactivating customised templates</h3> +<p>Unselect the original template and submit the changes to the database.<br> +Delete the customised template files from the template-extension folder.</p> + +<a name="warnings"></a> +<h3>Warnings</h3> +<ul> + <li><strong>The original template</strong> must be the original template otherwise you may have unpredictable results.</li> + <li>If the same original template and same URL keyword is used on more than one customised template only the last one is active.</li> + <li>Distributed sample template files are for test purposes only. Do not edit them. Create your own ones or copy existing theme template files into <em>/template-extension/<my-theme>/</em></li> + <li>When the customised template is deleted the original template file is immediately reactivated.</li> +</ul>
\ No newline at end of file diff --git a/language/zh_CN/help/history.html b/language/zh_CN/help/history.html new file mode 100644 index 000000000..d1a711473 --- /dev/null +++ b/language/zh_CN/help/history.html @@ -0,0 +1,22 @@ +<h2>历史</h2> + +<p在这个页面中,您可以查看相册的访问历史记录,这与您在如下页面中的配置有关:管理 » 定制 » 选项 » 历史</p> + +<h3>统计</h3> +<ul> + <p>如果您选择记录 (<span class="pwgScreen">index.php</span> 和 <span class="pwgScreen">picture.php</span>) 的访问量,您可以在这个标签页查看数据。</p> + <li><strong>全局统计</strong>: 每年的访问量。 </li> + <li><strong>按年统计</strong>: 选中年份中每个月的访问量。</li> + <li><strong>按月统计、</strong>:选中月份中每天的访问量。</li> + <li><strong>按日统计</strong>: 选中日期每小时的访问量。</li> +</ul> + +<h3>搜索</h3> +<ul> + <p>如果您选择记录 (<span class="pwgScreen">index.php</span> 和 <span class="pwgScreen">picture.php</span>) 的访问量,您可以通过不同的筛选方式查看统计细节。</p> + <li><strong>按日期筛选:</strong>选择搜索开始的和结束的时间范围。、</li> + <li><strong>按元素类型筛选:</strong> 选择需要统计的元素类型。</li> + <li><strong>按用户筛选:</strong>选择需要统计的用户。</li> + <li><strong>按图像定义筛选:</strong> 选择需要统计的图像定义。</li> + <li><strong>按文件名筛选:</strong> 选择需要统计的文件名。</li> +</ul>
\ No newline at end of file |