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

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

[community] Update da_DK, thanks to : Egorip

  • Property svn:executable set to *
File size: 3.7 KB
RevLine 
[14874]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 album "%s"';
26$lang['%d photos validated'] = '%d validerede fotos';
27$lang['%s (the group)'] = '%s (gruppen)';
28$lang['%s (the user)'] = '%s (bruger)';
29$lang['%u pending photos'] = '%u ventende fotos';
30$lang['Add a permission'] = 'Tilføj en tilladelse';
31$lang['Cancel'] = 'Annuller';
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 billede er forældreløs';
37$lang['Pending Photos'] = 'Ventende Billeder';
38$lang['Permission added'] = 'Tilladelse tilføjet';
39$lang['Permission removed'] = 'Tilladelse fjernet';
40$lang['Permission updated'] = 'Tilladelse opdateret';
41$lang['Set Photo Properties'] = 'Sæt Foto egenskaber';
42$lang['The whole gallery'] = 'Hele galleriet';
43$lang['Upload Permissions'] = 'Upload Tilladelser';
44$lang['Upload your own photos'] = 'Upload dine egne billeder';
45$lang['Validation page: %s'] = 'Validering side: %s';
46$lang['Where?'] = 'Hvor?';
47$lang['Which level of trust?'] = 'Hvilket niveau af tillid?';
48$lang['Who?'] = 'Hvem?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Dine billeder venter på validering, administratorer er blevet oplyst om dette';
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'] = 'evne til at skabe under-albummer';
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'] = 'under-albummer oprettelse';
59$lang['uploaded photos are directly displayed in the gallery'] = 'uploadede billeder direkte vises i galleriet';
60$lang['uploaded photos must be validated by an administrator'] = 'uploadede billeder skal godkendes af en administrator';
61$lang['web size'] = 'web-størrelse';
62?>
Note: See TracBrowser for help on using the repository browser.