source: extensions/oAuth/language/nb_NO/help.lang.php @ 30011

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

[oauth] Update nb_NO, thanks to : paulen

  • Property svn:executable set to *
File size: 3.3 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['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'PÅ <b>APIS & AUTH -> legitimasjon</b> fanen, og klikk <b>Opprett ny klient ID</b>';
24$lang['No registration required'] = 'Ingen registreing nødvendig';
25$lang['Go to the <b>Settings</b> tab after creating the app'] = 'Gå til <b>Innstillinger</b> fanen etter å laget appen';
26$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Gå til <b>Status & Gjennomgang</b> og sett apppen til offentlig ved å klikke på den store knappen oppe til høyre';
27$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Gå til <b>Innstillinger -> Basic</b> og fyll ut kontakt e-post';
28$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Gå til <b>Innstillinger -> Avanset</b> og sett <b>Gyldig Auto omdirigering URIs</b> til <em>%s</em>';
29$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Gå til <b>API Parameters</b> og set <em>%s</em> for å <b>Omdirigere URL</b>';
30$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Gå til <a href="%s" target="_blank">%s</a> og opprette en ny søknad';
31$lang['Fill out any required fields such as the application name and description'] = 'Fyll ut alle obligatoriske felter som programnavnet og beskrivelse';
32$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Enter <em>%1s</em> for <b>%2s</b>';
33$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Klikk på <b>Add Platform</b>, velg <b>Webside</b> og skriv inn <b>Sidens URL</b> til <em>%s</em>';
34$lang['Based on OpenID'] = 'Basert på åpenID';
Note: See TracBrowser for help on using the repository browser.