Changeset 17122


Ignore:
Timestamp:
Jul 26, 2012, 8:30:15 AM (12 years ago)
Author:
TranslationTeam
Message:

[extended_description] Update uk_UA, thanks to : quest_tom

Location:
extensions/ExtendedDescription/language/uk_UA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/uk_UA/help.html

    r17102 r17122  
    1111<code>[lang=default] default description [/lang]<br>
    1212[lang=en] description in english [/lang]<br>
    13 [lang=uk] опис на українській [/lang]</code>
     13[lang=uk] опис українською [/lang]</code>
    1414</li>
    1515</ul>
     
    5555</ul>
    5656<p>Цей теґ вставляє альбом в описі, де хх це ідентифікатор альбому.</p>
     57
     58<ul>
     59  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
     60</ul>
     61<p>This tag allows to insert one picture at any size you want, with:<br><br>
     62- <code>id</code> the photo identifier<br>
     63- <code>album</code> (optional) the parent album identifier<br>
     64- <code>size</code> (optional) the size of the photo, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     65- <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
     66- <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
     67
     68<ul>
     69  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
     70</ul>
     71<p>Same thing as above, except that the photo is choosed randomly into <code>album</code></p>
     72
     73<ul>
     74  <li><b>[slider album=xx nb_images=10 random=no list=aa,bb,cc size=M speed=3 title=no effect=fade arrows=yes control=yes elastic=no]</b></li>
     75</ul>
     76<p>This tag allows to insert a slideshow (NivoSlider), with (you must set <code>album</code> OR <code>list</code>):<br><br>
     77- <code>album</code> (optional) source album<br>
     78- <code>nb_images</code> (optional) max number of photos to display in the slideshow<br>
     79- <code>random</code> (optional) choose photos randomly in the album<br>
     80- <code>list</code> (optional) a list of photos ids separated by a comma<br>
     81- <code>size</code> (optional) the size of the photos, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     82- <code>speed</code> (optional) the slideshow speed (in seconds)<br>
     83- <code>title</code> (optional) display photo title<br>
     84- <code>effect</code> (optional) transition effect (see <a href="http://nivo.dev7studios.com/support/jquery-plugin-usage/">NivoSlider doc</a>)<br>
     85- <code>arrows</code> (optional) display navigation arrows<br>
     86- <code>control</code> (optional) display navigation controls<br>
     87- <code>elastic</code> (optional) adapt slideshow size to each photo</p>
    5788
    5889
Note: See TracChangeset for help on using the changeset viewer.