From f0d29d9134193be7fe708b6a2f54f80eeb9e77bf Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 3 May 2016 15:55:16 +0200 Subject: cherry-pick 50 commits from translation git log --reverse --oneline translation ^master --pretty=format:"git cherry-pick --no-commit %H" a452994..c7465d6 | bash --- language/zh_CN/help/photos_add_ftp.html | 77 +++++++++++++-------------------- 1 file changed, 29 insertions(+), 48 deletions(-) (limited to 'language/zh_CN/help/photos_add_ftp.html') diff --git a/language/zh_CN/help/photos_add_ftp.html b/language/zh_CN/help/photos_add_ftp.html index eb2231ab7..1702be851 100644 --- a/language/zh_CN/help/photos_add_ftp.html +++ b/language/zh_CN/help/photos_add_ftp.html @@ -25,38 +25,33 @@

相册文件夹均放在 Piwigo 的 "galleries" 文件夹里。以下的文件夹树里有一个很小的相册(但使用了很多功能):

-.
-|-- admin
-|-- doc
-|-- galleries
-|   |-- category-1
-|   |   |-- category-1.1
-|   |   |   |-- category-1.1.1
-|   |   |   |   |-- category-1.1.1.1
-|   |   |   |   |   |-- pwg_high
-|   |   |   |   |   |   +-- wedding.jpg
-|   |   |   |   |   |-- thumbnail
-|   |   |   |   |   |   +-- TN-wedding.jpg
-|   |   |   |   |   +-- wedding.jpg
-|   |   |   |   +-- category-1.1.1.2
-|   |   |   +-- category-1.1.2
-|   |   |-- category-1.2
-|   |   |   |-- pookie.jpg
-|   |   |   +-- thumbnail
-|   |   |       +-- TN-pookie.jpg
-|   |   +-- category-1.3
-|   +-- category-2
-|       |-- piglet.gif
-|       |-- pwg_representative
-|       |   +-- video.jpg
-|       |-- thumbnail
-|       |   +-- TN-piglet.jpg
-|       +-- video.avi
-|-- include
-|-- install
-|-- language
-|-- template
-+-- tool
+galleries +|-- wedding +| |-- celebration +| | |-- arrival +| | | |-- paul-alone.jpg +| | | +-- sarah-alone.jpg +| | +-- departure +| | +-- paul-and-sarah.jpg +| +-- party +| |-- dancers001.jpg +| |-- dancers002.jpg +| +-- dancers003.jpg ++-- honeymoon +| |-- hotel.png +| |-- video-from-plane.avi +| +-- pwg_representative +| +-- video-from-plane.jpg ++-- photoshoot + |-- img0001.jpg + |-- img0002.jpg + +-- pwg_format + |-- img0001.cr2 + |-- img0001.cmyk.jpg + |-- img0001.zip + |-- img0002.cr2 + +-- img0002.cmyk.jpg + @@ -70,6 +65,8 @@
  • 非图片元素 (如视频,声频,文本文件,一切你想到的...) 均以文件扩展名的默认图标显示。或者,你可以用一张缩略图来代表这个文件 (参见 video.avi 的例子)。
  • +
  • Multiple formats: a photo can be available in several formats. In this example, we have 3 additional formats for img0001.jpg. You can activate this feature with $conf['enable_formats'] = true; in your local configuration and define a list of formats, like $conf['format_ext'] = array('cmyk.jpg', 'cr2', 'zip');
  • +
  • 注意: 文件名和文件夹必须以字母、数字、 "-"、 "_" 或者 "." 组成。没有空格,没有特别的符号。
  • 一旦文件、缩略图都放到其正确的位置后,进入 : 后台管理 » 工具 » @@ -78,19 +75,3 @@ -
    - 缩略图 -
      - -
    • 每个图片必须要有一张缩略图。
    • - -
    • 缩略图保存在相册文件夹里名为 "thumbnail" 的子文件夹。缩略图文件名与图片的文件名一致,将会以 TN- 为前缀
    • - -
    • 建议: 使用外部工具来创建缩略图。
    • - -
    • 你可以使用后台管理 » 图片 » 缩略图 页面来创建缩略图。即使这是不被推荐的(考虑到图片品质,网络服务器资源读取等问题)。
    • - -
    • 分配给所有相册文件夹写权限。
    • - -
    -
    -- cgit v1.2.3