aboutsummaryrefslogtreecommitdiffstats
path: root/language/hu_HU/help/photos_add_ftp.html
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-01 12:24:20 +0000
committerplegall <plg@piwigo.org>2010-04-01 12:24:20 +0000
commitdd22f7a26e7968afa6c59719744f08ca106c6894 (patch)
treebe913d852cbefd79aaf78e36913e718e03088270 /language/hu_HU/help/photos_add_ftp.html
parent542784a54bfb69ca5c952fe91e836f249ab88d8d (diff)
i18n: apply help.html dispatch to all languages having the help.html filled for 2.0
git-svn-id: http://piwigo.org/svn/trunk@5526 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/hu_HU/help/photos_add_ftp.html')
-rw-r--r--language/hu_HU/help/photos_add_ftp.html109
1 files changed, 109 insertions, 0 deletions
diff --git a/language/hu_HU/help/photos_add_ftp.html b/language/hu_HU/help/photos_add_ftp.html
new file mode 100644
index 000000000..583082618
--- /dev/null
+++ b/language/hu_HU/help/photos_add_ftp.html
@@ -0,0 +1,109 @@
+<fieldset>
+ <legend>Kezdő lépések</legend>
+
+<ol>
+ <li>Hozz létre egy könyvtárat a számítógépen.</li>
+ <li>Másolj be néhány képet a könyvtárba, a Weben engedélyezett méret figyelembe vételével. <em>Figyelem</em>: A fájl és mappa neve is csak betűket és számokat tartalmazhat az angol abc szerint, valamint a következő speciális karaktereket: "-", "_" vagy ".". Tilos szóközt (SPACE) valamint egyéb különleges karaktereket használni.</li>
+ <li>Másold fel FTP program segítségével a "galeries" mappába az így létrehozott mappádat.</li>
+ <li>Lépj be a galériába és menj az <span class="pwgScreen">Adminisztráció &raquo; Képek &raquo; Bélyegképek</span> oldalra, hogy létrehozd a hiányzó bélyegképeket.</li>
+ <li>Menj vissza az <span class="pwgScreen">Adminisztráció</span> menübe és kattints a szinkronizálás gombra.</li>
+</ol>
+
+Gratulálunk, ezzel létrehoztad az első kategória képtárat.
+
+</fieldset>
+<fieldset>
+ <legend>Könyvtárak és fájlok szervezése</legend>
+
+<ul>
+
+ <li>
+
+ <p>A mappák és kategóriák listája a "galeries" könyvtárban
+Itt következik a könyvtárfa egy kis galériáról,
+(de számos funkcióval): </p>
+
+<pre>
+.
+| - Admin
+| - Doc
+| - Galleries
+| | - Kategorie-1
+| | | - Kategorie-1.1
+| | | | - Kategorie-1.1.1
+| | | | | - Kategorie-1.1.1.1
+| | | | | | - Pwg_high
+| | | | | | + - Mariage.jpg
+| | | | | | - Thumbnail
+| | | | | | + - TN-mariage.jpg
+| | | | | + - Mariage.jpg
+| | | | + - Kategorie-1.1.1.2
+| | | + - Kategorie-1.1.2
+| | | - Kategorie-1.2
+| | | | - Pookie.jpg
+| | | + - Thumbnail
+| | | + - TN-pookie.jpg
+| | + - Kategorie-1.3
+| + - Kategorie-2
+| | - Porcinet.gif
+| | - Pwg_representative
+| | + - Video.jpg
+| | - Thumbnail
+| | + - TN-porcinet.jpg
+| + - Video.avi
+| - Include
+| - Install
+| - Language
+| - Template
++ - Tool</pre>
+
+ </li>
+
+<li>Minden új alkönyvtár a "galeries" könyvtárban létrehoz egy új kategóriát. A könyvtárak mélysége nincs korlátozva.
+ A fenti példában a Kategorie-1.1.1.1 könyvtár 4. mélység szintű.</li>
+
+ <li>Basically, an element is represented by a file. A file can be a
+ Piwigo element if its extenstion is among <code>file_ext</code>
+ configuration parameter possibilities (see <span
+ class="filename">include/config_default.inc.php</span> file). A file can
+ be a picture if its extension is among <code>picture_ext</code>
+ configuration parameter possibilities.</li>
+
+ <li>Picture elements must have an associated thumbnail (see section below
+ about thumbnails)</li>
+
+ <li>Picture elements can have a high quality file associated. As for
+ wedding.jpg in the example above. No prefix on the high quality picture.</li>
+
+ <li>Non picture elements (video, sounds, file texts, what you want...) are
+ by default represented by an icon corresponding to the filename
+ extension. Optionaly, you can associate a thumbnail and a representative
+ file (see video.avi in the example above).</li>
+
+ <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, no accentuated characters.</li>
+
+ <li>Once files, thumbnails and representatives are correctly placed in the
+ directories, go to : <span class="pwgScreen">Administration &raquo; Categories &raquo;
+ Synchronize</span></li>
+
+</ul>
+
+</fieldset>
+<fieldset>
+ <legend>Thumbnails</legend>
+<ul>
+
+ <li>Each photo must have its thumbnail.</li>
+
+ <li>Thumbnails are stored in the sub-directory "thumbnail" of the category
+ directory. The thumbnail has the same filename as the corresponding photo, with <em>TN-</em> as prefix.</li>
+
+ <li><em>Advise</em>: use an external module for thumbnails creation.</li>
+
+ <li>Even if it is not recommended (image quality, web server resource load), you can use <span
+ class="pwgScreen">Administration &raquo; Pictures &raquo; Thumbnails</span> page to create thumbnails.</li>
+
+ <li>Give write access on all category directories.</li>
+
+</ul>
+</fieldset>