source: trunk/language/tr_TR/help/photos_add_ftp.html @ 20583

Last change on this file since 20583 was 20583, checked in by TranslationTeam, 11 years ago

[trunk_help] Update tr_TR, thanks to : hakanselcuk

  • Property svn:executable set to *
File size: 2.6 KB
Line 
1<fieldset>
2  <legend>Hızlı Başlangıç</legend>
3
4<ol>
5  <li>Bilgisayarınızda bir klasör oluşturun.</li> 
6
7  <li>Webde görüntülemek için yeniden boyutlandırdığınız fotoğraflarınızı oluşturduğunuz klasörün içine kopyalayın . <em>Önemli Uyarı </em>: Oluşturmuş olduğunuz klasör ve dosya isimleri sadece harf ve rakamlardan oluşmalı, "-", "_" or ".". Boşluk karakteri olmamalı, ve diğer karakterleri içermemelidir.</li>
8
9  <li>FTP Client ile masaüstünde oluşturduğunuz klasörü Piwigo Yüklediğiniz dizindeki 'galleries' klasörüne kopyalayın. </li>
10
11  <li>Galeri sitenizin Admin paneline giriş yaptıktan sonra <span class="pwgScreen">Yönetim Ana Sayfasına </span> girerek  Senkronizasyon butonuna basın.</li>
12</ol>
13
14<p>Tebrikler!İlk albümünüzü başarı ile oluşturdunuz..</p>
15</fieldset>
16
17<fieldset>
18  <legend>Dizin ve dosya organizasyonu</legend>
19
20<ul>
21
22  <li>
23
24    <p>"galleries" klasörünün altındaki albüm dizinleri Piwigo nun bir çok özelliğini kullanmış olarak aşağıdaki gibi sıralanmıştır.</p>
25
26    <pre>
27galleries
28|-- wedding
29|   |-- celebration
30|   |   |-- arrival
31|   |   |   |-- paul-alone.jpg
32|   |   |   +-- sarah-alone.jpg
33|   |   +-- departure
34|   |       +-- paul-and-sarah.jpg
35|   +-- party
36|       |-- dancers001.jpg
37|       |-- dancers002.jpg
38|       +-- dancers003.jpg
39+-- honeymoon
40    |-- hotel.png
41    |-- video-from-plane.avi
42    +-- pwg_representative
43        +-- video-from-plane.jpg
44</pre>
45
46  </li>
47
48  <li>Except for "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.</li>
49
50  <li>Basically, an element is represented by a file. A file can be a
51  Piwigo element if its extension is among <code>file_ext</code>
52  configuration parameter possibilities (see <span
53  class="filename">include/config_default.inc.php</span> file). A file can
54  be a picture if its extension is among <code>picture_ext</code>
55  configuration parameter possibilities.</li>
56
57  <li>No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename
58  extension. Optionally, you can associate a thumbnail and a representative
59  file (see video.avi in the example above).</li>
60
61  <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.</li>
62
63  <li>Once photos are correctly placed in the
64  directories, go to: <span class="pwgScreen">Administration &raquo; Tools &raquo;
65  Synchronize</span></li>
66
67</ul>
68</fieldset>
Note: See TracBrowser for help on using the repository browser.