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

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

2.4.B Compliance with Theme Stripped and plugin Piwishak

  • Property svn:executable set to *
File size: 3.2 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 beheert de vormgeving van de afbeeldingspagina.';
24$lang['Step1_Title'] = 'Plugin instellingen';
25$lang['Title'] = 'Looks like GBo';
26$lang['preview'] = 'Voorvertoning';
27$lang['save'] = 'Opslaan';
28$lang['submit'] = 'Verstuur';
29$lang['Reset_To_Default'] = 'Herstel standaardwaarden';
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 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 geactiveerd zijn!';
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 navigatiebalk toe aan afbeelding:';
41$lang['llgo_warning_setting'] = 'om met het Gally thema te gebruiken, moet de plugin cl_conflit geïnstalleerd zijn';
42$lang['llgbo_default_navthumb'] = 'Onderdruk Prev_Next thumbnails standaardafbeelding:';
43$lang['llgbo_info'] = '(^_^) Instellingen gewijzigd';
44$lang['llgbo_title_frame'] = 'Toon afbeeldingstitel op de rand';
45$lang['llgbo_usemap_thumb'] = 'Toon thumbnails indien navigatie actief is op de afbeelding:';
46$lang['llgo_tooltip_width'] = 'Tooltipbreedte';
47/*TODO*/$lang['llgbo_header_thePiwiShackControllerPage']= 'Display header on the plugin  PiwiShack Controller Page';
48?>
Note: See TracBrowser for help on using the repository browser.