Changeset 9684 for extensions/ExtendedDescription/language/en_UK
- Timestamp:
- Mar 14, 2011, 10:37:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/language/en_UK/help.html
r8314 r9684 1 <h2> Extended Description</h2>1 <h2>Utvidgad beskrivning</h2> 2 2 3 <h3> Multilanguage descriptions</h3>3 <h3>Flerspråkiga beskrivningar</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>Flerspråkiga beskrivningar placeras mellan [lang=xx] och [/lang] tag, där xx är språkkoden (t.ex. EN, ES, FR). Det finns också 2 särskilda språk : [lang=default] och [lang=all]</p> 6 6 7 7 <ul> 8 <li><b>Ex ample</b>:<br>8 <li><b>Exempel</b>:<br> 9 9 <br> 10 <code>[lang=default] default description[/lang]<br>11 [lang= en] description in english[/lang]<br>10 <code>[lang=default] standard beskrivning [/lang]<br> 11 [lang=sv] beskrivningen på engelska [/lang]<br> 12 12 [lang=de] deutsche Beschreibung [/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>Den förvalda beskrivning ska användas om beskrivningen är inte tillgänglig i den anslutna användaren valda språket. 17 om [lang=default] inte finns, något utanför [lang] taggar kommer att betraktas som standard beskrivning.</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>speciella språk <i>alla</i></u>: något inuti [lang=all] kommer att ingå i beskrivningen, 0avsätt vad den anslutna användar definierade språk är. 20 Detta är främst användbart att inkludera HTML/JavaScript-kod i en beskrivning.</p> 21 21 22 <h3> Extended descriptions</h3>22 <h3>Utökade beskrivningar</h3> 23 23 24 <p> Extended description tags make it possible to have a short description for the category outside the category,25 a longer description for the category inside the category page, 26 or even 2 distinct descriptions inside the category page.</p>24 <p>Utvidgad beskrivnings taggar gör det möjligt att ha en kort beskrivning för den kategorin utanför kategorin, 25 en längre beskrivning för kategorin inuti kategori sidan 26 eller till och med 2 separata beskrivningar inne i kategorin sidan.</p> 27 27 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>28 <p>taggen <!--mer--> lägger till text till den korta beskrivningen.<br> 29 taggen <!--Komplett--> låta användaren har 2 tydliga beskrivningar.<br> 30 tagggen <!--upp och ned--> låter användaren ha en topp och en botten beskrivning.</p> 31 31 32 32 <ul> 33 <li><b>tag <!--more--></b></li>33 <li><b>taggen <!--mer--></b></li> 34 34 </ul> 35 <code> short description <!--more--> long description</code>36 <p> Only the short description is displayed outside the category. On the category page, you will see short description + long description.</p>35 <code>kort beskrivning <!-Mer--> utökad beskrivning</code> 36 <p>Endast den korta beskrivning visas utanför kategorin. På kategori sidan ser du en kort beskrivning + utökade beskrivningen.</p> 37 37 38 38 <ul> 39 <li><b>tag <!--complete--></b></li>39 <li><b>taggen <!--komplett--></b></li> 40 40 </ul> 41 <code> short description <!--complete--> long description</code>42 <p> Only the short description is displayed outside the category. On the category page, you will only see the long description, so you have 2 distinct descriptions.</p>41 <code>kort beskrivning <!--komplett--> komplett beskrivning</code> 42 <p>Endast den korta beskrivning visas utanför kategorin. På kategorin sidan, kommer du bara att se den långa beskrivningen, så du har 2 olika beskrivningar.</p> 43 43 44 44 <ul> 45 <li><b>tag <!--up-down--></b></li>45 <li><b>taggen <!--upp och ned--></b></li> 46 46 </ul> 47 <code>top description <!--up-down--> bottom description</code>48 <p> Only the top description is displayed outside the category. On the category page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>47 <code>topp beskrivning <!--upp och ned--> nedekants beskrivning</code> 48 <p>Endast den översta beskrivning visas utanför kategorin. På kategorin sidan, är toppen beskrivning visas ovanför miniatyrer, är botten beskrivningen visas under miniatyrbilderna.</p> 49 49 50 <h3>In sert a category or a photo</h3>50 <h3>Infoga en kategori eller ett foto</h3> 51 51 52 52 <ul> 53 <li><b>tag [cat=xx]</b></li>53 <li><b>taggen [cat=xx]</b></li> 54 54 </ul> 55 <p> This tag inserts a category in the description, where xx is the category identifier.</p>55 <p>taggen infogar en kategori i beskrivningen, där xx är kategorin identifieraren.</p> 56 56 57 57 <ul> 58 <li><b>tag [img=xx1 xx2 xxN;yyyy;name]</b></li>58 <li><b>taggen [img=xx1 xx2 xxN;yyyy;namn]</b></li> 59 59 </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 category identifier next to the photo identifier: <code>xx.ccc</code>.60 <p>Denna tagg gör det möjligt att infoga en eller flera miniatyr i beskrivningen, med :<br><br> 61 - xx på bild ID, du kan lägga till kategorin ID bredvid fotot identitetsbeteckning: <code>xx.ccc</code>. 62 62 <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 image markup <title> is fill with the name.</p>63 - yyyy (valfritt): kan ta något värde bland {vänster, höger}.</p> 64 - Namn (frivilligt): kan ta något värde bland {namn, Titelnamn}. Om taggade med <i>namn</i> namnet på bilden är visade värdet under miniatyren, med <i>Titelnamn</i> 65 65 66 <h3>Dölja en kategori</h3> 66 67 67 <h3>Hide a category</h3> 68 <p>Använd tag<b><!--dolda--></b> i kategori namnet:<br> 69 <br> 70 - Det kommer inte att visas i den överordnade kategorin<br> 71 - Det är fortfarande synlig i kategorin menyn</p> 68 72 69 <p>Use tag <b><!--hidden--></b> in the category name:<br> 73 <h3>Dölja en kategori i menyn</h3> 74 75 <p>Använd tag<b><!--mb-dolda--></b> i kategori namnet:<br> 70 76 <br> 71 - it won't be displayed in the parent category<br>72 - it remains visible in the category menu</p>77 - Den kommer inte att visas i kategori menyn<br> 78 - Den förblir synligt i den överordnade kategorin</p> 73 79 74 <h3> Hide a category in menu</h3>80 <h3>Dölj en bild</h3> 75 81 76 <p> Use tag <b><!--mb-hidden--></b> in the category name:<br>82 <p>Använd tag <b><!--dold--></b> i bildens namn:<br> 77 83 <br> 78 - it won't be displayed in the category menu<br>79 - it remains visible in the parent category</p>84 - Det kommer inte att visas på miniatyrerna sidan<br> 85 - Det är fortfarande synlig i kategorin</p> 80 86 81 <h3>Hide an image</h3> 82 83 <p>Use tag <b><!--hidden--></b> in the image name:<br> 84 <br> 85 - it won't be displayed on the thumbnails page<br> 86 - it remains visible inside the category</p> 87 88 <h3>Redirected category</h3> 87 <h3>Omdirigerad kategori</h3> 89 88 90 89 <ul> 91 <li><b>[ redirecthttp://piwigo.org]</b></li>90 <li><b>[omdirigering http://piwigo.org]</b></li> 92 91 </ul> 93 <p> Insert this tag into a category description to redirect it to the URL of your choice.</p>92 <p>Sätt denna tagg i en kategori beskrivning styra över dem till webbadressen för ditt val.</p> 94 93 95 94 <ul> 96 <li><b>[ redirectimg=xx]</b></li>95 <li><b>[omdirigera img=xx]</b></li> 97 96 </ul> 98 <p> Redirect to an image of your gallery where xx is the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.</p>97 <p>Omdirigera till en bild av ditt galleri där xx är fotot identifierare, du kan lägga till kategori ID bredvid fotot identifierare: <code>xx.ccc</code>.</p> 99 98 100 99 <ul> 101 <li><b>[ redirectcat=xx]</b></li>100 <li><b>[omdirigera cat=xx]</b></li> 102 101 </ul> 103 <p> Redirect to a category of your gallery where xx the category identifier.</p>102 <p>Omdirigera till en kategori av ditt galleri där xx kategorin id.</p> 104 103 105 104 <ul> 106 <li><b>[ redirect search=xx]</b></li>105 <li><b>[omdirigera sökning=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>Omdirigering till en sökning på ditt galleri där xx är sök ID.</p>
Note: See TracChangeset
for help on using the changeset viewer.