From 2c2202987d7109372f77dd5a6aa1c51ffcc012dc Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 16 Jan 2011 18:15:54 +0000 Subject: [trunk] - update EN help git-svn-id: http://piwigo.org/svn/trunk@8703 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/photos_add_ftp.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/language/en_UK/help/photos_add_ftp.html b/language/en_UK/help/photos_add_ftp.html index 1fcafa364..12b2a7f5b 100644 --- a/language/en_UK/help/photos_add_ftp.html +++ b/language/en_UK/help/photos_add_ftp.html @@ -8,7 +8,7 @@
  • With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.
  • -
  • Logon your gallery and go to Administration » Pictures » Thumbnails to create missing thumbnails.
  • +
  • Logon your gallery and go to Administration » Tools » Thumbnails to create missing thumbnails.
  • Go to Administration and click on the big Synchronization button.
  • @@ -63,7 +63,7 @@ Congratulations! You have successfully created the first album of your photo gal -
  • Except for those named "thumbnail", "pwg-high" or "pwg_representative" (see explanations below), each directory under "galleries" produces a category. There is no limit on deepness.
  • +
  • Except for those named "thumbnail", "pwg-high" or "pwg_representative" (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 @@ -72,20 +72,20 @@ Congratulations! You have successfully created the first album of your photo gal be a picture if its extension is among picture_ext configuration parameter possibilities.
  • -
  • Picture elements must have an associated thumbnail (see section below +
  • Photo elements must have an associated thumbnail (see section below about thumbnails)
  • -
  • Picture elements can have a high quality file associated. As for +
  • Photo elements can have a high quality file associated. As for wedding.jpg in the example above. No prefix on the high quality picture.
  • -
  • Non picture elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename +
  • No 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).
  • Warning: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.
  • Once files, thumbnails and representatives are correctly placed in the - directories, go to: Administration » Categories » + directories, go to: Administration » Tools » Synchronize
  • @@ -97,7 +97,7 @@ Congratulations! You have successfully created the first album of your photo gal
  • Each photo must have its thumbnail.
  • -
  • Thumbnails are stored in the "thumbnail" sub-directory of the category +
  • Thumbnails are stored in the "thumbnail" sub-directory of the album directory. The thumbnail has the same filename as the corresponding photo, with configuration parameter prefix_thumbnail as prefix (see include/config.inc.php).
  • Thumbnails files have not necessary the same extension as the associated image (eg a ".jpg" image may have a ".GIF" extension).
  • @@ -106,7 +106,7 @@ Congratulations! You have successfully created the first album of your photo gal
  • The usage of the thumbnails creation tool integrated in Piwigo is not advisable, because the resulting quality might be disappointing and this will lie heavily on the server ressources (and that could be a serious problem on a shared server). -
  • If you choose to use the webserver to generate thumbnails, you must allow write access on all category directories.
  • +
  • If you choose to use the webserver to generate thumbnails, you must allow write access on all albums directories.
  • -- cgit v1.2.3