source: extensions/community/language/no_NO/plugin.lang.php @ 9508

Last change on this file since 9508 was 9508, checked in by ddtddt, 13 years ago

[extensions] - community - add no_NO (Norwegian) thanks to atlew

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Legg til en rettighet'; 
23$lang['Who?'] = 'Hvem?'; 
24$lang['any visitor'] = 'hvem som helst besøkende'; 
25$lang['any registered user'] = 'hvem som helst registrert bruker'; 
26$lang['a specific user'] = 'en spesifik bruker'; 
27$lang['a group'] = 'en gruppe'; 
28$lang['Where?'] = 'Hvor?'; 
29$lang['The whole gallery'] = 'Hele galleriet'; 
30$lang['ability to create sub-albums'] = 'mulighet til å lage under album'; 
31$lang['Which level of trust?'] = 'Hvilket tillits nivå?'; 
32$lang['sub-albums creation'] = 'under albums lager'; 
33$lang['Upload Permissions'] = 'Last opp rettigheter'; 
34$lang['Pending Photos'] = 'Ventende bilder'; 
35$lang['Permission added'] = 'Rettigheter lagt til'; 
36$lang['Permission removed'] = 'Rettigheter fjernet';
37$lang['%s (the user)'] = '%s (brukeren)'; 
38$lang['%s (the group)'] = '%s (gruppen)'; 
39$lang['low trust'] = 'lav tillit'; 
40$lang['uploaded photos must be validated by an administrator'] = 'opplastede bilder må bli validert av en administrator'; 
41$lang['high trust'] = 'høy tillit'; 
42$lang['uploaded photos are directly displayed in the gallery'] = 'opplastede bilder bil vist direkte i galleriet'; 
43$lang['%d photos validated'] = '%d bilder validert'; 
44$lang['%d photos rejected'] = '%d bilder avvist'; 
45$lang['web size'] = 'web størrelse'; 
46$lang['Zoom'] = 'Zoom'; 
47$lang['Upload your own photos'] = 'Last opp dine egne bilder'; 
48$lang['%d photos uploaded by %s'] = '%d bilder opplastet av %s'; 
49$lang['Validation page: %s'] = 'Validering side: %s'; 
50$lang['%d photos uploaded into album "%s"'] = '%d bilder lastet opp til album "%s"'; 
51$lang['Hi administrators,'] = 'Hei administratorer,';
52
53/*TODO*/$lang['No album, this photo is orphan'] = 'No album, this photo is orphan';
54?>
Note: See TracBrowser for help on using the repository browser.