aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/help/thumbnail.html
diff options
context:
space:
mode:
authortosca <tosca@piwigo.org>2010-03-26 11:41:29 +0000
committertosca <tosca@piwigo.org>2010-03-26 11:41:29 +0000
commit0269e7b3def717a10baf16b89f5e1b7798179161 (patch)
tree611ab3c7946e6bc07785a6eb5194717cf085733a /language/en_UK/help/thumbnail.html
parentf4aa027d007822ec8dd0e3bdd8edd146807ffd92 (diff)
Another reviewed batch of EN/FR help language files.
Still some to do ... git-svn-id: http://piwigo.org/svn/trunk@5379 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/help/thumbnail.html')
-rw-r--r--language/en_UK/help/thumbnail.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/language/en_UK/help/thumbnail.html b/language/en_UK/help/thumbnail.html
index aaaf255a9..ff19796be 100644
--- a/language/en_UK/help/thumbnail.html
+++ b/language/en_UK/help/thumbnail.html
@@ -1,28 +1,29 @@
<h2>Thumbnails creation</h2>
-<p>This page let you create missing thumbnails.</p>
+<p>This page let you create missing thumbnails. It is advised not to use this functionality if your gallery is hosted on a shared server.</p>
<dl>
<dt>GD version</dt>
<dd>GD is the picture manipulating library for PHP. Choose the version
- installed on your server. If you choose the wrong, you'll just have errors
- messages, come back with your browser and choose the other version. If no
- version works, it means your server doesn't support GD.</dd>
+ installed on your server. You will be warned by an error message, should you choose the wrong one; just come back to the previous page with your browser and choose the other version. If no
+ version works, then your server does not support GD.</dd>
<dt>Width and height</dt>
- <dd>Maximum dimensions that thumbnails can take. Aspect ratio is
- maintained.</dd>
+ <dd>Maximum thumbnails dimensions. Original aspect ratio is
+ preserved. Default values can be modified using configuration settings <code>tn_width</code> et
+<code>tn_height</code> (see <span
+class="filename">include/config_default.inc.php</span> file).</dd>
<dt>Number of thumbnails to create</dt>
- <dd>Do not try to miniaturize too many pictures in the same time. Indeed, miniaturization uses a lot of CPU. If you installed Piwigo on a free provider, a too high CPU load can sometime lead to the deletion of your website.</dd>
+ <dd>Do not try to miniaturize too many pictures at once. The miniaturization process does use a lot of CPU. If your Piwigo gallery is hosted by a free provider, too high CPU a load might lead to the withdrawal of your website.</dd>
<dt>File format</dt>
- <dd>Only JPEG file format is supported for thumbnail creation. Thumbnails
- can be created only from PNG and JPEG pictures.</dd>
+ <dd>Thumbnails are created in JPEG file format. They
+ can be created from PNG and JPEG pictures only.</dd>
</dl>