source: extensions/header_manager/language/nb_NO/plugin.lang.php @ 21933

Last change on this file since 21933 was 21933, checked in by TranslationTeam, 11 years ago

[header_manager] Update nb_NO, thanks to : abbamust

  • Property svn:executable set to *
File size: 3.8 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['Add a banner'] = 'Legg til banner';
24$lang['Banner added'] = 'Banner lagt til';
25$lang['Banner deleted'] = 'Banner slettet';
26$lang['Banner'] = 'Banner';
27$lang['Choose an image from your computer'] = 'Velg et bilde fra datamaskinen';
28$lang['Choose the part of the image you want to use as your header.'] = 'Velg en del av bildet du vil bruke som din banner.';
29$lang['Crop banner image'] = 'Beskjær bannerbilde';
30$lang['Default banner size'] = 'Standard banner størrelse';
31$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'For MontBlancXL og BlancMontXL, anbefalt størrelse er 900&times;190.';
32$lang['Gallery title above image'] = 'Galleriets tittel over bilde';
33$lang['Image only'] = 'Kun bilde';
34$lang['Incorrect file type,'] = 'Feil filtype';
35$lang['No banner added yet'] = 'Ingen banner valgt';
36$lang['Picture id.'] = 'Bilde id.';
37$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Sett <b>%header_manager%</b> der du vil vise bildet.';
38$lang['Random'] = 'Tilfeldig';
39$lang['Select an image'] = 'Velg et bilde';
40$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Bildets id kan du finne der du endrer bilder, i nærheten av miniatyrbildene.';
41$lang['Unknown picture id'] = 'Ukjent bilde id';
42$lang['Use'] = 'Bruk';
43$lang['With text'] = 'Med tekst';
44$lang['You can customize the display by adding CSS rules to'] = 'Du kan endre utseende ved å legge til CSS regler';
45$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Du kan laste opp et eget toppbilde, eller velge ett fra galleriet ditt. På neste side kan du også beskjære bilde.';
46$lang['or choose a picture from the gallery'] = 'eller velg et bilde fra galleriet';
47$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'For å legge til valgte banner, gå til administratorsiden for gjeldende album.';
48$lang['Non recursive'] = 'Ikke rekursiv';
49$lang['Display banner on photo page'] = 'Vis banner på bildesider';
50$lang['Default banner'] = 'Standard banner';
51$lang['Album specific banners'] = 'Spesifikke album bannere';
52$lang['Recursive'] = 'Rekursiv';
53$lang['Restore default banner'] = 'Gjenopprett standard banner';
54?>
Note: See TracBrowser for help on using the repository browser.