source: extensions/flickr2piwigo/language/nb_NO/plugin.lang.php @ 30288

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

[flickr] Add nb_NO, thanks to : paulen

  • Property svn:executable set to *
File size: 3.6 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['Logged in as'] = 'Logget inn som';
24$lang['Logged out'] = 'Logget ut';
25$lang['No download method available'] = 'Ingen nedlastning metode tilgjengelig';
26$lang['One picture is not displayed because already existing in the database.'] = 'Ett bilde vises ikke fordi det allerede er eksisterende i databasen.';
27$lang['Open Flickr page in a new tab'] = 'Åpne Flickr siden i en ny fane';
28$lang['Photo "%s" imported'] = 'Bilde "%s" importert';
29$lang['Pictures without album'] = 'Bilder uten album';
30$lang['Please fill your API keys on the configuration tab'] = 'Vennligst fyll inn API nøkkelen i konfigurasjon fanen';
31$lang['Processing...'] = 'Behandler ...';
32$lang['Reproduce flickr albums'] = 'Reprodusere Flickr-album';
33$lang['Successfully logged in to you Flickr account'] = 'Vellykket pålogget din Flickr-konto';
34$lang['%d albums'] = '%d albumer';
35$lang['%d elements ready for importation'] = '%d elementer klar for innførsel';
36$lang['%d pictures are not displayed because already existing in the database.'] = '%d bilder vises ikke fordi de er allerede eksisterende i databasen.';
37$lang['%d pictures imported'] = '%d bilder importert';
38$lang['(%d photos)'] = '(%d bilder)';
39$lang['API key'] = 'API nøkkel';
40$lang['API not authenticated'] = 'API ikke bekreftet';
41$lang['API secret'] = 'API hemmelig';
42$lang['Begin transfer'] = 'Begynn overføring';
43$lang['Callback URL'] = 'Tilbakekall URL';
44$lang['Fill these fields from Flickr datas'] = 'Fyll ut disse feltene fra Flickr data';
45$lang['Flickr logins'] = 'Flickr innlogginger';
46$lang['Geolocalization'] = 'Geolokalisering';
47$lang['How do I get my Flickr API key?'] = 'Hvordan får jeg tak på min Flickr Api Nøkkel?';
48$lang['Import'] = 'Importere';
49$lang['Import all my pictures'] = 'Importere alle mine bilder';
50$lang['Import all photos in this album'] = 'Importere alle bilder i denne album';
51$lang['Import options'] = 'Import valg';
52$lang['List my albums'] = 'Liste mine album';
53$lang['List pictures of this album'] = 'Liste bildene i denne album';
Note: See TracBrowser for help on using the repository browser.