source: extensions/GrumPluginClasses/language/nn_NO/plugin.lang.php @ 31061

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

[grum_plugins_classes] Add nn_NO, thanks to : kiho

  • Property svn:executable set to *
File size: 3.1 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['filter_gt'] = 'Større enn';
24$lang['filter_invalid'] = 'Filter er ikkje gyldig';
25$lang['filter_le'] = 'Mindre eller lik';
26$lang['filter_like'] = 'Lik';
27$lang['filter_lt'] = 'Mindre enn';
28$lang['filter_maxValue'] = 'Høgaste verdi';
29$lang['filter_minValue'] = 'Minste verdi';
30$lang['filter_notEqual'] = 'Forskjellig frå';
31$lang['filter_notLike'] = 'Ikke lik';
32$lang['filter_notbetween'] = 'Ikkje mellom';
33$lang['filter_operator'] = 'Operator';
34$lang['filter_value'] = 'Verdi';
35$lang['All the gallery'] = 'Heile galleriet';
36$lang['GPC required'] = 'GPC er påkrevd';
37$lang['Infos'] = 'informasjon';
38$lang['Installed'] = 'Installera';
39$lang['List of installed plugins using Grum Plugin Classes'] = 'Liste med installera tilleggsprogram som brukar Grum Plugin Classes';
40$lang['List of shared modules'] = 'Liste med felles modular';
41$lang['Module'] = 'Modul';
42$lang['Plugin'] = 'Tilleggsprogram';
43$lang['Private'] = 'Privat';
44$lang['Public'] = 'Offentleg';
45$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Nokre tilleggsprogram treng Grum Plugin Classes. Før du avinstallerer, må du fyrst avinstallere tilleggsprogramma som treng Grum Plugin Classes.';
46$lang['Version'] = 'Versjon';
47$lang['export_Compression'] = 'Komprimering';
48$lang['export_Format'] = 'Format';
49$lang['export_Name'] = 'Filnamn';
50$lang['export_dialogTitle'] = 'Dataeksport';
51$lang['filter_and'] = 'og';
52$lang['filter_between'] = 'Mellom';
53$lang['filter_equal'] = 'Lik';
54$lang['filter_ge'] = 'Større eller lik';
55?>
Note: See TracBrowser for help on using the repository browser.