Changeset 17187


Ignore:
Timestamp:
Jul 28, 2012, 10:02:28 AM (12 years ago)
Author:
TranslationTeam
Message:

[extended_description] Update en_UK, thanks to : Tadjio

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

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/en_UK/description.txt

    r11384 r17187  
    1 Add multilinguale descriptions, banner, NMB, album name, etc...
     1Add multilingual descriptions, banner, NBM, album name, etc...
  • extensions/ExtendedDescription/language/en_UK/help.html

    r17102 r17187  
    44<h3>Multilanguage descriptions</h3>
    55
    6 <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>
     6<p>Multilanguage descriptions are placed between [lang=xx] and [/lang] tags, where xx is the language code (for example en, es, fr). There are also 2 special languages : [lang=default] and [lang=all]</p>
    77
    88<ul>
     
    1717If [lang=default] does not exists, anything outside the [lang] tags will be considered as the default description.</p>
    1818
    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.
     19<p><u>Special language <i>all</i></u>: anything inside [lang=all] will be included in the description, whatever the connected user defined language is.
    2020This is mainly useful to include HTML/JavaScript code inside a description.</p>
    2121
     
    2727
    2828<p>tag &lt;!--more--&gt; adds text to the short description.<br>
    29 tag &lt;!--complete--&gt; let the user have 2 distinct descriptions.<br>
    30 tag &lt;!--up-down--&gt; let the user have a top and a bottom description.</p>
     29tag &lt;!--complete--&gt; lets the user have 2 distinct descriptions.<br>
     30tag &lt;!--up-down--&gt; lets the user have a top and a bottom description.</p>
    3131
    3232<ul>
     
    5353  <li><b>[cat=xx]</b></li>
    5454</ul>
    55 <p>This tag inserts a album in the description, where xx is the album identifier.</p>
     55<p>This tag inserts an album in the description, where xx is the album identifier.</p>
    5656
    5757<ul>
    5858  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
    5959</ul>
    60 <p>This tag allows to insert one picture at any size you want, with:<br><br>
     60<p>This tag allows you to insert one picture of any size you want, with:<br><br>
    6161- <code>id</code> the photo identifier<br>
    6262- <code>album</code> (optional) the parent album identifier<br>
    63 - <code>size</code> (optional) the size of the photo, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     63- <code>size</code> (optional) the size of the photo, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
    6464- <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
    6565- <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
     
    6868  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
    6969</ul>
    70 <p>Same thing as above, except that the photo is choosed randomly into <code>album</code></p>
     70<p>Same thing as above, except that the photo is chosen randomly from <code>album</code></p>
    7171
    7272<ul>
    7373  <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>
    7474</ul>
    75 <p>This tag allows to insert a slideshow (NivoSlider), with (you must set <code>album</code> OR <code>list</code>):<br><br>
     75<p>This tag allows to insert a slideshow (NivoSlider). (you must set <code>album</code> OR <code>list</code>):<br><br>
    7676- <code>album</code> (optional) source album<br>
    7777- <code>nb_images</code> (optional) max number of photos to display in the slideshow<br>
    7878- <code>random</code> (optional) choose photos randomly in the album<br>
    7979- <code>list</code> (optional) a list of photos ids separated by a comma<br>
    80 - <code>size</code> (optional) the size of the photos, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     80- <code>size</code> (optional) the size of the photos, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
    8181- <code>speed</code> (optional) the slideshow speed (in seconds)<br>
    8282- <code>title</code> (optional) display photo title<br>
Note: See TracChangeset for help on using the changeset viewer.