source: extensions/LLGBO2/language/nl_NL/plugin.lang.php @ 15107

Last change on this file since 15107 was 15107, checked in by gbo, 12 years ago

js improvement or fix

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Howto'] = 'Deze plugin beheerd de afbeeldings pagina vormgeving';
24$lang['Step1_Title'] = 'Plugin instellingen';
25$lang['Title'] = 'Looks like GBo';
26$lang['preview'] = 'Voorvertoning';
27$lang['save'] = 'Bewaar';
28$lang['submit'] = 'Verstuur';
29$lang['Reset_To_Default'] = 'Herstel standaard waarden';
30$lang['Step2_Title'] = 'Tooltip instellingen';
31$lang['Step3_Title'] = 'Frame instellingen';
32$lang['Step4_Title'] = 'Toon/verberg de header van elke pagina';
33$lang['llgbo_dispinshadowbox'] = 'Toon in schaduwbox';
34$lang['llgbo_exifunderbt'] = 'Speciale tooltip voor een EXIF bij muisover';
35$lang['llgbo_frame'] = 'Beheer frame om de afbeelding';
36$lang['llgbo_hdShadowbox'] = 'Compliance HD Schaduwbox en navigatie op afbeelding. <br> HD Schaduwbox moet worden geactiveerd!';
37$lang['llgbo_header'] = 'Beheer header weergave';
38$lang['llgbo_maintain_header'] = 'Onderhoud header van de volgende pagina\'s';
39$lang['llgbo_tooltip'] = 'Speciale tooltips (foto\'s en miniaturen) bij muisover';
40$lang['llgbo_usemap'] = 'Voeg navigatie balk toe aan afbeelding';
41$lang['llgo_warning_setting'] = 'om met het Gally thema the gebruiken, moet de plugin cl_confit geïnstalleerd worden';
42/*TODO*/$lang['llgbo_header_thePiwiShackControllerPage']= 'Display header on the plugin  PiwiShack Controller Page';
43?>
Note: See TracBrowser for help on using the repository browser.