source: extensions/PwgCarbon/language/da_DK/theme.lang.php @ 19587

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

[pwgcarbon] Add da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 2.7 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['lb_configuration_saved'] = 'Opsætning gemt';
24$lang['lb_default_parameters'] = 'standardindstillinger';
25$lang['lb_default_parameters_saved'] = 'standardinstillinger gemt';
26$lang['lb_theme'] = 'Tema';
27$lang['no'] = 'nej';
28$lang['set as category representative'] = 'opsæt som kategorirepræsentant';
29$lang['use picture in the theme'] = 'anvend billede i temaet';
30$lang['yes'] = 'ja';
31$lang['Background'] = 'Baggrund';
32$lang['Background and color'] = 'Baggrund og farve';
33$lang['Background, theme and color'] = 'Baggrund, tema og farve';
34$lang['Black'] = 'Sort';
35$lang['Blue'] = 'Blå';
36$lang['Brown'] = 'Brun';
37$lang['Color'] = 'Farve';
38$lang['Colorus menu'] = 'Farvemenu';
39$lang['Green'] = 'Grøn';
40$lang['Header'] = 'Sidetop';
41$lang['Open picture in lighting box'] = 'Åbn billede i lyskasse';
42$lang['Orange'] = 'Orange';
43$lang['Purple'] = 'Lilla';
44$lang['Random'] = 'Tilfældig';
45$lang['Red'] = 'Rød';
46$lang['Reflexion on thumbmail'] = 'Reflektion på miniaturebillede';
47$lang['Theme'] = 'Tema';
48$lang['Theme picture'] = 'Temabillede';
49$lang['White'] = 'Hvid';
50$lang['Yellow'] = 'Gul';
51?>
Note: See TracBrowser for help on using the repository browser.