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

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

[community] Update da_DK, thanks to : Kaare

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