source: extensions/Google2Piwigo/language/nb_NO/plugin.lang.php @ 30297

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

[google2piwigo] Update nb_NO, thanks to : paulen

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