source: extensions/photoWidget/language/da_DK/plugin.lang.php @ 19908

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

Make plugin compatible with piwigo 2.4
Improve selection of albums (auto-complete)

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-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['one category'] = 'et album';
23$lang['severals categories'] = 'flere albummer';
24$lang['All categories'] = 'Alle albummer';
25$lang['Animation background color'] = 'Animationens baggrundsfarve';
26$lang['Animation size'] = 'Animationsstørrelse';
27$lang['Applicable categorie(s)'] = 'Anvendelige album(mer)';
28$lang['Background color of animation has been updated'] = 'Animationens baggrundsfarve er opdateret';
29$lang['Color'] = 'Farve';
30$lang['Height'] = 'Højde';
31$lang['Height has been updated'] = 'Højden er opdateret';
32$lang['Main configuration'] = 'Hovedopsætning';
33$lang['No'] = 'Nej';
34$lang['Photo Widget Plugin'] = 'Photo Widget Plugin';
35$lang['Submit'] = 'Indsend';
36$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Plugin\'en viser fotografier ved hjælp af en Flash-film, som roterer dem i 3-D. Det fungerer som almindelige albummer, men på en mere imponerende og spændende måde.';
37$lang['This widget requires Flash Player 9 or better'] = 'Denne widget kræver Flash Player 9 eller senere';
38$lang['Width'] = 'Bredde';
39$lang['Width has been updated'] = 'Bredden er opdateret';
40$lang['Yes'] = 'Ja';
41$lang['You can choose that mode for displaying one, severals or all categories'] = 'Du kan vælge den tilstand visning af et, flere eller alle albummer';
42$lang['You choose that mode for'] = 'Du kan vælge den tilstand til';
43$lang['You must choose at least one category'] = 'Du skal vælge mindst et album';
44?>
Note: See TracBrowser for help on using the repository browser.