1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['cloud'] = 'sky'; |
---|
24 | $lang['cumulus cloud'] = 'kumulussky'; |
---|
25 | $lang['show tag cloud'] = 'vis tagsky'; |
---|
26 | $lang['Height updated'] = 'Højde opdateret'; |
---|
27 | $lang['Menu'] = 'Menu'; |
---|
28 | $lang['Mouseover color'] = 'Mouseover-farve'; |
---|
29 | $lang['Mouseover color updated'] = 'Mouseover-farve opdateret'; |
---|
30 | $lang['Position'] = 'Placering'; |
---|
31 | $lang['Position in main menu has been updated'] = 'Placering in hovedmenu er opdateret'; |
---|
32 | $lang['Tags cloud added in main menu'] = 'Tagsky føjet til hovedmenu'; |
---|
33 | $lang['Tags cloud in main menu?'] = 'Tagsky i hovedmenu?'; |
---|
34 | $lang['Tags cloud removed from main menu'] = 'Tagsky fjernet fra hovedmenu'; |
---|
35 | $lang['Tags page'] = 'Tagside'; |
---|
36 | $lang['Tags size'] = 'Tagstørrelse'; |
---|
37 | $lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = 'Plugin\'en viser tags ved hjælp af en Flash-film, som roterer dem i 3-D. Det fungerer som en almindelig tagsky, men på en mere imponerede og spændende måde.'; |
---|
38 | $lang['Transparent mode for background'] = 'Gennemsigtig tilstand som baggrund'; |
---|
39 | $lang['Transparent mode is not used'] = 'Gennemsigtig tilstand anvendes ikke'; |
---|
40 | $lang['Transparent mode is used'] = 'Gennemsigtig tilstand anvendes'; |
---|
41 | $lang['Width'] = 'Bredde'; |
---|
42 | $lang['Width updated'] = 'Bredde opdateret'; |
---|
43 | $lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = 'Du kan vælge den tilstand som tags standardvisning, ved at tilføje (eller ændre) i opsætningsfilen'; |
---|
44 | $lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Du kan vælge at tilføje kumulustagskyen i menuen. Du kan definere tagskyens placering i hovedmenuen ved at vælge dens placering i relation til en anden blok'; |
---|
45 | $lang['block'] = 'blok'; |
---|
46 | $lang['Add tags cloud in main menu'] = 'Tilføj tagsky til hovedmenuen'; |
---|
47 | $lang['After'] = 'Efter'; |
---|
48 | $lang['Animation colors'] = 'Animationsfarver'; |
---|
49 | $lang['Animation configuration : size, tags colors, tags size'] = 'Animationsopsætning: størrelse, tagfarver, tagstørrelse'; |
---|
50 | $lang['Animation width and height'] = 'Animationsbredde og -højde'; |
---|
51 | $lang['Background color'] = 'Baggrundsfarve'; |
---|
52 | $lang['Background color updated'] = 'Baggrundsfarve opdateret'; |
---|
53 | $lang['Before'] = 'Før'; |
---|
54 | $lang['Check the checkbox to add tags cloud in main menu'] = 'Sæt flueben i tjekboksen for at tilføje tagskyen til hovedmenuen'; |
---|
55 | $lang['Check the checkbox to use transparent mode for background'] = 'Sæt flueben i tjekboksen for at anvende gennemsigtig tilstand til baggrunden'; |
---|
56 | $lang['Coefficient'] = 'Koefficient'; |
---|
57 | $lang['Coefficient for tags size updated'] = 'Koefficient for tagstørrelser opdateret'; |
---|
58 | $lang['Color 1'] = 'Farve 1'; |
---|
59 | $lang['Color 1 updated'] = 'Farve 1 opdateret'; |
---|
60 | $lang['Color 2'] = 'Farve 2'; |
---|
61 | $lang['Color 2 updated'] = 'Farve 2 opdateret'; |
---|
62 | $lang['Cumulus Tags Cloud Plugin'] = 'Cumulus Tags Cloud Plugin'; |
---|
63 | $lang['Current release:'] = 'Aktuel udgave:'; |
---|
64 | $lang['Dashboard'] = 'Instrumentbræt'; |
---|
65 | $lang['Height'] = 'Højde'; |
---|
66 | ?> |
---|