source: extensions/community/language/da_DK/plugin.lang.php @ 18088

Last change on this file since 18088 was 18088, checked in by TranslationTeam, 12 years ago

[community] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 3.8 KB
Line 
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['%d photos rejected'] = '%d billeder afvist';
24$lang['%d photos uploaded by %s'] = '%d billeder uploaded af %s';
25$lang['%d photos uploaded into album "%s"'] = '%d billeder uploadet til albummet "%s"';
26$lang['%d photos validated'] = '%d validerede fotografier';
27$lang['%s (the group)'] = '%s (gruppen)';
28$lang['%s (the user)'] = '%s (brugeren)';
29$lang['%u pending photos'] = '%u ventende fotografier';
30$lang['Add a permission'] = 'Tilføj en tilladelse';
31$lang['Cancel'] = 'Afbryd';
32$lang['Delete permission'] = 'Slet tilladelse';
33$lang['Edit a permission'] = 'Rediger tilladelse';
34$lang['Hi administrators,'] = 'Hej administratorer,';
35$lang['Level 16'] = 'Ventende ';
36$lang['No album, this photo is orphan'] = 'Intet album, dette fotografi er forældreløst';
37$lang['Pending Photos'] = 'Ventende fotografier';
38$lang['Permission added'] = 'Tilladelse tilføjet';
39$lang['Permission removed'] = 'Tilladelse fjernet';
40$lang['Permission updated'] = 'Tilladelse opdateret';
41$lang['Set Photo Properties'] = 'Opsæt egenskaber for fotografi';
42$lang['The whole gallery'] = 'Hele galleriet';
43$lang['Upload Permissions'] = 'Uploadtilladelse';
44$lang['Upload your own photos'] = 'Upload dine egne fotografier';
45$lang['Validation page: %s'] = 'Valideringsside: %s';
46$lang['Where?'] = 'Hvor?';
47$lang['Which level of trust?'] = 'Hvilket tillidsniveau?';
48$lang['Who?'] = 'Hvem?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Dine fotografier afventer validering, administratorerne er blevet underrettet';
50$lang['Zoom'] = 'Zoom';
51$lang['a group'] = 'en gruppe';
52$lang['a specific user'] = 'en bestemt bruger';
53$lang['ability to create sub-albums'] = 'mulighed for at skabe underalbummer';
54$lang['any registered user'] = 'enhver registreret bruger';
55$lang['any visitor'] = 'alle besøgende';
56$lang['high trust'] = 'høj tillid';
57$lang['low trust'] = 'lav tillid';
58$lang['sub-albums creation'] = 'oprettelse af underalbummer';
59$lang['uploaded photos are directly displayed in the gallery'] = 'uploadede fotografier vises direkte i galleriet';
60$lang['uploaded photos must be validated by an administrator'] = 'uploadede fotografier skal godkendes af en administrator';
61$lang['web size'] = 'webstørrelse';
62?>
Note: See TracBrowser for help on using the repository browser.