source: extensions/PwgCarbon/language/nl_NL/theme.lang.php @ 21788

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

[pwgcarbon] Add nl_NL, thanks to : 57jgm

  • Property svn:executable set to *
File size: 2.7 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['Reflexion on thumbmail'] = 'Reflectie op de thumbnail';
24$lang['lb_configuration_saved'] = 'instellingen bewaard';
25$lang['lb_default_parameters'] = 'standaard instellingen';
26$lang['lb_default_parameters_saved'] = 'standaard instellingen bewaard';
27$lang['lb_theme'] = 'Thema';
28$lang['no'] = 'nee';
29$lang['set as category representative'] = 'instellen als categorie beeld';
30$lang['use picture in the theme'] = 'gebruik foto in dit thema';
31$lang['yes'] = 'ja';
32$lang['Background'] = 'Achtergrond';
33$lang['Background and color'] = 'Achtergrond en kleur';
34$lang['Background, theme and color'] = 'Achtergrond, thema en kleur';
35$lang['Black'] = 'Zwart';
36$lang['Blue'] = 'Blauw';
37$lang['Brown'] = 'Bruin';
38$lang['Color'] = 'Kleur';
39$lang['Colorus menu'] = 'Kleuren menu';
40$lang['Green'] = 'Groen';
41$lang['Header'] = 'Kop';
42$lang['Open picture in lighting box'] = 'Open foto op lichtbak';
43$lang['Orange'] = 'Oranje';
44$lang['Purple'] = 'Paars';
45$lang['Random'] = 'Willekeurig';
46$lang['Red'] = 'Rood';
47$lang['Theme'] = 'Thema';
48$lang['Theme picture'] = 'Thema foto';
49$lang['White'] = 'Wit';
50$lang['Yellow'] = 'Geel';
51?>
Note: See TracBrowser for help on using the repository browser.