source: extensions/GDThumb/language/da_DK/plugin.lang.php @ 31781

Last change on this file since 31781 was 31253, checked in by TranslationTeam, 9 years ago

Update da_DK, thanks to Kaare

  • Property svn:executable set to *
File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Title Display Mode (Photo)'] = 'Visningstilstand af titel (foto)';
24$lang['Use Description if Set'] = 'Anvend beskrivelse hvis tilgængelig';
25$lang['Vertical'] = 'Vertikal';
26$lang['Metadata Display Mode'] = 'Visningstilstand af metadata';
27$lang['Normalize Photo Title'] = 'Normaliser fototitel';
28$lang['Overlay'] = 'Overlejring';
29$lang['Overlay Bottom'] = 'Overlejring, bund';
30$lang['Overlay Bottom (Static)'] = 'Overlejring, bund (statisk)';
31$lang['Overlay Ex'] = 'Overlejring, ex';
32$lang['Overlay Top'] = 'Overlejring, top';
33$lang['Overlay Top (Static)'] = 'Overlejring, top (statisk)';
34$lang['Pause'] = 'Pause';
35$lang['Photo # if FileName Detected'] = 'Fotonummer if filnavn opdaget';
36$lang['Pre-cache thumbnails'] = 'Præcaching af miniaturebilleder';
37$lang['Prevent word wrap'] = 'Forhindr orddeling';
38$lang['Purge thumbnails cache'] = 'Tøm cache med miniaturebilleder';
39$lang['Show thumbnails caption'] = 'Vis billedtekst til miniaturebilleder';
40$lang['Square'] = 'Kvadrat';
41$lang['Start'] = 'Start';
42$lang['Stop'] = 'Stop';
43$lang['Thumbnails max height'] = 'Maksimal størrelse på thumbnails';
44$lang['Title Display Mode (Album)'] = 'Visningstilstand af titel (album)';
45$lang['%d file'] = '%d fil';
46$lang['%d files'] = '%d filer';
47$lang['Animate thumbnail on hover'] = 'Animer miniturebillede ved hover';
48$lang['Block for Panoramic Photo Page'] = 'Blok til Panoramic Photo Page';
49$lang['Cache Informations'] = 'Cacheoplysninger';
50$lang['Cache have been generated'] = 'Cache er oprettet';
51$lang['Cache the big thumbnails (recommended)'] = 'Cache store miniaturebilleder (anbefalet)';
52$lang['Changelog'] = 'Ændringslog';
53$lang['Coffee Fund'] = 'Kaffekasse';
54$lang['Crop (Default)'] = 'Beskær (standard)';
55$lang['Delete images in GDThumb cache.'] = 'Slet billeder i GDThumb-cache.';
56$lang['Do not Normalize (Default)'] = 'Normaliser ikke (standard)';
57$lang['Double the size of the first thumbnail'] = 'Fordobl størrelsen på det første miniaturebillede';
58$lang['Finds images that have not been cached and creates the cached version.'] = 'Finder billeder der ikke er cachet samt opretter cachet udgave.';
59$lang['Follow'] = 'Følg';
60$lang['Horizontal (Default)'] = 'Horisontal (standard)';
61$lang['Margin between thumbnails'] = 'Margen mellem miniaturebilleder';
62$lang['Masonry Type'] = 'Murværkstype';
63$lang['Merged (Default)'] = 'Sammenlagt (standard)';
64$lang['Merged with Description'] = 'Sammenlagt med beskrivelse';
65$lang['%d visit'] = '%d besøg';
66$lang['%d visits'] = '%d besøg';
67$lang['Big thumb cannot be used in Slide mode. Disabled'] = 'Stort miniaturebillede kan ikke anvendes i slide-tilstand. Dektiveret';
68$lang['Margin between thumbnails must be an integer'] = 'Margen mellem miniaturebilleder skal være et heltal';
69$lang['Number of photos per page must be an integer'] = 'Antal fotografier pr. side skal være et heltal';
70$lang['Rating:'] = 'Bedømmelse:';
71$lang['Slide'] = 'Slide';
72$lang['This Thumb mode cannot be used in Slide mode. Changed to default'] = 'Denne miniaturebilledetilstand kan ikke anvendes i slide-tilstand. Ændret til standard';
73$lang['Thumb animation cannot be used in Slide mode. Disabled'] = 'Animeret miniaturebillede kan ikke anvendes i slide-tilstand. Deaktiveret';
74$lang['Thumbnail Mode'] = 'Miniaturebilledetilstand';
75$lang['Thumbnails max height must be an integer'] = 'Miniaturebilleders maksimale højde skal være et heltal';
Note: See TracBrowser for help on using the repository browser.