source: extensions/header_manager/language/da_DK/plugin.lang.php @ 26328

Last change on this file since 26328 was 26328, checked in by TranslationTeam, 10 years ago

[header_manager] Update da_DK, thanks to : Egorip

  • 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-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['Unknown picture id'] = 'Ukendt billedid.';
24$lang['Use'] = 'Anvend';
25$lang['With text'] = 'Med tekst';
26$lang['You can customize the display by adding CSS rules to'] = 'Du kan tilpasse visningen ved at tilføje CSS-regler til';
27$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Du kan uploade et tilpasset headerbillede eller vælge et fra dit galleri. På den næste side får du mulighed for at beskære billedet.';
28$lang['or choose a picture from the gallery'] = 'eller vælg et billede fra galleriet';
29$lang['Add a banner'] = 'Tilføj et banner';
30$lang['Banner'] = 'Banner';
31$lang['Banner added'] = 'Banner tilføjet';
32$lang['Banner deleted'] = 'Banner slettet';
33$lang['Choose an image from your computer'] = 'Vælg et billede på din computer';
34$lang['Choose the part of the image you want to use as your header.'] = 'Vælg den del af billedet, du ønsker at anvende som header.';
35$lang['Crop banner image'] = 'Beskær bannerbilledet';
36$lang['Default banner'] = 'Standardbanner';
37$lang['Display banner on photo page'] = 'Vis banner på fotoside';
38$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'For MontBlancXL og BlancMontXL er den anbefalede størrelse 900&times;190.';
39$lang['Gallery title above image'] = 'Galleris titel over billede';
40$lang['Image only'] = 'Kun billede';
41$lang['Incorrect file type,'] = 'Ukorrekt filtype';
42$lang['No banner added yet'] = 'Banner endnu ikke tilføjet';
43$lang['Picture id.'] = 'Billedid.';
44$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Placer <b>%header_manager%</b> hvor du ønsker at vise billedet.';
45$lang['Random'] = 'Tilfældigt';
46$lang['Select an image'] = 'Vælg et billede';
47$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Den numeriske identifikation finder man på billedredigeringssiden, tæt på miniaturebilledet.';
48$lang['Album specific banners'] = 'Albumspecifikke bannere';
49$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'For at tilføje et specifikt banner, skal du gå til administrationssiden hørende til det ønskede album.';
50$lang['Non recursive'] = 'Ikke rekursiv';
51$lang['Recursive'] = 'Rekursiv';
52$lang['Restore default banner'] = 'Gendan standardbanner';
53$lang['Banner size'] = 'Banner størelse';
54$lang['Respect %s aspect ratio'] = 'Respekter %s formatforhold';
55?>
Note: See TracBrowser for help on using the repository browser.