source: extensions/ExtendedDescription/language/nn_NO/help.html @ 21940

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

[extended_description] Add nn_NO, thanks to : kiho

  • Property svn:executable set to *
File size: 5.4 KB
Line 
1<div style="text-align:left;">
2<h2>Extended Description</h2>
3
4<h3>Fleirspråklege skildringar</h3>
5
6<p>Flerispråklege skildringar er plassera mellom [lang=xx] og [/lang] taggar, der xx er språkkoden (for example en, es, fr, nn_NO, nb_NO). Det finst og to "spesialspråk" : [lang=default] og [lang=all]</p>
7
8<ul>
9  <li><b>Døme</b>:<br>
10<code>[lang=default] standard skildring [/lang]<br>
11[lang=en] description in english [/lang]<br>
12[lang=de] deutsche Beschreibung [/lang]</code>
13</li>
14</ul>
15
16<p>Standardskildringa vil bli bruka om skildringa ikkje er tilgjengeleg på språket til den pålogga brukaren.
17Om [lang=default] ikkje eksisterar, ingenting på utsida av [lang] taggar vil bli bruka som standard skildring.</p>
18
19<p><u>Spesialspråket <i>all</i></u>: alt innom [lang=all] vill bli inkludera i skildringa, uansett kva for språk brukaren har definera.
20This is mainly useful to include HTML/JavaScript code inside a description.</p>
21
22<h3>Utvida skildringar</h3>
23
24<p>Taggar i utvida skildringar gjer det mogleg å ha ein kort skildring ein annan stad enn i sjølve albumet,
25ei lenger skildring for albumet i sjølve albumet,
26eller til og med 2 ulike skildringar inne i sjølve albumsida.</p>
27
28<p>tagg &lt;!--more--&gt; legg til tekst til ei kort skildring.<br>
29tagg &lt;!--complete--&gt; tillet brukaren ha to ulike skildringar.<br>
30tagg &lt;!--up-down--&gt; tillet brukaren å ha skildring på toppen og ein på botnen.</p>
31
32<ul>
33  <li><b>&lt;!--more--&gt;</b></li>
34</ul>
35<code>short description &lt;!--more--&gt; 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>
37
38<ul>
39  <li><b>&lt;!--complete--&gt;</b></li>
40</ul>
41<code>short description &lt;!--complete--&gt; 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>
43
44<ul>
45  <li><b>&lt;!--up-down--&gt;</b></li>
46</ul>
47<code>top description &lt;!--up-down--&gt; 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>
49
50<h3>Insert an album or a photo</h3>
51
52<ul>
53  <li><b>[cat=xx]</b></li>
54</ul>
55<p>This tag inserts an album in the description, where xx is the album identifier.</p>
56
57<ul>
58  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
59</ul>
60<p>This tag allows you to insert one picture of any size you want, with:<br><br>
61- <code>id</code> the photo identifier<br>
62- <code>album</code> (valfritt) the parent album identifier<br>
63- <code>size</code> (valfritt) the size of the photo, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
64- <code>html</code> (valfritt) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
65- <code>link</code> (valfritt) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
66
67<ul>
68  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
69</ul>
70<p>Same thing as above, except that the photo is chosen randomly from <code>album</code></p>
71
72<ul>
73  <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>
74</ul>
75<p>This tag allows to insert a slideshow (NivoSlider). (you must set <code>album</code> OR <code>list</code>):<br><br>
76- <code>album</code> (valfritt) source album<br>
77- <code>nb_images</code> (valfritt) max number of photos to display in the slideshow<br>
78- <code>random</code> (valfritt) choose photos randomly in the album<br>
79- <code>list</code> (valfritt) a list of photos ids separated by a comma<br>
80- <code>size</code> (valfritt) the size of the photos, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
81- <code>speed</code> (valfritt) the slideshow speed (in seconds)<br>
82- <code>title</code> (valfritt) display photo title<br>
83- <code>effect</code> (valfritt) transition effect (see <a href="http://nivo.dev7studios.com/support/jquery-plugin-usage/">NivoSlider doc</a>)<br>
84- <code>arrows</code> (valfritt) display navigation arrows<br>
85- <code>control</code> (valfritt) display navigation controls<br>
86- <code>elastic</code> (valfritt) adapt slideshow size to each photo</p>
87
88
89<h3>Hide an album</h3>
90
91<p>Use tag <b>&lt;!--hidden--&gt;</b> in the album name:<br>
92<br>
93- it won't be displayed in the parent album<br>
94- it remains visible in the album menu</p>
95
96<h3>Hide an album from the menu</h3>
97
98<p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the album name:<br>
99<br>
100- it won't be displayed in the album menu<br>
101- it remains visible in the parent album</p>
102
103<h3>Hide a photo</h3>
104
105<p>Use tag <b>&lt;!--hidden--&gt;</b> in the photo name:<br>
106<br>
107- it won't be displayed on the thumbnails page<br>
108- it remains visible inside the album</p>
109
110<h3>Redirected album</h3>
111
112<ul>
113  <li><b>[redirect http://piwigo.org]</b></li>
114</ul>
115<p>Insert this tag into a album description to redirect it to the URL of your choice.</p>
116
117<ul>
118  <li><b>[redirect img=xx]</b></li>
119</ul>
120<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>
121
122<ul>
123  <li><b>[redirect cat=xx]</b></li>
124</ul>
125<p>Redirect to a album of your gallery where xx the album identifier.</p>
126
127<ul>
128  <li><b>[redirect search=xx]</b></li>
129</ul>
130<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
131</div>
Note: See TracBrowser for help on using the repository browser.