source: extensions/GDThumb/language/nb_NO/plugin.lang.php @ 31954

Last change on this file since 31954 was 31256, checked in by TranslationTeam, 9 years ago

Update nb_NO, thanks to paulen

  • Property svn:executable set to *
File size: 4.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Cache Informations'] = 'Cache innformasjon';
24$lang['Cache have been generated'] = 'Cache har blitt generert';
25$lang['Cache the big thumbnails (recommended)'] = 'Cache det store miniatyr (anbefales)';
26$lang['Delete images in GDThumb cache.'] = 'Slett bilde i GDThumb cache.';
27$lang['Do not Normalize (Default)'] = 'Ikke Normaliser (Standard)';
28$lang['Double the size of the first thumbnail'] = 'Doble størrelsen til det første miniatyrbilde';
29$lang['Finds images that have not been cached and creates the cached version.'] = 'Find bilder som ikke har blitt cached og lag en cached versjon.';
30$lang['Follow'] = 'Følg';
31$lang['Horizontal (Default)'] = 'Horisental (Standard)';
32$lang['Margin between thumbnails'] = 'Margen mellom miniatyrbildene';
33$lang['Masonry Type'] = 'Murstein Type';
34$lang['Merged (Default)'] = 'Slå sammen (Standard)';
35$lang['Merged with Description'] = 'Slått sammen med Beskrivelse';
36$lang['%d file'] = '%d fil';
37$lang['%d files'] = '%d filer';
38$lang['Animate thumbnail on hover'] = 'Animer miniatyrbilde ved mus over';
39$lang['Block for Panoramic Photo Page'] = 'Blokker Panorama Bilde side';
40$lang['Changelog'] = 'Endringslogg';
41$lang['Coffee Fund'] = 'Coffee Fund';
42$lang['Crop (Default)'] = 'Beskjær (Standard)';
43$lang['Overlay'] = 'Belegg';
44$lang['Overlay Bottom'] = 'Belegg bunn';
45$lang['Overlay Bottom (Static)'] = 'Belegg bunn (fast)';
46$lang['Overlay Ex'] = 'Belegg Ex';
47$lang['Overlay Top'] = 'Belegg topp';
48$lang['Overlay Top (Static)'] = ' Belegg topp (fast)';
49$lang['Title Display Mode (Photo)'] = 'Tittel visningsmodus (Bilde)';
50$lang['Use Description if Set'] = 'Bruk beskrivelse hvis satt';
51$lang['Vertical'] = 'Vertikal';
52$lang['Metadata Display Mode'] = 'Metadata visning';
53$lang['Stop'] = 'Stopp';
54$lang['Normalize Photo Title'] = 'Normaliser bilde tittel';
55$lang['Pause'] = 'Pause';
56$lang['Photo # if FileName Detected'] = 'Bilde # hvis filnavn finnes';
57$lang['Pre-cache thumbnails'] = 'Forhåndles miniatyrbilder';
58$lang['Prevent word wrap'] = 'Unngå linjeskift';
59$lang['Purge thumbnails cache'] = 'Slett miniatyrbilder fra hurtigminne';
60$lang['Show thumbnails caption'] = 'Vis miniatyrbildetekst';
61$lang['Square'] = 'Kvadrat';
62$lang['Start'] = 'Start';
63$lang['Thumbnails max height'] = 'Miniatyrbildets største høyde';
64$lang['Title Display Mode (Album)'] = 'Tittel visningsmodues (Album)';
65$lang['%d visit'] = '%d besøk';
66$lang['%d visits'] = '%d besøkt';
67$lang['Big thumb cannot be used in Slide mode. Disabled'] = 'Stort miniatyrbilde kan ikke brukes i Lysbilde modus. Deaktivert';
68$lang['Margin between thumbnails must be an integer'] = 'Marginen mellom miniatyrbildene må være et partall';
69$lang['Number of photos per page must be an integer'] = 'Antall av bilder pr. side må være partall';
70$lang['Rating:'] = 'Karaktersetting:';
71$lang['Slide'] = 'Lysbilde';
72$lang['This Thumb mode cannot be used in Slide mode. Changed to default'] = 'Dette Miniatyr modus kan ikke brukes i Lysbilde modus. Endret til standard ';
73$lang['Thumb animation cannot be used in Slide mode. Disabled'] = 'Miniatyr animasjon kan ikke brukes i Lysbilde modus. Deaktivert';
74$lang['Thumbnail Mode'] = 'Miniatyrbilde Modus';
75$lang['Thumbnails max height must be an integer'] = 'Miniatyrbildes maksimale høyde må være et partall';
Note: See TracBrowser for help on using the repository browser.