Changeset 13451 for trunk/language/en_UK
- Timestamp:
- Mar 1, 2012, 5:18:31 PM (13 years ago)
- Location:
- trunk/language/en_UK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK/admin.lang.php
r13282 r13451 853 853 $lang['Cancel'] = 'Cancel'; 854 854 $lang['List'] = 'List'; 855 $lang['Web Form'] = 'Web Form'; 856 $lang['Applications'] = 'Applications'; 855 857 ?> -
trunk/language/en_UK/help/photos_add_ftp.html
r12025 r13451 9 9 <li>With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.</li> 10 10 11 <li>Logon your gallery and go to <span class="pwgScreen">Administration » Tools » Thumbnails</span> to create missing thumbnails.</li> 12 13 <li>Go to <span class="pwgScreen">Administration</span> and click on the big Synchronization button.</li> 11 <li>Logon your gallery and go to <span class="pwgScreen">Administration</span> and click on the big Synchronization button.</li> 14 12 </ol> 15 13 16 Congratulations! You have successfully created the first album of your photo gallery. 14 <p>Congratulations! You have successfully created the first album of your photo gallery.</p> 17 15 </fieldset> 18 16 … … 29 27 30 28 <pre> 31 . 32 |-- admin 33 |-- doc 34 |-- galleries 35 | |-- album-1 36 | | |-- album-1.1 37 | | | |-- album-1.1.1 38 | | | | |-- album-1.1.1.1 39 | | | | | |-- pwg_high 40 | | | | | | +-- wedding.jpg 41 | | | | | |-- thumbnail 42 | | | | | | +-- TN-wedding.jpg 43 | | | | | +-- wedding.jpg 44 | | | | +-- album-1.1.1.2 45 | | | +-- album-1.1.2 46 | | |-- album-1.2 47 | | | |-- pookie.jpg 48 | | | +-- thumbnail 49 | | | +-- TN-pookie.jpg 50 | | +-- album-1.3 51 | +-- album-2 52 | |-- piglet.gif 53 | |-- pwg_representative 54 | | +-- video.jpg 55 | |-- thumbnail 56 | | +-- TN-piglet.jpg 57 | +-- video.avi 58 |-- include 59 |-- install 60 |-- language 61 |-- local 62 |-- plugins 63 |-- template-extension 64 |-- themes 65 +-- tool</pre> 29 galleries 30 |-- wedding 31 | |-- celebration 32 | | |-- arrival 33 | | | |-- paul-alone.jpg 34 | | | +-- sarah-alone.jpg 35 | | +-- departure 36 | | +-- paul-and-sarah.jpg 37 | +-- party 38 | |-- dancers001.jpg 39 | |-- dancers002.jpg 40 | +-- dancers003.jpg 41 +-- honeymoon 42 |-- hotel.png 43 |-- video-from-plane.avi 44 +-- pwg_representative 45 +-- video-from-plane.jpg 46 </pre> 66 47 67 48 </li> 68 49 69 <li>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.</li>50 <li>Except for "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.</li> 70 51 71 52 <li>Basically, an element is represented by a file. A file can be a … … 76 57 configuration parameter possibilities.</li> 77 58 78 <li>Photo elements must have an associated thumbnail (see section below79 about thumbnails)</li>80 81 <li>Photo elements can have a high quality file associated. As for82 wedding.jpg in the example above. No prefix on the high quality picture.</li>83 84 59 <li>No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename 85 60 extension. Optionally, you can associate a thumbnail and a representative … … 88 63 <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.</li> 89 64 90 <li>Once files, thumbnails and representatives are correctly placed in the65 <li>Once photos are correctly placed in the 91 66 directories, go to: <span class="pwgScreen">Administration » Tools » 92 67 Synchronize</span></li> … … 94 69 </ul> 95 70 </fieldset> 96 97 <fieldset>98 <legend>Thumbnails</legend>99 <ul>100 101 <li>Each photo must have its thumbnail.</li>102 103 <li>Thumbnails are stored in the "thumbnail" sub-directory of the album104 directory. The thumbnail has the same filename as the corresponding photo, with configuration parameter <code>prefix_thumbnail</code> as prefix (see <span class="filename">include/config.inc.php</span>).</li>105 106 <li>Thumbnails files have not necessary the same extension as the associated image (eg a ".jpg" image may have a ".GIF" extension).</li>107 108 <li>It is recommended to use an external module for thumbnails creation.</li>109 110 <li>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).111 112 <li>If you choose to use the webserver to generate thumbnails, you must allow write access on all albums directories.</li>113 114 </ul>115 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.