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

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

Add nb_NO, thanks to paulen

  • Property svn:executable set to *
File size: 2.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å 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'] = 'Changelog';
41$lang['Coffee Fund'] = 'Coffee Fund';
42$lang['Crop (Default)'] = 'Crop (Standard)';
Note: See TracBrowser for help on using the repository browser.