source: trunk/language/nn_NO/admin.lang.php @ 21861

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

[trunk_admin] Update nn_NO, thanks to : kiho

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['... or '] = '... eller';
24$lang['ACCESS_0'] = 'Fri tilgang';
25$lang['ACCESS_5'] = 'Ingen tilgang';
26$lang['%d users were updated.'] = '%d brukarar oppdatera';
27$lang['%d user comments rejected'] = '%d brukarkommentarar avvist';
28$lang['%d user comments validated'] = '%d brukarkommentarar godkjend';
29$lang['%d user deleted'] = '%d brukar sletta';
30$lang['%d user was not updated.'] = '%d brukar er ikkje oppdatera';
31$lang['%d user was updated.'] = '%d brukar oppdatera';
32$lang['%d users'] = '%d brukarar';
33$lang['%d users deleted'] = '%d brukarar sletta';
34$lang['%d users were not updated.'] = '%d brukarar er ikkje oppdatera';
35$lang['%d photos were deleted'] = '%d bilete sletta';
36$lang['%d second'] = '%d sekund';
37$lang['%d seconds'] = '%d sekundar';
38$lang['%d tag'] = '%d stikkord';
39$lang['%d tags'] = '%d stikkord';
40$lang['%d user'] = '%d brukar';
41$lang['%d user comment rejected'] = '%d brukarkommentar avvist';
42$lang['%d user comment validated'] = '%d brukarkommentarar godkjend';
43$lang['%d guest'] = '%d gjest';
44$lang['%d guests'] = '%d gjester';
45$lang['%d hour'] = '%d time';
46$lang['%d hours'] = '%d timar';
47$lang['%d member'] = '%d medlem';
48$lang['%d members'] = '%d medlemer';
49$lang['%d minute'] = '%d minutt';
50$lang['%d minutes'] = '%d minuttar';
51$lang['%d month'] = '%d månad';
52$lang['%d months'] = '%d månader';
53$lang['%d photo was deleted'] = '%d bilete sletta';
54$lang['wrong filename'] = 'feil filnamn';
55?>
Note: See TracBrowser for help on using the repository browser.