source: extensions/stripped_black_bloc/language/nb_NO/theme.lang.php @ 16923

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

[stripped_columns] Update nb_NO, thanks to : skaulen

  • Property svn:executable set to *
File size: 2.7 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['(set 0 to disable)'] = '(sett 0 for å deaktivere)';
24$lang['(it need to be inferior than the width of columns)'] = '(må være mindre enn bredden på kolonnene)';
25$lang['... starting to the position number'] = '...begynner med posisjonnummer';
26$lang['Create a big thumbnail every'] = 'Lag et stort miniatyrbilde hver';
27$lang['Displaying options'] = 'Visningsalternativer';
28$lang['Page'] = 'Side';
29$lang['About big thumbnails, for the albums :'] = 'Om store miniatyrbilder, for albumene';
30$lang['Stripped & Columns Theme Configuration'] = 'Stripped & columns, konfigurasjonside';
31$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = 'Foreldretemaet Stripped må være aktivert for å kunne bruke dets parametere';
32$lang['Width of columns'] = 'Bredden på kolonnene';
33$lang['Width of thumbnails'] = 'Bredden på miniatybildene';
34$lang['always generate big thumbnails'] = 'generer alltid store miniatyrbilder';
35$lang['color main'] = 'Ikke grå farge:';
36$lang['don\'t generate big thumbnails'] = 'ikke generer store miniatyrbilder';
37$lang['use the same config as above'] = 'bruk samme konfigurasjon som over';
38?>
Note: See TracBrowser for help on using the repository browser.