source: extensions/pwgCumulus/language/da_DK/plugin.lang.php @ 21469

Last change on this file since 21469 was 21469, checked in by nikrou, 11 years ago

Make plugin compatible with piwigo 2.5

  • Property svn:executable set to *
File size: 4.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by  the Free Software Foundation                            |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$lang['cloud'] = 'sky';
23$lang['cumulus cloud'] = 'kumulussky';
24$lang['show tag cloud'] = 'vis tagsky';
25$lang['Height updated'] = 'Højde opdateret';
26$lang['Menu'] = 'Menu';
27$lang['Mouseover color'] = 'Mouseover-farve';
28$lang['Mouseover color updated'] = 'Mouseover-farve opdateret';
29$lang['Position'] = 'Placering';
30$lang['Position in main menu has been updated'] = 'Placering in hovedmenu er opdateret';
31$lang['Tags cloud added in main menu'] = 'Tagsky føjet til hovedmenu';
32$lang['Tags cloud in main menu?'] = 'Tagsky i hovedmenu?';
33$lang['Tags cloud removed from main menu'] = 'Tagsky fjernet fra hovedmenu';
34$lang['Tags page'] = 'Tagside';
35$lang['Tags size'] = 'Tagstørrelse';
36$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.';
37$lang['Transparent mode for background'] = 'Gennemsigtig tilstand som baggrund';
38$lang['Transparent mode is not used'] = 'Gennemsigtig tilstand anvendes ikke';
39$lang['Transparent mode is used'] = 'Gennemsigtig tilstand anvendes';
40$lang['Width'] = 'Bredde';
41$lang['Width updated'] = 'Bredde opdateret';
42$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';
43$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';
44$lang['block'] = 'blok';
45$lang['Add tags cloud in main menu'] = 'Tilføj tagsky til hovedmenuen';
46$lang['After'] = 'Efter';
47$lang['Animation colors'] = 'Animationsfarver';
48$lang['Animation configuration : size, tags colors, tags size'] = 'Animationsopsætning: størrelse, tagfarver, tagstørrelse';
49$lang['Animation width and height'] = 'Animationsbredde og -højde';
50$lang['Background color'] = 'Baggrundsfarve';
51$lang['Background color updated'] = 'Baggrundsfarve opdateret';
52$lang['Before'] = 'Før';
53$lang['Check the checkbox to add tags cloud in main menu'] = 'Sæt flueben i tjekboksen for at tilføje tagskyen til hovedmenuen';
54$lang['Check the checkbox to use transparent mode for background'] = 'Sæt flueben i tjekboksen for at anvende gennemsigtig tilstand til baggrunden';
55$lang['Coefficient'] = 'Koefficient';
56$lang['Coefficient for tags size updated'] = 'Koefficient for tagstørrelser opdateret';
57$lang['Color 1'] = 'Farve 1';
58$lang['Color 1 updated'] = 'Farve 1 opdateret';
59$lang['Color 2'] = 'Farve 2';
60$lang['Color 2 updated'] = 'Farve 2 opdateret';
61$lang['Cumulus Tags Cloud Plugin'] = 'Cumulus Tags Cloud Plugin';
62$lang['Current release:'] = 'Aktuel udgave:';
63$lang['Dashboard'] = 'Instrumentbræt';
64$lang['Height'] = 'Højde';
Note: See TracBrowser for help on using the repository browser.