Changeset 11532
- Timestamp:
- Jun 27, 2011, 10:26:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/language/tr_TR/help.html
r11477 r11532 1 <h2> Extended Description</h2>1 <h2>Genişletilmiş Açıklama</h2> 2 2 3 <h3> Multilanguage descriptions</h3>3 <h3>Çoklu Dil açıklamaları</h3> 4 4 5 <p> Multilanguage descriptions are placed between [lang=xx] and [/lang] tags, where xx is the language code (for example en, es, fr). There is also 2 special languages : [lang=default] and [lang=all]</p>5 <p>Çoklu Dil açıklamaları [lang=xx] ve [/lang] etiketleri arasında, xx dil kodu olmakla beraber (örnekler en, es, fr). 2 özel dil vardır bunlar : [lang=default] varsayılan ve [lang=all] hepsi</p> 6 6 7 7 <ul> 8 <li><b> Example</b>:<br>8 <li><b>Örnek</b>:<br> 9 9 <br> 10 <code>[lang=default] default description[/lang]<br>11 [lang=en] description in english[/lang]<br>12 [lang=de] deutsche Beschreibung[/lang]</code>10 <code>[lang=default] varsayılan açıklama [/lang]<br> 11 [lang=en] ingilizce açıklama [/lang]<br> 12 [lang=de] almanca açıklama [/lang]</code> 13 13 </li> 14 14 </ul> 15 15 16 <p> The default description will be used if the description is not available in the connected user selected language.17 If [lang=default] does not exists, anything outside the [lang] tags will be considered as the default description.</p>16 <p>Bağlı olan kullanıcının seçtiği dildeki açıklama yoksa varsayılan açıklama kullanılır. 17 Eğer [lang=default] yoksa, [lang] etiketi dışındaki açıklama varsayılan açıklama olarak kabul edilecektir.</p> 18 18 19 <p><u> Special language <i>all</i></u>: anything inside [lang=all] will be included in the description, anywhat the connected user defined language is.20 This is mainly useful to include HTML/JavaScript code inside a description.</p>19 <p><u>Özel dil <i>all</i></u>: [lang=all] içinde olanlar açıklama olarak tüm bağlı olan kullanıcılar için geçerli açıklama olacaktır. 20 Bu çoğunlukla HTML/JavaScript kodları içine açıklama eklemek için faydalıdır.</p> 21 21 22 <h3> Extended descriptions</h3>22 <h3>Genişletilmiş açıklamalar</h3> 23 23 24 <p>Extended description tags make it possible to have a short description for the album outside the album, 25 a longer description for the album inside the album page, 26 or even 2 distinct descriptions inside the album page.</p> 24 <p>Genişletilmiş açıklama etiketleri sizlere albüm dışında albüm için açıklama, 25 albüm sayfasında daha uzun bir açıklama ve albüm sayfasında 2 farklı açıklama olanakları sunar.</p> 27 26 28 <p> tag <!--more--> adds text to the short description.<br>29 tag <!--complete--> let the user have 2 distinct descriptions.<br>30 tag <!--up-down--> let the user have a top and a bottom description.</p>27 <p>etiket <!--more--> kısa bir açıklama metni ekler.<br> 28 etiket <!--complete--> 2 farklı açıklama metni ekler.<br> 29 etiket <!--up-down--> üst ve altta olmak üzere açıklama metni ekler.</p> 31 30 32 31 <ul> 33 <li><b> tag<!--more--></b></li>32 <li><b>etiket <!--more--></b></li> 34 33 </ul> 35 <code> short description <!--more--> long description</code>36 <p> Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>34 <code>kısa açıklama <!--more--> uzun açıklama</code> 35 <p>Albüm dışında sadece kısa açıklama gösterilir. Albüm sayfasında ise hem kıse hemde uzun açıklama gösterilir.</p> 37 36 38 37 <ul> 39 <li><b> tag<!--complete--></b></li>38 <li><b>etiket <!--complete--></b></li> 40 39 </ul> 41 <code> short description <!--complete--> long description</code>42 <p> Only the short description is displayed outside the album. On the album page, you will only see the long description, so you have 2 distinct descriptions.</p>40 <code>kısa açıklama <!--complete--> uzun açıklama</code> 41 <p>Albüm dışında sadece kısa açıklama gösterilir. Albüm sayfasında ise sadece uzun açıklama gösterilir.</p> 43 42 44 43 <ul> 45 <li><b> tag<!--up-down--></b></li>44 <li><b>etiket <!--up-down--></b></li> 46 45 </ul> 47 <code> top description <!--up-down--> bottom description</code>48 <p> Only the top description is displayed outside the album. On the album page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>46 <code>üst açıklama <!--up-down--> alt açıklama</code> 47 <p>Albüm dışında sadece üst açıklama gösterilir. Albüm sayfasında, üst açıklama küçük resimlerin üstünde, alt açıklama ise küçük resimlerin altında gösterilir.</p> 49 48 50 <h3> Insert a album or a photo</h3>49 <h3>Bir albüm veya fotoğraf yerleştirme</h3> 51 50 52 51 <ul> 53 <li><b> tag[cat=xx]</b></li>52 <li><b>etiket [cat=xx]</b></li> 54 53 </ul> 55 <p> This tag inserts a album in the description, where xx is the album identifier.</p>54 <p>Bu etiket bir açıklamaya albüm ekler, xx albüm tanımlayıcısıdır.</p> 56 55 57 56 <ul> 58 <li><b> tag[img=xx1 xx2 xxN;yyyy;name]</b></li>57 <li><b>etiket [img=xx1 xx2 xxN;yyyy;name]</b></li> 59 58 </ul> 60 <p> This tag allows to insert one or more thumbnail in the description, with:<br><br>61 - xx the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.59 <p>Bu etiket açıklamaya bir veya bir kaç küçük resim eklemenizi sağlar:<br><br> 60 - xx resim tanımlayıcısı; Albüm tanımlayıcısını resim tanımlayıcısı yanına ekleyebilirsiniz: <code>xx.ccc</code>. 62 61 <br> 63 - yyyy ( optional) : can take any value among {left, right}.</p>64 - name ( optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the photo markup <title> is fill with the name.</p>62 - yyyy (isteğe bağlı) : {left, right} arasında herhangi bir değer alabilir.</p> 63 - name (isteğe bağlı) : {name, titleName} arasında herhangi bir değer alabilir. Eğer <i>name</i> küçük resim altında resim adı gösterilir, <i>titleName</i> <title> resim biçimlendirme adı.</p> 65 64 66 65 67 <h3> Hide a album</h3>66 <h3>Bir albüm gizle</h3> 68 67 69 <p> Use tag <b><!--hidden--></b> in the album name:<br>68 <p>etiket <b><!--hidden--></b> albüm adında kullanırsanız:<br> 70 69 <br> 71 - it won't be displayed in the parent album<br>72 - it remains visible in the album menu</p>70 - ana albümde gösterilmeyecektir<br> 71 - albüm menüsünde gösterilecektir</p> 73 72 74 <h3> Hide a album in menu</h3>73 <h3>Bir albümü menüde gizle</h3> 75 74 76 <p> Use tag <b><!--mb-hidden--></b> in the album name:<br>75 <p>etiket <b><!--mb-hidden--></b> albüm adında kullanırsanız:<br> 77 76 <br> 78 - it won't be displayed in the album menu<br>79 - it remains visible in the parent album</p>77 - albüm menüsünde gösterilmeyecektir<br> 78 - ana albümde ise gösterilecektir</p> 80 79 81 <h3> Hide a photo</h3>80 <h3>Bir resim gizle</h3> 82 81 83 <p> Use tag <b><!--hidden--></b> in the photo name:<br>82 <p>etiket <b><!--hidden--></b> resim adında kullanırsanız:<br> 84 83 <br> 85 - it won't be displayed on the thumbnails page<br>86 - it remains visible inside the album</p>84 - küçük resimler sayfasında gösterilmeyecektir<br> 85 - albüm sayfasında ise gösterilecektir</p> 87 86 88 <h3> Redirected album</h3>87 <h3>Albüm Yönlendirme</h3> 89 88 90 89 <ul> 91 90 <li><b>[redirect http://piwigo.org]</b></li> 92 91 </ul> 93 <p> Insert this tag into a album description to redirect it to the URL of your choice.</p>92 <p>Bir albüm açıklamasına ekleyeceğiniz bu etiket ile belirtmiş olduğunuz URL adresine yönlendirilecektir.</p> 94 93 95 94 <ul> 96 95 <li><b>[redirect img=xx]</b></li> 97 96 </ul> 98 <p> Redirect to a photo of your gallery where xx is the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.</p>97 <p>Galerinizdeki xx tanımlayıcılı resime yönlendirir; albüm tanımlayıcısını resim tanımlayıcı yanına ekleyebilirsiniz: <code>xx.ccc</code>.</p> 99 98 100 99 <ul> 101 100 <li><b>[redirect cat=xx]</b></li> 102 101 </ul> 103 <p> Redirect to a album of your gallery where xx the album identifier.</p>102 <p>xx tanımlayıcısı ile bir albümü galerinizdeki başka bir albüme yönlendirme yapılır.</p> 104 103 105 104 <ul> 106 105 <li><b>[redirect search=xx]</b></li> 107 106 </ul> 108 <p> Redirect to a search page of your gallery where xx is the search identifier.</p>107 <p>xx tanımlayıcısı ile galerinizdeki bir arama sayfasına yönledirme yapılır.</p>
Note: See TracChangeset
for help on using the changeset viewer.