source: extensions/SmartAlbums/language/da_DK/plugin.lang.php @ 18007

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

[smartalbums] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 5.2 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['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums er private for alle; en bruger kan kun se indholdet, hvis det er indeholdt i et andet album, som vedkommende har adgang til.';
24$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Gå til den primære <a href="%s">side til administration</a> af albummer, for at sortere albummer.';
25$lang['Regenerate photos list of all SmartAlbums'] = 'Gendan liste over fotoer i alle SmartAlbums';
26$lang['Regenerate photos list of this SmartAlbum'] = 'Gendan liste over fotoer i dette SmartAlbum';
27$lang['SmartAlbum deleted'] = 'SmartAlbum slettet';
28$lang['This album is a SmartAlbum'] = 'Dette er et SmartAlbum';
29$lang['Update albums on file upload'] = 'Opdater albummer ved upload af fil';
30$lang['You can\'t use more than one level filter'] = 'Du kan ikke anvende mere end et niveaufilter';
31$lang['You can\'t use more than one limit filter'] = 'Du kan ikke anvende mere end et begrænsende filter';
32$lang['can cause slowdowns'] = 'kan forårsage dårlig ydeevne';
33$lang['create a new SmartAlbum'] = 'opret et nyt SmartAlbum';
34$lang['limit_filter'] = 'Maksimalt antal fotoer';
35$lang['None of these tags'] = 'Ingen af disse tags';
36$lang['One of these albums'] = 'Et af disse albummer';
37$lang['One of these tags'] = 'Et af disse tags';
38$lang['Only SmartAlbums are displayed on this page'] = 'Kun SmartAlbums vises på denne side';
39$lang['Only these albums'] = 'Kun disse albummer';
40$lang['Only these tags'] = 'Kun disse tags';
41$lang['Rating score must be an integer'] = 'Bedømmelse skal angives som et heltal';
42$lang['SmartAlbum added'] = 'SmartAlbum tilføjet';
43$lang['Doesn\'t contain'] = 'Indeholder ikke';
44$lang['Doesn\'t end with'] = 'Slutter ikke med';
45$lang['Don\'t show this message again'] = 'Vis ikke denne besked igen';
46$lang['Ends with'] = 'Slutter med';
47$lang['Exclude SmartAlbums from permissions management'] = 'Udeluk SmartAlbums fra rettighedsadministration';
48$lang['Filters'] = 'Filtre';
49$lang['For "Is (not) in", separate each author by a comma'] = 'Ved "Indeholder (ikke)", adskilles hver forfatter med et komma';
50$lang['Hits'] = 'Hits';
51$lang['Hits must be an integer'] = 'Hits skal angives som et heltal';
52$lang['Is'] = 'Indeholder';
53$lang['Is in'] = 'Indeholdt i';
54$lang['Is not'] = 'Indeholder ikke';
55$lang['Is not in'] = 'Er ikke indeholdt i';
56$lang['Limit must be an integer'] = 'Grænse skal angives som et heltal';
57$lang['Max. number of photos'] = 'Maksimalt antal fotoer';
58$lang['Name is empty'] = 'Navn er ikke angivet';
59$lang['No album selected'] = 'Der er ikke valgt et album';
60$lang['No filter selected'] = 'Der er ikke valgt et filter';
61$lang['No tag selected'] = 'Der er ikke valgt et tag';
62$lang['None of these albums'] = 'Ingen af disse albummer';
63$lang['Created after'] = 'Oprettet efter';
64$lang['Created before'] = 'Oprettet før';
65$lang['Date string is malformed'] = 'Ugyldig dato';
66$lang['Doesn\'t begin with'] = 'Begynder ikke med';
67$lang['All SmartAlbums'] = 'Alle SmartAlbums';
68$lang['All these tags'] = 'Alle disse tags';
69$lang['Author is empty'] = 'Forfatter er ikke angivet ';
70$lang['Begins with'] = 'Begynder med';
71$lang['Bellow'] = 'Under';
72$lang['Contains'] = 'Indeholder';
73$lang['Count'] = 'Antal';
74$lang['%d photos associated to album %s'] = '%d fotoer knyttet til album %s';
75$lang['All these albums'] = 'Alle disse albummer';
76$lang['%d photo'] = '%d foto';
77$lang['%d photos'] = '%d fotoer';
78$lang['Above'] = 'Over';
79$lang['Add filters here'] = 'Tilføj filtre her';
80$lang['Added after'] = 'Tilføjet efter';
81$lang['Added before'] = 'Tilføjet før';
82$lang['Added on'] = 'Tilføjet den';
83?>
Note: See TracBrowser for help on using the repository browser.