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

Last change on this file since 31201 was 31148, checked in by TranslationTeam, 9 years ago

Add da_DK, thanks to Kaare

  • Property svn:executable set to *
File size: 4.0 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['Scale thumbnails'] = 'Skaler miniturebilleder';
40$lang['Show thumbnails caption'] = 'Vis billedtekst til miniaturebilleder';
41$lang['Square'] = 'Kvadrat';
42$lang['Start'] = 'Start';
43$lang['Stop'] = 'Stop';
44$lang['Thumbnails max height'] = 'Maksimal størrelse på thumbnails';
45$lang['Title Display Mode (Album)'] = 'Visningstilstand af titel (album)';
46$lang['%d file'] = '%d fil';
47$lang['%d files'] = '%d filer';
48$lang['Animate thumbnail on hover'] = 'Animer miniturebillede ved hover';
49$lang['Block for Panoramic Photo Page'] = 'Blok til Panoramic Photo Page';
50$lang['Cache Informations'] = 'Cacheoplysninger';
51$lang['Cache have been generated'] = 'Cache er oprettet';
52$lang['Cache the big thumbnails (recommended)'] = 'Cache store miniaturebilleder (anbefalet)';
53$lang['Changelog'] = 'Ændringslog';
54$lang['Coffee Fund'] = 'Kaffekasse';
55$lang['Crop (Default)'] = 'Beskær (standard)';
56$lang['Delete images in GDThumb cache.'] = 'Slet billeder i GDThumb-cache.';
57$lang['Do not Normalize (Default)'] = 'Normaliser ikke (standard)';
58$lang['Double the size of the first thumbnail'] = 'Fordobl størrelsen på det første miniaturebillede';
59$lang['Finds images that have not been cached and creates the cached version.'] = 'Finder billeder der ikke er cachet samt opretter cachet udgave.';
60$lang['Follow'] = 'Følg';
61$lang['Horizontal (Default)'] = 'Horisontal (standard)';
62$lang['Margin between thumbnails'] = 'Margen mellem miniaturebilleder';
63$lang['Masonry Type'] = 'Murværkstype';
64$lang['Merged (Default)'] = 'Sammenlagt (standard)';
65$lang['Merged with Description'] = 'Sammenlagt med beskrivelse';
Note: See TracBrowser for help on using the repository browser.