source: extensions/AddInfousers/language/nl_NL/plugin.lang.php @ 25609

Last change on this file since 25609 was 25609, checked in by TranslationTeam, 10 years ago

[addinfousers] Update nl_NL, thanks to : Kees Hessels

  • Property svn:executable set to *
File size: 3.5 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['addinfousers_complete'] = 'Extra informatie';
24$lang['addinfousers_explication_cache_info'] = 'Verberg informatie die niet gebruikt wordt';
25$lang['addinfousers_explication_help'] = 'Met behulp van deze plugin krijgt u 7 extra regels voor registratie en gebruikers-profielen';
26$lang['addinfousers_explication_update_non'] = 'Vervanging voor Naam, Voornaam, ..., INFO6, INFO7';
27$lang['addinfousers_explication'] = 'Presentatie';
28$lang['addinfousers_h2'] = 'Beheer van de extra informatie voor gebruikers';
29$lang['addinfousers_info1'] = 'Naam';
30$lang['addinfousers_info2'] = 'Voornaam / voornamen';
31$lang['addinfousers_info3'] = 'Adres';
32$lang['addinfousers_info4'] = 'Land';
33$lang['addinfousers_info5'] = 'INFO5';
34$lang['addinfousers_info6'] = 'INFO6';
35$lang['addinfousers_info7'] = 'INFO7';
36$lang['addinfousers_explication_cache_info_help'] = 'Informatie-regels die u niet wilt gebruiken, kunt u verbergen door de volgende regel(s) aan uw lokaal CSS bestand toe te voegen:<br>
37Verberg info-regel 1 : #addinfouser_1 {display:none} <br>
38Verberg info-regel 2 : #addinfouser_2 {display:none} <br>
39Verberg info-regel 3 : #addinfouser_3 {display:none} <br>
40Verberg info-regel 4 : #addinfouser_4 {display:none} <br>
41Verberg info-regel 5 : #addinfouser_5 {display:none} <br>
42Verberg info-regel 6 : #addinfouser_6 {display:none} <br>
43Verberg info-regel 7 : #addinfouser_7 {display:none} <br>';
44$lang['addinfousers_explication_update_non_help'] = 'Hiertoe dient u de volgende regel(s) toe te voegen aan het taalbestand:<br>
45$lang[\'addinfousers_info1\'] = \'Vervanging van Naam\'; <br>
46$lang[\'addinfousers_info2\'] = \'Vervanging van Voornaam / voornamen\'; <br>
47$lang[\'addinfousers_info3\'] = \'Vervanging van Adres\'; <br>
48$lang[\'addinfousers_info4\'] = \'Vervanging van Land\'; <br>
49$lang[\'addinfousers_info5\'] = \'Vervanging van INFO5\'; <br>
50$lang[\'addinfousers_info6\'] = \'Vervanging van INFO6\'; <br>
51$lang[\'addinfousers_info7\'] = \'Vervanging van INFO7\'; <br>';
52?>
Note: See TracBrowser for help on using the repository browser.