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

Last change on this file since 31253 was 31229, checked in by TranslationTeam, 9 years ago

Update nb_NO, thanks to trident

  • Property svn:executable set to *
File size: 3.9 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['Scale thumbnails'] = 'Skaler miniatyrbilder';
61$lang['Show thumbnails caption'] = 'Vis miniatyrbildetekst';
62$lang['Square'] = 'Kvadrat';
63$lang['Start'] = 'Start';
64$lang['Thumbnails max height'] = 'Miniatyrbildets største høyde';
65$lang['Title Display Mode (Album)'] = 'Tittel visningsmodues (Album)';
Note: See TracBrowser for help on using the repository browser.