source: extensions/piclens/language/nl_NL/plugin.lang.php @ 25225

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

[cooliris_piclens] Update nl_NL, thanks to : terwolde

  • 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-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['NonSelectedCat'] = 'Niet geselecteerde categorieën';
24$lang['SelectedCat'] = 'Geselecteerde categorieën';
25$lang['cat_description_legend'] = 'Categorie omschrijving';
26$lang['cat_id_legend'] = 'Categorie ID';
27$lang['cat_name_legend'] = 'Categorie naam';
28$lang['img_description_legend'] = 'Foto omschrijving';
29$lang['img_filename_legend'] = 'Foto bestandsnaam';
30$lang['img_id_legend'] = 'Foto ID';
31$lang['img_name_legend'] = 'Foto naam';
32$lang['piclens_wallcfg_colorD'] = 'Donker';
33$lang['piclens_wallcfg_colorL'] = 'Licht';
34$lang['piclens_wallcfg_colorW'] = 'Wit';
35$lang['piclens_wallcfg_disp_opt2'] = 'Categorien';
36$lang['piclens_rsscfg_namecat'] = 'toon de categorie naam';
37$lang['piclens_recursive_standard_title'] = 'standaard methode';
38$lang['piclens_recursive_standard'] = 'standaard';
39$lang['piclens_picture_legend'] = 'afbeelding';
40$lang['piclens_recentcats_label'] = 'recente categorien';
41$lang['piclens_recentpics_label'] = 'recente afbeeldingen';
42$lang['piclens_mostvisited_label'] = 'meest bekeken';
43$lang['piclens_label_sortUp'] = 'Omhoog';
44$lang['piclens_label_sortPiwigo'] = 'Standaard Piwigo';
45$lang['piclens_label_orderCreDate'] = 'Aanmaak datum';
46$lang['piclens_label_orderPiwigo'] = 'Standaard Piwigo';
47$lang['piclens_label_orderName'] = 'Bestandsnaam';
48$lang['piclens_label_orderCat'] = 'Categorie';
49$lang['piclens_label_TypeHigh'] = 'Hoog';
50$lang['piclens_label_TypeNorm'] = 'Normaal';
51$lang['piclens_label_Name3'] = 'afbeeldingsnaam';
52$lang['piclens_label_Desc2'] = 'afbeeldingsnaam';
53$lang['piclens_config_tab'] = 'configuratie';
54$lang['piclens_admin_submit'] = 'opslaan';
55?>
Note: See TracBrowser for help on using the repository browser.