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_TW/help/photos_add_ftp.html | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'language/zh_TW/help/photos_add_ftp.html') diff --git a/language/zh_TW/help/photos_add_ftp.html b/language/zh_TW/help/photos_add_ftp.html index 883527605..9042bc848 100755 --- a/language/zh_TW/help/photos_add_ftp.html +++ b/language/zh_TW/help/photos_add_ftp.html @@ -43,11 +43,20 @@ |-- 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 -
  • Except for "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.
  • +
  • Except for "pwg_representative" and "pwg_format" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.
  • Basically, an element is represented by a file. A file can be a Piwigo element if its extension is among file_ext @@ -56,10 +65,12 @@ be a picture if its extension is among picture_ext configuration parameter possibilities.
  • -
  • No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename +
  • Non photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename extension. Optionally, you can associate a thumbnail and a representative file (see video.avi in the example above).
  • +
  • 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');
  • +
  • 警告: ​​目錄和文件的名稱必須包含字母,數字,“ - ”,“_”或“.”。不能空白,及特殊字符。
  • 一旦照片被放置在正確的 @@ -68,18 +79,3 @@ - - - - 每個目錄下的“畫廊”除為“pwg_representative”(見下面的說明),
  • 產生一個專輯。有沒有深度的限制。 - -
  • 基本上,一個元素表示的一個文件。一個文件就可以了 - Piwigo的元素,如果其擴展名之間的 file_ext - 配置參數的可能性(請參閱<跨度 - 類=“文件名”> / config_default.inc.php 文件)。一個文件可以 - 是一個圖片,如果其擴展名之間的 picture_ext - 配置參數的可能性。 - -
  • 沒有照片元素(視頻,聲音,文件文本,無論你想...)默認情況下,文件名對應一個圖標代表 - 擴展名。或者,您可以將一個縮略圖,並代表 - 文件(見video.avi在上面的例子)。 -- cgit v1.2.3