source: extensions/Panoramas/language/nl_NL/plugin.lang.php

Last change on this file was 31655, checked in by TranslationTeam, 8 years ago

Update nl_NL, thanks to watertoren5044

  • Property svn:executable set to *
File size: 4.7 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['Automatic start'] = 'Automatische start';
24$lang['Auto'] = 'Auto';
25$lang['Control display'] = 'Beheer weergave';
26$lang['Left'] = 'Links';
27$lang['Mode 180 (Alternative left-right restart)'] = '180 mode (alternatieve links-rechts herstart)';
28$lang['Mode 360'] = '360 mode';
29$lang['Off'] = 'Uit';
30$lang['On'] = 'Aan';
31$lang['Panoramas configuration'] = 'Panorama\'s configuratie';
32$lang['Permanent'] = 'Permanent';
33$lang['Right'] = 'Rechts';
34$lang['Rotation direction'] = 'Draairichting';
35$lang['Special thanks to:'] = 'Speciale dank aan:';
36$lang['Start position [% between 0-99]'] = 'Start positie';
37$lang['Your configuration is NOT saved due to above reasons.'] = 'Je configuratie is niet opgeslagen vanwege de volgende redenen';
38$lang['Your configuration is saved.'] = 'Je configuratie is opgeslagen';
39$lang['authors of'] = 'auteurs van';
40$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'De maximale viewportbreedte is niet goed (moet groter zijn dan de minimale waarde).';
41$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'De minimale viewportbreedte is niet goed (moet groter zijn dan 320).';
42$lang['Picture name substring could not be empty.'] = 'Het deel van de afbeeldingsnaam mag niet leeg zijn.';
43$lang['Picture name substring to display in Mode 180 '][' != previous substring '] = 'Het deel van de afbeeldingsnaam in mode 180 (moet ongelijk zijn aan het vorige deel)';
44$lang['Picture name substring to display in Mode 360'] = 'Het deel van de afbeeldingsnaam in mode 360';
45$lang['Picture name substrings must be different.'] = 'Het deel van de afbeeldingsnaam mag niet hetzelfde zijn.';
46$lang['Relative speed factor ']['10-90'] = 'Relatieve snelheidsfactor [10-90]';
47$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Relatieve snelheidsfactor is niet goed (correcte waarde 10-90).';
48$lang['Remove substring from picture title'] = 'Verwijder het deel van de naam van de foto';
49$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Startpositieverhouding is niet goed (correcte waarde 0-99).';
50$lang['Viewport maximal width ']['pixels >= minimal width'] = 'Maximale viewportbreedte [pixels >= minimale breedte]';
51$lang['Viewport minimal width ']['pixels > 320'] = 'Minimale viewportbreedte [pixels > 320]';
52$lang['Viewport width ']['% between 50-100'] = 'Viewportbreedte [% tussen 50 en 100]';
53$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Viewportbreedtepercentage niet goed (correcte verhouding 50-100).';
54$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Je bent niet geautoriseerd om deze configuratie te wijzigen (alleen de Webmaster mag dit).';
55$lang['Caption Color'] = 'Tekstkleur omschrijving';
56$lang['Footer Color'] = 'Voettekst achtergrond kleur';
57$lang['Footer Control Color'] = 'Voettekst controle kleur';
58$lang['Footer display'] = 'Voettekst weergave';
59$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Ingevoerde Panorama randdikte ligt buiten bereik (Correct bereik: 0-10).';
60$lang['Border color'] = 'Panorama randkleur';
61$lang['Border width'] = 'Panorama randdikte (0-10)';
62$lang['Start position ']['% between 0-99'] = 'Startpositie';
Note: See TracBrowser for help on using the repository browser.