source: extensions/stripped_black_bloc/language/da_DK/theme.lang.php @ 17902

Last change on this file since 17902 was 17902, checked in by TranslationTeam, 12 years ago

[stripped_columns] Update da_DK, thanks to : thomas1956

  • Property svn:executable set to *
File size: 3.2 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['(it need to be inferior than the width of columns)'] = '(skal altid være mindre end kolonnebredden)';
24$lang['(set 0 to disable)'] = '(angiv "0" for at deaktivere)';
25$lang['... starting to the position number'] = '...start til position nummer';
26$lang['About big thumbnails, for the albums :'] = 'Store thumbnails, for albums:';
27$lang['About portrait/landscape pictures :'] = 'Billeder i portræt-/landskabsformat (bemærk at plugin\'en automatisk håndterer thumbnails for panoramaer)';
28$lang['Create a big thumbnail every'] = 'Generer en stor thumbnail hver';
29$lang['Display big thumbnails for landscape pictures'] = 'Vis store thumbnails for billeder i landskabsformat';
30$lang['Displaying options'] = 'Indstillinger for visning';
31$lang['No Maximum Height and the width is the one set above'] = 'Ingen maksimum højde. Bredde er som indstillet ovenfor';
32$lang['Page'] = 'Side';
33$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, ';
34$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = 'Master temaet Stripped skal være aktiveret for at kunne benytte indstillingerne for dette tema';
35$lang['Use the width parameter above as a maximum heigth'] = 'Brug indstillingen for bredde ovenfor som maksimum højde ';
36$lang['Width of columns'] = 'Bredde på kolonner';
37$lang['Width of thumbnails'] = 'Bredde på thumbnails';
38$lang['always generate big thumbnails'] = 'generer altid thumbnails';
39$lang['color main'] = 'Ikke grå farve:';
40$lang['don\'t generate big thumbnails'] = 'generer ikke store thumbnails';
41$lang['use the same config as above'] = 'brug samme indstillinger som ovenfor';
42?>
Note: See TracBrowser for help on using the repository browser.