1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2014 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['Maximal number users'] = 'Maximaal aantal gebruikers'; |
---|
24 | $lang['Maximal number users is incorrect !'] = 'Maximaal aantal gebruikers is onjuist!'; |
---|
25 | $lang['Minimal number photos for show users'] = 'Minimaal aantal foto\'s die gebruikers te zien krijgen'; |
---|
26 | $lang['Minimal number photos for show users is incorrect !'] = 'Minimaal aantal foto\'s die gebruikers te zien krijgen'; |
---|
27 | $lang['Photos by user'] = 'Foto\'s van gebruiker'; |
---|
28 | $lang['See photos by user'] = 'Sorteer foto\'s op gebruiker'; |
---|
29 | $lang['Show'] = 'Toon'; |
---|
30 | $lang['Users order'] = 'Gebruikers volgorde'; |
---|
31 | $lang['bloc menu users'] = 'Blokkeer menu voor gebruikers'; |
---|
32 | $lang['by decreasing number of photos'] = 'Verminder aantal foto\'s'; |
---|
33 | $lang['by increasing number of photos'] = 'Vermeerder aantal foto\'s'; |
---|
34 | $lang['link Specials menu'] = 'Link naar Menu Speciaal'; |
---|
35 | $lang['select other user'] = 'Selecteer andere gebruiker'; |
---|
36 | $lang['select user'] = 'Selecteer gebruiker'; |
---|
37 | $lang['select users box'] = 'Selecteer gebruikers box'; |
---|
38 | $lang['submit'] = 'Verzenden'; |
---|
39 | $lang['users by reverse alphabetical order'] = 'gebruikers in omgekeerde alfabetische volgorde'; |
---|
40 | $lang['users in alphabetical order'] = 'gebruikers in alfabetische volgorde'; |
---|
41 | ?> |
---|