source: extensions/oAuth/language/nb_NO/plugin.lang.php @ 30006

Last change on this file since 30006 was 30006, checked in by TranslationTeam, 10 years ago

[oauth] Update nb_NO, thanks to : paulen

  • 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-2014 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['Providers'] = 'Tilbydere';
24$lang['Sign in with %s'] = 'Logg inn med %s';
25$lang['Sorry, new registrations are blocked on this gallery.'] = 'Beklager, nye registreringer er blokkert for dette galleriet.';
26$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Du må konfigurere legitimasjon';
27$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl filtype er nødvendig';
28$lang['Profile URL'] = 'Profile URL';
29$lang['Please enter your username'] = 'Skriv inn ditt brukernavn';
30$lang['Please enter your user ID'] = 'Skriv inn din bruker-ID';
31$lang['Or sign in with'] = 'Eller log inn med';
32$lang['Please enter your OpenID URL'] = 'Kriv inn din åpneID URL';
33$lang['Loading...'] = 'Laster...';
34$lang['Logged with'] = 'Logges med';
35$lang['Icon size on the identification page'] = 'Ikonstørrelsen på identifikasjonssiden';
36$lang['Icon size in the menubar'] = 'Ikonstørrelsen på menylinja';
37$lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'Av sikkerhetsmessige årsaker kan hoved webmaster kontoen ikke bli slått sammen med en ekstern konto, men du kan bruke en annen webmaster konto.';
38$lang['Error...'] = 'Feil...';
39$lang['Enabled'] = 'Aktivert';
40$lang['Display sign in buttons on the register page'] = 'Vis logg inn knapp på registerings siden';
41$lang['Display sign in buttons in the menubar'] = 'Vis logg inn knapp i menylinja';
42$lang['Disabled'] = 'Deaktivere';
43$lang['Contacting <b>%s</b>. Please wait.'] = 'Kontakter <b>%s</b>. Vennligst vent.';
44$lang['Close'] = 'Lukke';
45$lang['Cancel'] = 'Avbryt';
46$lang['Authentication canceled'] = 'Identitetsbekreftelse kansellert';
47$lang['Associate with an existing account'] = 'Forbinder med en eksisterende konto';
48$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Det oppstod en feil, vennligst kontakt galleriets eier. <i>Feilkode:%s</i>';
49$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Tillat brukere å slå sammen eksisterende konto med ny <i>Social Connect </i> identitet';
50$lang['%s: invalid keys'] = '%s: ugyldig nøkkel';
Note: See TracBrowser for help on using the repository browser.