1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2014 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['stop the slideshow'] = 'stop slideshowet'; |
---|
24 | $lang['How to fit an image'] = 'Hvordan et billede tilpasses'; |
---|
25 | $lang['Navigation style'] = 'Navigeringsstil'; |
---|
26 | $lang['Stops slideshow at any user action with the fotorama'] = 'Stopper slideshow ved enhver brugeraktivitet i fotorama'; |
---|
27 | $lang['What transition to use'] = 'Hvilken overgang skal benyttes'; |
---|
28 | $lang['Enables shadows'] = 'Aktiver skygger'; |
---|
29 | $lang['Enables loop'] = 'Aktiver sløjfe'; |
---|
30 | $lang['Enables autoplay'] = 'Aktiver autostart'; |
---|
31 | $lang['Allows fullscreen'] = 'Tillad fuldskærm'; |
---|
32 | $lang['Fullscreen navigation style'] = 'Navigeringsstil i fuldskærmstilstand'; |
---|
33 | $lang['Only fullscreen mode'] = 'Kun fuldskærmstilstand'; |
---|
34 | $lang['Use crossfade transition on click'] = 'Anvend crossfadetransition ved klik'; |
---|
35 | $lang['Replace picture page'] = 'Erstat billedside'; |
---|
36 | $lang['Show caption with image title'] = 'Vis undertekst med billedtitel'; |
---|
37 | $lang['Thumbnail height (when present)'] = 'Højde på miniaturebillede (når til stede)'; |
---|
38 | $lang['except an administrator'] = 'bortset fra en administrator'; |
---|
39 | $lang['Add close button'] = 'Tilføj lukknap'; |
---|
40 | $lang['Resize to fit window'] = 'Tilpas størrelsen til vinduet'; |
---|
41 | $lang['Add image info button'] = 'Tilføj billedinfoknap'; |
---|
42 | $lang['Thumbnail is a square (when present)'] = 'Miniaturebillede er kvadratisk (når til stede)'; |
---|
43 | $lang['Waiting time before loading a new image'] = 'Ventetid før indlæsning af et nyt billede'; |
---|
44 | $lang['milliseconds'] = 'millisekunder'; |
---|