~ubuntu-branches/ubuntu/vivid/zoneminder/vivid-proposed

« back to all changes in this revision

Viewing changes to web/lang/nl_nl.php

  • Committer: Bazaar Package Importer
  • Author(s): Peter Howard
  • Date: 2009-11-14 15:02:10 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091114150210-d8721h9wm90cbaog
Tags: 1.24.2-2
* Remove custom perl parth from zmpkg.pl, fix location of manpages.
(closes: #551746, #553092)
* Fix GCC4.4 bug
(closes: #531717)
* Fix potential bug in postinst script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
//
3
 
// ZoneMinder web Dutch language file, $Date: 2009-02-08 17:39:12 +0000 (Sun, 08 Feb 2009) $, $Revision: 2746 $
 
3
// ZoneMinder web Dutch language file, $Date: 2009-05-24 11:00:20 +0100 (Sun, 24 May 2009) $, $Revision: 2889 $
4
4
// Copyright (C) 2001-2008 Philip Coombes
5
5
//
6
6
// This program is free software; you can redistribute it and/or
119
119
    'AttrWeekday'          => 'Weekdag',
120
120
    'Auto'                 => 'Auto',
121
121
    'AutoStopTimeout'      => 'Auto Stop Timeout',
 
122
    'Available'            => 'Available',              // Added - 2009-03-31
122
123
    'AvgBrScore'           => 'Gem.<br/>score',
123
124
    'Background'           => 'Background',
124
125
    'BackgroundFilter'     => 'Run filter in background',
136
137
    'BadLabelY'            => 'Label Y co-ordinate must be set to an integer of zero or more',
137
138
    'BadMaxFPS'            => 'Maximum FPS must be a positive integer or floating point value',
138
139
    'BadNameChars'         => 'Namen mogen alleen alpha numerieke karakters bevatten plus hyphens en underscores',
 
140
    'BadPalette'           => 'Palette must be set to a valid value', // Added - 2009-03-31
139
141
    'BadPath'              => 'Path must be set to a valid value',
140
142
    'BadPort'              => 'Port must be set to a valid number',
141
143
    'BadPostEventCount'    => 'Post event image count must be an integer of zero or more',
199
201
    'CaptureWidth'         => 'Capture breedte',
200
202
    'Cause'                => 'Cause',
201
203
    'CheckMethod'          => 'Alarm Check Methode',
 
204
    'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
202
205
    'ChooseFilter'         => 'Kies filter',
203
206
    'ChoosePreset'         => 'Choose Preset',
204
207
    'Close'                => 'Sluit',
233
236
    'DeleteAndPrev'        => 'verwijder &amp; vorige',
234
237
    'DeleteSavedFilter'    => 'verwijder opgeslagen filter',
235
238
    'Description'          => 'Omschrijving',
 
239
    'DetectedCameras'      => 'Detected Cameras',       // Added - 2009-03-31
236
240
    'Device'               => 'Device',                 // Added - 2009-02-08
237
241
    'DeviceChannel'        => 'Apparaat kanaal',
238
242
    'DeviceFormat'         => 'Apparaat formaat',
252
256
    'DonateRemindWeek'     => 'Not yet, remind again in 1 week',
253
257
    'DonateYes'            => 'Yes, I\'d like to donate now',
254
258
    'Download'             => 'Download',
 
259
    'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
255
260
    'Duration'             => 'Duur',
256
261
    'Edit'                 => 'Bewerk',
257
262
    'Email'                => 'Email',
434
439
    'MonitorIds'           => 'Monitor&nbsp;Ids',
435
440
    'MonitorPreset'        => 'Monitor Preset',
436
441
    'MonitorPresetIntro'   => 'Select an appropriate preset from the list below.<br><br>Please note that this may overwrite any values you already have configured for this monitor.<br><br>',
 
442
    'MonitorProbe'         => 'Monitor Probe',          // Added - 2009-03-31
 
443
    'MonitorProbeIntro'    => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
437
444
    'Monitors'             => 'Monitoren',
438
445
    'Montage'              => 'Montage',
439
446
    'Month'                => 'Maand',
454
461
    'NewUser'              => 'Nieuwe gebruiker',
455
462
    'Next'                 => 'Volgende',
456
463
    'No'                   => 'Nee',
 
464
    'NoDetectedCameras'    => 'No Detected Cameras',    // Added - 2009-03-31
457
465
    'NoFramesRecorded'     => 'Er zijn geen frames opgenomen voor deze gebeurtenis',
458
466
    'NoGroup'              => 'No Group',
459
467
    'NoSavedFilters'       => 'GeenOpgeslagenFilters',
508
516
    'Preset'               => 'Preset',
509
517
    'Presets'              => 'Presets',
510
518
    'Prev'                 => 'vorige',
 
519
    'Probe'                => 'Probe',                  // Added - 2009-03-31
511
520
    'Protocol'             => 'Protocol',
512
521
    'Rate'                 => 'Waardering',
513
522
    'Real'                 => 'Echte',
807
816
);
808
817
 
809
818
?>
810