source: extensions/Back2Front/language/da_DK/plugin.lang.php @ 23196

Last change on this file since 23196 was 23196, checked in by TranslationTeam, 11 years ago

[back2front] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['This picture is no longer a backside'] = 'Billedet er ikke længere en bagside';
24$lang['This picture is now the backside of the picture n°%s'] = 'Billedet er nu bagsiden til billede nummer %s';
25$lang['Toolbar'] = 'Værktøjslinje';
26$lang['Top'] = 'Top';
27$lang['Transition'] = 'Glidende overgang';
28$lang['Unknown id %d for frontside picture'] = 'Ukendt id %d for forsidebilledet';
29$lang['...of the picture n°'] = '... af billedet med nummer';
30$lang['Backside and frontside can\'t be the same picture'] = 'Bagside og forside kan ikke være det samme billede';
31$lang['Backside management'] = 'Håndtering af bagside';
32$lang['Bottom'] = 'Bund';
33$lang['Click'] = 'Klik';
34$lang['Display a mark on thumbnails list'] = 'Vis et mærke på listen over miniaturebilleder';
35$lang['Fade'] = 'Fade';
36$lang['Link name'] = 'Knapnavn';
37$lang['Link position'] = 'Knapposition';
38$lang['Modify backside information'] = 'Modificer bagsideoplysninger';
39$lang['Mouseover'] = 'Mouseover';
40$lang['Move backside to private album'] = 'Flyt bagside til privat album';
41$lang['See back'] = 'Se bagside';
42$lang['See front'] = 'Se forside';
43$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Adskil de to etiketter med |-tegnet. Hold feltet tomt for at benytte standardoversættelsen.';
44$lang['Switch mode'] = 'Skift tilstand';
45$lang['The picture n°%d has already a backside : %s'] = 'Billede nummer %d har allerede en bagside: %s';
46$lang['The picture n°%s is already a backside'] = 'Billede nummer %s er allerede en bagside';
47$lang['This picture has a backside :'] = 'Billedet har en bagside:';
48$lang['This picture is a backside...'] = 'Dette billede er en bagside...';
49$lang['Hide backside from albums'] = 'Skjul albummers bagside';
50?>
Note: See TracBrowser for help on using the repository browser.