2015-04-18 23:14:14 +08:00
< ? php
//
// ZoneMinder web Dutch language file, $Date: 2011-06-21 10:19:10 +0100 (Tue, 21 Jun 2011) $, $Revision: 3459 $
// Copyright (C) 2001-2008 Philip Coombes
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
2016-12-26 23:23:16 +08:00
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2015-04-18 23:14:14 +08:00
//
// ZoneMinder Dutch Translation by Alco (a.k. nightcrawler)
2016-12-02 16:49:50 +08:00
// Updated by Bernardus Jansen (bajansen)
2015-04-18 23:14:14 +08:00
// Notes for Translators
// 0. Get some credit, put your name in the line above (optional)
// 1. When composing the language tokens in your language you should try and keep to roughly the
// same length text if possible. Abbreviate where necessary as spacing is quite close in a number of places.
// 2. There are four types of string replacement
// a) Simple replacements are words or short phrases that are static and used directly. This type of
// replacement can be used 'as is'.
// b) Complex replacements involve some dynamic element being included and so may require substitution
// or changing into a different order. The token listed in this file will be passed through sprintf as
// a formatting string. If the dynamic element is a number you will usually need to use a variable
// replacement also as described below.
// c) Variable replacements are used in conjunction with complex replacements and involve the generation
// of a singular or plural noun depending on the number passed into the zmVlang function. See the
// the zmVlang section below for a further description of this.
// d) Optional strings which can be used to replace the prompts and/or help text for the Options section
// of the web interface. These are not listed below as they are quite large and held in the database
// so that they can also be used by the zmconfig.pl script. However you can build up your own list
// quite easily from the Config table in the database if necessary.
// 3. The tokens listed below are not used to build up phrases or sentences from single words. Therefore
// you can safely assume that a single word token will only be used in that context.
// 4. In new language files, or if you are changing only a few words or phrases it makes sense from a
// maintenance point of view to include the original language file and override the old definitions rather
// than copy all the language tokens across. To do this change the line below to whatever your base language
// is and uncomment it.
// require_once( 'zm_lang_en_gb.php' );
// You may need to change the character set here, if your web server does not already
// do this by default, uncomment this if required.
//
// Example
// header( "Content-Type: text/html; charset=iso-8859-1" );
// You may need to change your locale here if your default one is incorrect for the
// language described in this file, or if you have multiple languages supported.
// If you do need to change your locale, be aware that the format of this function
// is subtlely different in versions of PHP before and after 4.3.0, see
// http://uk2.php.net/manual/en/function.setlocale.php for details.
// Also be aware that changing the whole locale may affect some floating point or decimal
// arithmetic in the database, if this is the case change only the individual locale areas
// that don't affect this rather than all at once. See the examples below.
// Finally, depending on your setup, PHP may not enjoy have multiple locales in a shared
// threaded environment, if you get funny errors it may be this.
//
// Examples
// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
// setlocale( LC_ALL, 'en_GB' ); All locale settings 4.3.0 and after
// setlocale( LC_CTYPE, 'en_GB' ); Character class settings 4.3.0 and after
// setlocale( LC_TIME, 'en_GB' ); Date and time formatting 4.3.0 and after
// Simple String Replacements
$SLANG = array (
'24BitColour' => '24 bits kleuren' ,
2016-12-02 16:49:50 +08:00
'32BitColour' => '32 bits kleuren' ,
2015-04-18 23:14:14 +08:00
'8BitGrey' => '8 bits grijstinten' ,
'Action' => 'Actie' ,
2016-12-02 16:49:50 +08:00
'Actual' => 'Origineel' ,
2015-04-18 23:14:14 +08:00
'AddNewControl' => 'Nieuwe controle toevoegen' ,
'AddNewMonitor' => 'Nieuwe monitor toevoegen' ,
2018-08-31 06:30:33 +08:00
'AddNewServer' => 'Add New Server' , // Added - 2018-08-30
'AddNewStorage' => 'Add New Storage' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'AddNewUser' => 'Nieuwe gebruiker toevoegen' ,
'AddNewZone' => 'Nieuw gebied toevoegen' ,
'Alarm' => 'Alarm' ,
2016-12-02 16:49:50 +08:00
'AlarmBrFrames' => 'Alarm-<br/>frames' ,
'AlarmFrame' => 'Alarmframe' ,
'AlarmFrameCount' => 'Aantal alarmframes' ,
'AlarmLimits' => 'Alarmlimieten' ,
2015-04-18 23:14:14 +08:00
'AlarmMaximumFPS' => 'Alarm Maximum FPS' ,
'AlarmPx' => 'Alarm Px' ,
2016-12-02 16:49:50 +08:00
'AlarmRGBUnset' => 'U moet een RGB alarmkleur kiezen' ,
'AlarmRefImageBlendPct' => 'Alarm Reference Image Blend %ge' ,
'Alert' => 'Alert' ,
2015-04-18 23:14:14 +08:00
'All' => 'Alle' ,
2016-12-02 16:49:50 +08:00
'AnalysisFPS' => 'Analyse FPS' ,
'AnalysisUpdateDelay' => 'Analyse Update Vertraging' ,
'Apply' => 'Toepassen' ,
'ApplyingStateChange' => 'Statusverandering wordt uitgevoerd' ,
2015-04-18 23:14:14 +08:00
'ArchArchived' => 'Alleen gearchiveerd' ,
'ArchUnarchived' => 'Alleen ongearchiveerd' ,
2016-12-02 16:49:50 +08:00
'Archive' => 'Archiveren' ,
'Archived' => 'Gearchiveerd' ,
2015-04-18 23:14:14 +08:00
'Area' => 'Gebied' ,
'AreaUnits' => 'Gebied (px/%)' ,
2016-12-02 16:49:50 +08:00
'AttrAlarmFrames' => 'Alarmframes' ,
'AttrArchiveStatus' => 'Archiefstatus' ,
2015-04-18 23:14:14 +08:00
'AttrAvgScore' => 'Gem. score' ,
'AttrCause' => 'Oorzaak' ,
'AttrDiskBlocks' => 'Disk Blocks' ,
'AttrDiskPercent' => 'Disk Percent' ,
2018-08-31 06:30:33 +08:00
'AttrDiskSpace' => 'Disk Space' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'AttrDuration' => 'Duur' ,
2018-08-31 06:30:33 +08:00
'AttrEndDate' => 'End Date' , // Added - 2018-08-30
'AttrEndDateTime' => 'End Date/Time' , // Added - 2018-08-30
'AttrEndTime' => 'End Time' , // Added - 2018-08-30
'AttrEndWeekday' => 'End Weekday' , // Added - 2018-08-30
'AttrFilterServer' => 'Server Filter is Running On' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'AttrFrames' => 'Frames' ,
'AttrId' => 'Id' ,
'AttrMaxScore' => 'Max. Score' ,
'AttrMonitorId' => 'Monitor Id' ,
'AttrMonitorName' => 'Monitor Naam' ,
2018-08-31 06:30:33 +08:00
'AttrMonitorServer' => 'Server Monitor is Running On' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'AttrName' => 'Naam' ,
'AttrNotes' => 'Notities' ,
2018-08-31 06:30:33 +08:00
'AttrStartDate' => 'Start Date' , // Added - 2018-08-30
'AttrStartDateTime' => 'Start Date/Time' , // Added - 2018-08-30
'AttrStartTime' => 'Start Time' , // Added - 2018-08-30
'AttrStartWeekday' => 'Start Weekday' , // Added - 2018-08-30
'AttrStateId' => 'Run State' , // Added - 2018-08-30
'AttrStorageArea' => 'Storage Area' , // Added - 2018-08-30
'AttrStorageServer' => 'Server Hosting Storage' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'AttrSystemLoad' => 'Systembelasting' ,
2015-04-18 23:14:14 +08:00
'AttrTotalScore' => 'Totale Score' ,
'Auto' => 'Auto' ,
'AutoStopTimeout' => 'Auto Stop Timeout' ,
2016-12-02 16:49:50 +08:00
'Available' => 'Beschikbaar' ,
2015-04-18 23:14:14 +08:00
'AvgBrScore' => 'Gem.<br/>score' ,
'Background' => 'Achtergrond' ,
2016-12-02 16:49:50 +08:00
'BackgroundFilter' => 'Voer filter uit op achtergrond' ,
'BadAlarmFrameCount' => 'Aantal alarmframes moet een getal zijn van 1 of meer' ,
'BadAlarmMaxFPS' => 'Alarm Maximum FPS moet een positieve waarde zijn' ,
'BadAnalysisFPS' => 'Analyse FPS moet een positieve waarde zijn' ,
'BadAnalysisUpdateDelay' => 'Analyse updatevertraging moet een getal van nul of groter zijn' ,
2015-04-18 23:14:14 +08:00
'BadChannel' => 'Kanaal moet een getal zijn van 1 of meer' ,
2016-12-02 16:49:50 +08:00
'BadColours' => 'Doelkleur moet een geldige waarde zijn' ,
'BadDevice' => 'Apparaat moet een geldige waarde zijn' ,
'BadFPSReportInterval' => 'FPS rapport interval buffer aantal moet een getal groter dan nul zijn' ,
'BadFormat' => 'Formaat moet een getal van nul of groter zijn' ,
'BadFrameSkip' => 'Frame skip aantal moet een getal van nul of groter zijn' ,
2015-04-18 23:14:14 +08:00
'BadHeight' => 'Hoogte moet een geldige waarde zijn' ,
2016-12-02 16:49:50 +08:00
'BadHost' => 'Host moet een juist adres of hostname zijn, laat http:// weg' ,
2021-01-27 04:37:32 +08:00
'BadImageBufferCount' => 'Buffergrootte moet een getal van 2 of groter zijn' ,
2016-12-02 16:49:50 +08:00
'BadLabelX' => 'Label X-coördinaat moet een getal van nul of groter zijn' ,
'BadLabelY' => 'Label Y-coördinaat moet een getal van nul of groter zijn' ,
'BadMaxFPS' => 'Maximum FPS moet een positieve waarde zijn' ,
'BadMotionFrameSkip' => 'Motion Frame skip count dient een getal van nul of groter te zijn' ,
'BadNameChars' => 'Namen mogen alleen letters en cijfers bevatten plus spaties, streepjes, en liggende streepjes' ,
'BadPalette' => 'Palet moet een geldige waarde zijn' ,
2015-04-18 23:14:14 +08:00
'BadPath' => 'Pad moet een geldige waarde zijn' ,
2016-12-02 16:49:50 +08:00
'BadPort' => 'Poort moet een geldige nummer zijn' ,
'BadPostEventCount' => 'Aantal post-gebeurtenisframes moet een getal van nul of groter zijn' ,
'BadPreEventCount' => 'Aantal pre-gebeurtenisframes moet een getal zijn van minimaal nul en minder dan de buffergrootte' ,
2015-04-18 23:14:14 +08:00
'BadRefBlendPerc' => 'Reference blend percentage moet een geldige waarde van nul of groter zijn' ,
2016-12-02 16:49:50 +08:00
'BadSectionLength' => 'Sectielengte moet een getal van 30 of groter zijn' ,
'BadSignalCheckColour' => 'Signaalcontrolekleur moet een geldige RGB waarde zijn' ,
2018-08-31 06:30:33 +08:00
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'BadStreamReplayBuffer' => 'Stream replay buffer moet een geldige waarde van nul of groter zijn' ,
2016-12-02 16:49:50 +08:00
'BadWarmupCount' => 'Opwarm frames moet een geldig getal van nul of groter zijn' ,
'BadWebColour' => 'Webkleur moet een geldige webkleurwaarde bevatten' ,
2018-08-31 06:30:33 +08:00
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'BadWidth' => 'Breedte moet een geldige waarde zijn' ,
2015-04-18 23:14:14 +08:00
'Bandwidth' => 'Bandbreedte' ,
2016-12-02 16:49:50 +08:00
'BandwidthHead' => 'bandbreedte' , // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
2015-04-18 23:14:14 +08:00
'BlobPx' => 'Blob px' ,
2016-12-02 16:49:50 +08:00
'BlobSizes' => 'Blobgrootte' ,
2015-04-18 23:14:14 +08:00
'Blobs' => 'Blobs' ,
'Brightness' => 'Helderheid' ,
2016-12-02 16:49:50 +08:00
'Buffer' => 'Buffer' ,
2015-04-18 23:14:14 +08:00
'Buffers' => 'Buffers' ,
2016-12-02 16:49:50 +08:00
'CSSDescription' => 'Wijzig de standaard CSS voor deze computer' ,
2015-04-18 23:14:14 +08:00
'CanAutoFocus' => 'Can Auto Focus' ,
'CanAutoGain' => 'Can Auto Gain' ,
'CanAutoIris' => 'Can Auto Iris' ,
'CanAutoWhite' => 'Can Auto White Bal.' ,
'CanAutoZoom' => 'Can Auto Zoom' ,
'CanFocus' => 'Can Focus' ,
'CanFocusAbs' => 'Can Focus Absoluut' ,
'CanFocusCon' => 'Can Focus Continue' ,
'CanFocusRel' => 'Can Focus Relatief' ,
'CanGain' => 'Can Gain ' ,
'CanGainAbs' => 'Can Gain Absoluut' ,
'CanGainCon' => 'Can Gain Continue' ,
'CanGainRel' => 'Can Gain Relatief' ,
'CanIris' => 'Can Iris' ,
'CanIrisAbs' => 'Can Iris Absoluut' ,
'CanIrisCon' => 'Can Iris Continue' ,
'CanIrisRel' => 'Can Iris Relatief' ,
'CanMove' => 'Can Move' ,
'CanMoveAbs' => 'Can Move Absoluut' ,
'CanMoveCon' => 'Can Move Continue' ,
'CanMoveDiag' => 'Can Move Diagonaal' ,
'CanMoveMap' => 'Can Move Mapped' ,
'CanMoveRel' => 'Can Move Relatief' ,
'CanPan' => 'Can Pan' ,
'CanReset' => 'Can Reset' ,
2019-03-19 02:49:05 +08:00
'CanReboot' => 'Can Reboot' ,
2015-04-18 23:14:14 +08:00
'CanSetPresets' => 'Can Set Presets' ,
'CanSleep' => 'Can Sleep' ,
'CanTilt' => 'Can Tilt' ,
'CanWake' => 'Can Wake' ,
'CanWhite' => 'Can White Balance' ,
'CanWhiteAbs' => 'Can White Bal. Absoluut' ,
'CanWhiteBal' => 'Can White Bal.' ,
'CanWhiteCon' => 'Can White Bal. Continue' ,
'CanWhiteRel' => 'Can White Bal. Relatief' ,
'CanZoom' => 'Can Zoom' ,
'CanZoomAbs' => 'Can Zoom Absoluut' ,
'CanZoomCon' => 'Can Zoom Continue' ,
'CanZoomRel' => 'Can Zoom Relatief' ,
2016-12-02 16:49:50 +08:00
'Cancel' => 'Annuleren' ,
'CancelForcedAlarm' => 'Geforceerd alarm annuleren' ,
'CaptureHeight' => 'Hoogte van opname' ,
'CaptureMethod' => 'Opnamemethode' ,
'CapturePalette' => 'Kleurpalet opname' ,
'CaptureResolution' => 'Opnameresolutie' ,
'CaptureWidth' => 'Breedte van opname' ,
2015-04-18 23:14:14 +08:00
'Cause' => 'Oorzaak' ,
2016-12-02 16:49:50 +08:00
'CheckMethod' => 'Alarmcontrolemethode' ,
'ChooseDetectedCamera' => 'Kies gedetecteerde Camera' ,
2015-04-18 23:14:14 +08:00
'ChooseFilter' => 'Kies filter' ,
2016-12-02 16:49:50 +08:00
'ChooseLogFormat' => 'Kies een logformaat' ,
'ChooseLogSelection' => 'Kies een logselectie' ,
2015-04-18 23:14:14 +08:00
'ChoosePreset' => 'Kies voorkeur' ,
2016-12-02 16:49:50 +08:00
'Clear' => 'Legen' ,
2018-08-31 06:30:33 +08:00
'CloneMonitor' => 'Clone' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'Close' => 'Sluiten' ,
2015-04-18 23:14:14 +08:00
'Colour' => 'Kleur' ,
'Command' => 'Commando' ,
2016-12-02 16:49:50 +08:00
'Component' => 'Component' ,
2018-08-31 06:30:33 +08:00
'ConcurrentFilter' => 'Run filter concurrently' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Config' => 'Configuratie' ,
'ConfiguredFor' => 'Geconfigureerd voor' ,
2016-12-02 16:49:50 +08:00
'ConfirmDeleteEvents' => 'Weet u zeker dat u deze gebeurtenissen wilt verwijderen?' ,
2015-04-18 23:14:14 +08:00
'ConfirmPassword' => 'Bevestig wachtwoord' ,
'ConjAnd' => 'en' ,
'ConjOr' => 'of' ,
'Console' => 'Console' ,
2016-12-02 16:49:50 +08:00
'ContactAdmin' => 'Neem a.u.b. contact op met uw beheerder voor details.' ,
'Continue' => 'Doorgaan' ,
2015-04-18 23:14:14 +08:00
'Contrast' => 'Contrast' ,
'Control' => 'Bestuur' ,
2016-12-02 16:49:50 +08:00
'ControlAddress' => 'Bestuuradres' ,
'ControlCap' => 'Bestuurmogelijkheid' ,
'ControlCaps' => 'Bestuurmogelijkheden' ,
'ControlDevice' => 'Bestuurapparaat' ,
'ControlType' => 'Bestuurtype' ,
2015-04-18 23:14:14 +08:00
'Controllable' => 'Bestuurbaar' ,
2016-12-02 16:49:50 +08:00
'Current' => 'Huidig' ,
2015-04-18 23:14:14 +08:00
'Cycle' => 'Cyclus' ,
'CycleWatch' => 'Observeer cyclus' ,
2016-12-02 16:49:50 +08:00
'DateTime' => 'Datum/Tijd' ,
2015-04-18 23:14:14 +08:00
'Day' => 'Dag' ,
'Debug' => 'Debug' ,
'DefaultRate' => 'Standaard Radius' ,
'DefaultScale' => 'Standaard Schaal' ,
'DefaultView' => 'Standaard scherm' ,
'Deinterlacing' => 'Deinterlacing' , // Added - 2015-04-18
2016-12-02 16:49:50 +08:00
'Delay' => 'Vertraging' ,
2016-12-02 17:08:49 +08:00
'Delete' => 'Verwijder' ,
2015-04-18 23:14:14 +08:00
'DeleteAndNext' => 'verwijder & volgende' ,
'DeleteAndPrev' => 'verwijder & vorige' ,
'DeleteSavedFilter' => 'verwijder opgeslagen filter' ,
'Description' => 'Omschrijving' ,
2016-12-02 16:49:50 +08:00
'DetectedCameras' => 'Gedetecteerde camera\'s' ,
'DetectedProfiles' => 'Gedetecteerde profielen' ,
'Device' => 'Apparaat' ,
'DeviceChannel' => 'Apparaatkanaal' ,
'DeviceFormat' => 'Apparaatformaat' ,
'DeviceNumber' => 'Apparaatnummer' ,
'DevicePath' => 'Apparaatpad' ,
2015-04-18 23:14:14 +08:00
'Devices' => 'Apparaten' ,
'Dimensions' => 'Afmetingen' ,
'DisableAlarms' => 'Alarmen uitschakelen' ,
'Disk' => 'Schijf' ,
2016-12-02 16:49:50 +08:00
'Display' => 'Weergave' ,
'Displaying' => 'Weergaven' ,
2015-04-18 23:14:14 +08:00
'DoNativeMotionDetection' => 'Do Native Motion Detection' , // Added - 2015-04-18
2016-12-02 16:49:50 +08:00
'Donate' => 'Geef a.u.b. een donatie' ,
2015-04-18 23:14:14 +08:00
'DonateAlready' => 'Nee, ik heb al gedoneerd' ,
2019-04-23 22:58:28 +08:00
'DonateEnticement' => 'U gebruikt ZoneMinder nu voor een geruime tijd, hopelijk vindt u het een nuttige toevoeging voor uw huis- of werkplekbeveiliging. Natuurlijk is en blijft ZoneMinder gratis en open source software, maar het kost geld om te ontwikkelen, ondersteunen, en te onderhouden. Wij vragen u dan ook om er over na te denken een donatie te doen om zo de ontwikkeling van ZoneMinder te ondersteunen. Natuurlijk bent u hier vrij in, en elke donatie hoe klein dan ook wordt erg gewaardeerd. <br><br> Als u wilt doneren geef dat hieronder dan aan of ga naar https://zoneminder.com/donate/ in uw browser.<br><br>Bedankt voor het gebruiken van ZoneMinder en vergeet niet om ons forum op ZoneMinder.com te bezoeken voor ondersteuning of suggesties waarmee uw ZoneMinder beleving nog beter wordt.' ,
2015-04-18 23:14:14 +08:00
'DonateRemindDay' => 'Nu niet, herinner mij over 1 dag hieraan' ,
'DonateRemindHour' => 'Nu niet, herinner mij over een uur hieraan' ,
'DonateRemindMonth' => 'Nu niet, herinner mij over een maand hieraan' ,
2016-12-02 16:49:50 +08:00
'DonateRemindNever' => 'Nee, ik wil niet doneren' ,
2015-04-18 23:14:14 +08:00
'DonateRemindWeek' => 'Nu niet, herinner mij over een week hieraan' ,
'DonateYes' => 'Ja, ik wil nu doneren' ,
2016-12-02 16:49:50 +08:00
'Download' => 'Downloaden' ,
2018-08-31 06:30:33 +08:00
'DownloadVideo' => 'Download Video' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'DuplicateMonitorName' => 'Kopieer monitornaam' ,
2015-04-18 23:14:14 +08:00
'Duration' => 'Duur' ,
2016-12-02 17:08:49 +08:00
'Edit' => 'Bewerken' ,
2018-08-31 06:30:33 +08:00
'EditLayout' => 'Edit Layout' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Email' => 'Email' ,
2016-12-02 16:49:50 +08:00
'EnableAlarms' => 'Alarmen inschakelen' ,
2015-04-18 23:14:14 +08:00
'Enabled' => 'Ingeschakeld' ,
2016-12-02 16:49:50 +08:00
'EnterNewFilterName' => 'Voer nieuwe filternaam in' ,
2015-04-18 23:14:14 +08:00
'Error' => 'Fout' ,
2016-12-02 16:49:50 +08:00
'ErrorBrackets' => 'Fout, controleer of je evenveel openings- als afsluitingsbrackets hebt gebruikt' ,
2015-04-18 23:14:14 +08:00
'ErrorValidValue' => 'Fout, Controleer of alle termen een geldige waarde hebben' ,
'Etc' => 'etc' ,
'Event' => 'Gebeurtenis' ,
2016-12-02 16:49:50 +08:00
'EventFilter' => 'Gebeurtenisfilter' ,
2015-04-18 23:14:14 +08:00
'EventId' => 'Gebeurtenis Id' ,
2016-12-02 16:49:50 +08:00
'EventName' => 'Gebeurtenisnaam' ,
'EventPrefix' => 'Gebeurtenisprefix' ,
2015-04-18 23:14:14 +08:00
'Events' => 'Gebeurtenissen' ,
2016-12-02 16:49:50 +08:00
'Exclude' => 'Uitsluiten' ,
'Execute' => 'Uitvoeren' ,
2018-08-31 06:30:33 +08:00
'Exif' => 'Embed EXIF data into image' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'Export' => 'Exporteren' ,
'ExportDetails' => 'Exporteer gebeurtenisdetails' ,
'ExportFailed' => 'Exporteren mislukt' ,
'ExportFormat' => 'Formaat exporteerbestand' ,
2015-04-18 23:14:14 +08:00
'ExportFormatTar' => 'Tar' ,
'ExportFormatZip' => 'Zip' ,
2016-12-02 16:49:50 +08:00
'ExportFrames' => 'Exporteer framedetails' ,
'ExportImageFiles' => 'Exporteer fotobestanden' ,
'ExportLog' => 'Exporteer log' ,
2015-04-18 23:14:14 +08:00
'ExportMiscFiles' => 'Exporteer andere bestanden (wanneer aanwezig)' ,
2016-12-02 16:49:50 +08:00
'ExportOptions' => 'Exporteeropties' ,
'ExportSucceeded' => 'Exporteren geslaagd' ,
'ExportVideoFiles' => 'Exporteer videobestanden (wanneer aanwezig)' ,
'Exporting' => 'Exporteren' ,
2015-04-18 23:14:14 +08:00
'FPS' => 'fps' ,
'FPSReportInterval' => 'FPS rapportage interval' ,
'FTP' => 'FTP' ,
2016-12-02 16:49:50 +08:00
'Far' => 'Ver' ,
'FastForward' => 'Doorspoelen' ,
2015-04-18 23:14:14 +08:00
'Feed' => 'toevoer' ,
2016-12-02 16:49:50 +08:00
'Ffmpeg' => 'Ffmpeg' ,
2015-04-18 23:14:14 +08:00
'File' => 'Bestand' ,
2016-12-02 16:49:50 +08:00
'Filter' => 'Filter' ,
2015-04-18 23:14:14 +08:00
'FilterArchiveEvents' => 'Archiveer alle overeenkomsten' ,
'FilterDeleteEvents' => 'Verwijder alle overeenkomsten' ,
'FilterEmailEvents' => 'Email de details van alle overeenkomsten' ,
2016-12-02 16:49:50 +08:00
'FilterExecuteEvents' => 'Voer opdrachten uit op alle overeenkomsten' ,
'FilterLog' => 'Filterlog' ,
2015-04-18 23:14:14 +08:00
'FilterMessageEvents' => 'Bericht de details van alle overeenkomsten' ,
2018-08-31 06:30:33 +08:00
'FilterMoveEvents' => 'Move all matches' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'FilterPx' => 'Filter px' ,
2016-12-02 16:49:50 +08:00
'FilterUnset' => 'Je moet de filterhoogte en -breedte opgeven' ,
2018-08-31 06:30:33 +08:00
'FilterUpdateDiskSpace' => 'Update used disk space' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'FilterUploadEvents' => 'Verstuur alle overeenkomsten' ,
2016-12-02 16:49:50 +08:00
'FilterVideoEvents' => 'Maak video voor alle overeenkomsten' ,
2015-04-18 23:14:14 +08:00
'Filters' => 'Filters' ,
'First' => 'Eerste' ,
2016-12-02 16:49:50 +08:00
'FlippedHori' => 'Horizontaal gedraaid' ,
'FlippedVert' => 'Verticaal gedraaid' ,
2015-04-18 23:14:14 +08:00
'FnMocord' => 'Mocord' , // Added 2013.08.16.
'FnModect' => 'Modect' , // Added 2013.08.16.
'FnMonitor' => 'Monitor' , // Added 2013.08.16.
'FnNodect' => 'Nodect' , // Added 2013.08.16.
'FnNone' => 'None' , // Added 2013.08.16.
'FnRecord' => 'Record' , // Added 2013.08.16.
'Focus' => 'Focus' ,
2016-12-02 16:49:50 +08:00
'ForceAlarm' => 'Forceer alarm' ,
2015-04-18 23:14:14 +08:00
'Format' => 'Formaat' ,
'Frame' => 'Frame' ,
'FrameId' => 'Frame id' ,
2016-12-02 16:49:50 +08:00
'FrameRate' => 'Framerate' ,
2015-04-18 23:14:14 +08:00
'FrameSkip' => 'Frame overgeslagen' ,
'Frames' => 'Frames' ,
'Func' => 'Func' ,
'Function' => 'Functie' ,
'Gain' => 'Gain' ,
2016-12-02 16:49:50 +08:00
'General' => 'Algemeen' ,
2018-08-31 06:30:33 +08:00
'GenerateDownload' => 'Generate Download' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'GenerateVideo' => 'Genereer Video' ,
2016-12-02 16:49:50 +08:00
'GeneratingVideo' => 'Video wordt gegenereerd' ,
2015-04-18 23:14:14 +08:00
'GoToZoneMinder' => 'Ga naar ZoneMinder.com' ,
'Grey' => 'Grijs' ,
'Group' => 'Groep' ,
'Groups' => 'Groepen' ,
'HasFocusSpeed' => 'Heeft Focus Sneldheid' ,
'HasGainSpeed' => 'Heeft Gain Snelheid' ,
'HasHomePreset' => 'Heeft start Voorkeuren' ,
'HasIrisSpeed' => 'Heeft Iris Snelheid' ,
'HasPanSpeed' => 'Heeft Pan Snelheid' ,
'HasPresets' => 'Heeft Voorkeuren' ,
2016-12-02 16:49:50 +08:00
'HasTiltSpeed' => 'Heeft Tiltsnelheid' ,
2015-04-18 23:14:14 +08:00
'HasTurboPan' => 'Heeft Turbo Pan' ,
'HasTurboTilt' => 'Heeft Turbo Tilt' ,
'HasWhiteSpeed' => 'Heeft White Bal. Snelheid' ,
2016-12-02 16:49:50 +08:00
'HasZoomSpeed' => 'Heeft Zoomsnelheid' ,
2015-04-18 23:14:14 +08:00
'High' => 'Hoog' ,
'HighBW' => 'Hoog B/W' ,
'Home' => 'Home' ,
2018-08-31 06:30:33 +08:00
'Hostname' => 'Hostname' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Hour' => 'Uur' ,
'Hue' => 'Hue' ,
'Id' => 'Id' ,
2016-12-02 16:49:50 +08:00
'Idle' => 'Inactief' ,
'Ignore' => 'Negeren' ,
'Image' => 'Beeld' ,
'ImageBufferSize' => 'Beeldbuffergrootte (frames)' ,
'Images' => 'Beelden' ,
2015-04-18 23:14:14 +08:00
'In' => 'In' ,
'Include' => 'voeg in' ,
2016-12-02 16:49:50 +08:00
'Inverted' => 'Geïnverteerd' ,
2015-04-18 23:14:14 +08:00
'Iris' => 'Iris' ,
'KeyString' => 'Sleutel waarde' ,
'Label' => 'Label' ,
'Language' => 'Taal' ,
'Last' => 'Laatste' ,
2016-12-02 16:49:50 +08:00
'Layout' => 'Layout' ,
'Level' => 'Niveau' ,
2015-04-18 23:14:14 +08:00
'Libvlc' => 'Libvlc' ,
'LimitResultsPost' => 'resultaten;' , // This is used at the end of the phrase 'Limit to first N results only'
'LimitResultsPre' => 'beperk tot eerste' , // This is used at the beginning of the phrase 'Limit to first N results only'
2016-12-02 16:49:50 +08:00
'Line' => 'Lijn' ,
2015-04-18 23:14:14 +08:00
'LinkedMonitors' => 'Gekoppelde monitoren' ,
'List' => 'Lijst' ,
2018-08-31 06:30:33 +08:00
'ListMatches' => 'List Matches' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'Load' => 'Systeemlast' ,
2015-04-18 23:14:14 +08:00
'Local' => 'Lokaal' ,
2016-12-02 16:49:50 +08:00
'Log' => 'Log' ,
2015-04-18 23:14:14 +08:00
'LoggedInAs' => 'Aangemeld als' ,
'Logging' => 'Logging' , // Added - 2011-06-16
'LoggingIn' => 'Aanmelden..' ,
'Login' => 'Aanmelden' ,
'Logout' => 'Afmelden' ,
2016-12-02 16:49:50 +08:00
'Logs' => 'Logs' ,
2015-04-18 23:14:14 +08:00
'Low' => 'Laag' ,
'LowBW' => 'Laag B/W' ,
'Main' => 'Main' ,
'Man' => 'Man' ,
'Manual' => 'Handmatig' ,
2016-12-02 17:08:49 +08:00
'Mark' => 'Markeren' ,
2015-04-18 23:14:14 +08:00
'Max' => 'Max' ,
'MaxBandwidth' => 'Max Bandbreedte' ,
'MaxBrScore' => 'Max.<br/>score' ,
'MaxFocusRange' => 'Max Focus Bereik' ,
'MaxFocusSpeed' => 'Max Focus Snelheid' ,
'MaxFocusStep' => 'Max Focus Stap' ,
'MaxGainRange' => 'Max Gain Bereik' ,
'MaxGainSpeed' => 'Max Gain Snelheid' ,
'MaxGainStep' => 'Max Gain Stap' ,
'MaxIrisRange' => 'Max Iris Bereik' ,
'MaxIrisSpeed' => 'Max Iris Snelheid' ,
'MaxIrisStep' => 'Max Iris Stap' ,
'MaxPanRange' => 'Max Pan Bereik' ,
'MaxPanSpeed' => 'Max Pan Snelheid' ,
'MaxPanStep' => 'Max Pan Stap' ,
'MaxTiltRange' => 'Max Tilt Bereik' ,
'MaxTiltSpeed' => 'Max Tilt Snelheid' ,
'MaxTiltStep' => 'Max Tilt Stap' ,
'MaxWhiteRange' => 'Max White Bal. Bereik' ,
'MaxWhiteSpeed' => 'Max White Bal. Snelheid' ,
'MaxWhiteStep' => 'Max White Bal. Stap' ,
'MaxZoomRange' => 'Max Zoom Bereik' ,
'MaxZoomSpeed' => 'Max Zoom Snelheid' ,
'MaxZoomStep' => 'Max Zoom Stap' ,
'MaximumFPS' => 'Maximum FPS' ,
2016-12-02 16:49:50 +08:00
'Medium' => 'Gemiddeld' ,
'MediumBW' => 'Gemiddelde B/W' ,
'Message' => 'Bericht' ,
'MinAlarmAreaLtMax' => 'Minimum alarmgebied moet kleiner zijn dan het maximum' ,
'MinAlarmAreaUnset' => 'Specificeer het minimaal aantal alarmpixels' ,
'MinBlobAreaLtMax' => 'Minimum blobgebied moet kleiner zijn dan maximum blobgebied' ,
'MinBlobAreaUnset' => 'Specificeer het minimaal aantal blobpixels' ,
'MinBlobLtMinFilter' => 'Minimum blobgebied moet kleiner of gelijk zijn aan het minimale filtergebied' ,
'MinBlobsLtMax' => 'Minimum aantal blobs moet kleiner zijn dan maximum aantal blobs' ,
'MinBlobsUnset' => 'Specificeer het minimaal aantal blobs' ,
'MinFilterAreaLtMax' => 'Minimum filtergebied moet minder dan het maximum zijn' ,
'MinFilterAreaUnset' => 'Specificeer het minimaal aantal filterpixels' ,
'MinFilterLtMinAlarm' => 'Minimum filtergebied moet kleiner of gelijk zijn aan het minimale alarmgebied' ,
2015-04-18 23:14:14 +08:00
'MinFocusRange' => 'Min Focus Bereik' ,
'MinFocusSpeed' => 'Min Focus Snelheid' ,
'MinFocusStep' => 'Min Focus Step' ,
'MinGainRange' => 'Min Gain Bereik' ,
'MinGainSpeed' => 'Min Gain Snelheid' ,
'MinGainStep' => 'Min Gain Step' ,
'MinIrisRange' => 'Min Iris Bereik' ,
'MinIrisSpeed' => 'Min Iris Snelheid' ,
'MinIrisStep' => 'Min Iris Step' ,
'MinPanRange' => 'Min Draai Bereik' ,
'MinPanSpeed' => 'Min Draai Snelheid' ,
'MinPanStep' => 'Min Draai Step' ,
'MinPixelThresLtMax' => 'Minimum pixel kleurdiepte moet kleiner zijn dan maximum pixel bereikwaarde' ,
'MinPixelThresUnset' => 'Specificeer een minimale pixel bereikwaarde' ,
'MinTiltRange' => 'Min Tilt Bereik' ,
'MinTiltSpeed' => 'Min Tilt Snelheid' ,
'MinTiltStep' => 'Min Tilt Step' ,
'MinWhiteRange' => 'Min White Bal. Bereik' ,
'MinWhiteSpeed' => 'Min White Bal. Snelheid' ,
'MinWhiteStep' => 'Min White Bal. Step' ,
'MinZoomRange' => 'Min Zoom Bereik' ,
'MinZoomSpeed' => 'Min Zoom Snelheid' ,
'MinZoomStep' => 'Min Zoom Step' ,
2016-12-02 16:49:50 +08:00
'Misc' => 'Etc.' ,
'Mode' => 'Modus' ,
2015-04-18 23:14:14 +08:00
'Monitor' => 'Monitor' ,
'MonitorIds' => 'Monitor Ids' ,
'MonitorPreset' => 'Monitor Preset' ,
2016-12-02 16:49:50 +08:00
'MonitorPresetIntro' => 'Selecteer een voorinstelling uit de lijst.<br><br>let op, dit overschrijft de reeds ingevoerde waarden voor deze monitor!<br><br>' ,
2015-04-18 23:14:14 +08:00
'MonitorProbe' => 'Monitor Probe' , // Added - 2009-03-31
2016-12-02 16:49:50 +08:00
'MonitorProbeIntro' => 'Deze lijst toont gedeteerde analoge en netwerk cameras en of deze al in gebruik of beschikbaar zijn.<br/><br/>Selecteer de gewenste waarde uit de lijst hieronder.<br/><br/>Let op dat mogelijk niet alle cameras hier worden weergegeven en dat alle ingevoerde waarden voor de huidige monitor zullen worden overschreven.<br/><br/>' ,
2015-04-18 23:14:14 +08:00
'Monitors' => 'Monitoren' ,
'Montage' => 'Montage' ,
2018-08-31 06:30:33 +08:00
'MontageReview' => 'Montage Review' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Month' => 'Maand' ,
2016-12-02 16:49:50 +08:00
'More' => 'Meer' ,
2015-04-18 23:14:14 +08:00
'MotionFrameSkip' => 'Motion Frame Skip' ,
'Move' => 'Verplaats' ,
'Mtg2widgrd' => '2-wide grid' , // Added 2013.08.15.
'Mtg3widgrd' => '3-wide grid' , // Added 2013.08.15.
'Mtg3widgrx' => '3-wide grid, scaled, enlarge on alarm' , // Added 2013.08.15.
'Mtg4widgrd' => '4-wide grid' , // Added 2013.08.15.
2016-12-02 16:49:50 +08:00
'MtgDefault' => 'Standaard' , // Added 2013.08.15.
2015-04-18 23:14:14 +08:00
'MustBeGe' => 'Moet groter zijn of gelijk aan' ,
'MustBeLe' => 'Moet kleiner zijn of gelijk aan' ,
2016-12-02 17:08:49 +08:00
'MustConfirmPassword' => 'Bevestig uw wachtwoord' ,
'MustSupplyPassword' => 'Geef een wachtwoord op' ,
'MustSupplyUsername' => 'Geef een gebruikersnaam op' ,
2015-04-18 23:14:14 +08:00
'Name' => 'Naam' ,
'Near' => 'Dichtbij' ,
'Network' => 'Netwerk' ,
'New' => 'Nieuw' ,
2016-12-02 16:49:50 +08:00
'NewGroup' => 'Nieuwe groep' ,
'NewLabel' => 'Nieuw label' ,
2015-04-18 23:14:14 +08:00
'NewPassword' => 'Nieuw wachtwoord' ,
'NewState' => 'Nieuwe status' ,
'NewUser' => 'Nieuwe gebruiker' ,
'Next' => 'Volgende' ,
'No' => 'Nee' ,
2016-12-02 17:08:49 +08:00
'NoDetectedCameras' => 'Geen cameras gedetecteerd' ,
2018-08-31 06:30:33 +08:00
'NoDetectedProfiles' => 'No Detected Profiles' , // Added - 2018-08-30
2016-12-02 17:08:49 +08:00
'NoFramesRecorded' => 'Er zijn geen beelden opgenomen voor deze gebeurtenis' ,
2016-12-02 16:49:50 +08:00
'NoGroup' => 'Geen Groep' ,
2015-04-18 23:14:14 +08:00
'NoSavedFilters' => 'Geen Opgeslagen Filters' ,
2016-12-02 16:49:50 +08:00
'NoStatisticsRecorded' => 'Er zijn geen statistieken opgenomen voor deze gebeurtenis' ,
2015-04-18 23:14:14 +08:00
'None' => 'Geen' ,
'NoneAvailable' => 'Geen beschikbaar' ,
'Normal' => 'Normaal' ,
'Notes' => 'Notities' ,
'NumPresets' => 'Num Voorkeuren' ,
'Off' => 'Uit' ,
'On' => 'Aan' ,
2016-12-02 16:49:50 +08:00
'OnvifCredentialsIntro' => 'Geef een gebruikersnaam en wachtwoord op voor de geselecteerde camera.<br/>Als er geen gebruiker bestaat vor de camera zal de hier opgegeven gebruiker met het aangegeven wachtwoord worden aangemaakt.<br/><br/>' ,
'OnvifProbe' => 'ONVIF' ,
'OnvifProbeIntro' => 'De lijst hieronder geeft gedetecteerde ONVIF camera\'s aan en of deze al worden gebruikt of beschikbaar zijn.<br/><br/>Selecteer de gewenste camera uit de lijst.<br/><br/>Let op dat het kan zijn dat niet alle camera\'s zijn gedetecteerd en dat het kiezen van een camera alle reeds ingestelde waarden voor de huidige monitor zal overschrijven.<br/><br/>' ,
2015-04-18 23:14:14 +08:00
'OpEq' => 'gelijk aan' ,
'OpGt' => 'groter dan' ,
'OpGtEq' => 'groter dan of gelijk aan' ,
'OpIn' => 'in set' ,
2018-08-31 06:30:33 +08:00
'OpIs' => 'is' , // Added - 2018-08-30
'OpIsNot' => 'is not' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'OpLt' => 'kleiner dan' ,
'OpLtEq' => 'kleiner dan of gelijk aan' ,
2016-12-02 16:49:50 +08:00
'OpMatches' => 'Komt overeen met' ,
2015-04-18 23:14:14 +08:00
'OpNe' => 'niet gelijk aan' ,
'OpNotIn' => 'niet in set' ,
2016-12-02 16:49:50 +08:00
'OpNotMatches' => 'Komt niet overeen met' ,
2015-04-18 23:14:14 +08:00
'Open' => 'Open' ,
'OptionHelp' => 'OptieHelp' ,
2016-12-02 17:08:49 +08:00
'OptionRestartWarning' => 'Deze veranderingen worden niet\ndoorgevoerd als het systeem loopt.\nVergeet niet ZoneMinder te herstarten\nwanneer u klaar bent.' ,
2018-08-31 06:30:33 +08:00
'OptionalEncoderParam' => 'Optional Encoder Parameters' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Options' => 'Opties' ,
'OrEnterNewName' => 'of voer een nieuwe naam in' ,
2016-12-02 17:08:49 +08:00
'Order' => 'Sorteren' ,
2015-04-18 23:14:14 +08:00
'Orientation' => 'Orientatie' ,
'Out' => 'Uit' ,
'OverwriteExisting' => 'Overschrijf bestaande' ,
'Paged' => 'Paged' ,
'Pan' => 'Pan' ,
'PanLeft' => 'Pan Links' ,
'PanRight' => 'Pan Rechts' ,
'PanTilt' => 'Pan/Tilt' ,
'Parameter' => 'Parameter' ,
'Password' => 'Wachtwoord' ,
'PasswordsDifferent' => 'Het nieuwe en bevestigde wachtwoord zijn verschillend' ,
'Paths' => 'Paden' ,
'Pause' => 'Pause' ,
'Phone' => 'Telefoon' ,
'PhoneBW' => 'Telefoon B/W' ,
2016-12-02 16:49:50 +08:00
'Pid' => 'PID' ,
2015-04-18 23:14:14 +08:00
'PixelDiff' => 'Pixel Diff' ,
'Pixels' => 'pixels' ,
2016-12-02 16:49:50 +08:00
'Play' => 'Afspelen' ,
'PlayAll' => 'Alles afspelen' ,
'PleaseWait' => 'Wacht a.u.b.' ,
'Plugins' => 'Plugins' ,
2015-04-18 23:14:14 +08:00
'Point' => 'Punt' ,
2016-12-02 16:49:50 +08:00
'PostEventImageBuffer' => 'Post-gebeurtenis framebuffer' ,
'PreEventImageBuffer' => 'Pre-gebeurtenis framebuffer' ,
'PreserveAspect' => 'Beeldverhouding behouden' ,
2015-04-18 23:14:14 +08:00
'Preset' => 'Voorkeur' ,
'Presets' => 'Voorkeuren' ,
'Prev' => 'Vorige' ,
'Probe' => 'Scan' , // Added - 2009-03-31
'ProfileProbe' => 'Stream Probe' , // Added - 2015-04-18
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>' , // Added - 2015-04-18
2016-12-02 16:49:50 +08:00
'Progress' => 'Voortgang' ,
2015-04-18 23:14:14 +08:00
'Protocol' => 'Protocol' ,
2018-08-31 06:30:33 +08:00
'RTSPDescribe' => 'Use RTSP Response Media URL' , // Added - 2018-08-30
'RTSPTransport' => 'RTSP Transport Protocol' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'Rate' => 'Snelheid' ,
2015-04-18 23:14:14 +08:00
'Real' => 'Echte' ,
2018-08-31 06:30:33 +08:00
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Record' => 'Record' ,
2018-08-31 06:30:33 +08:00
'RecordAudio' => 'Whether to store the audio stream when saving an event.' , // Added - 2018-08-30
2016-12-02 17:08:49 +08:00
'RefImageBlendPct' => 'Referentie beeld blend percentage' ,
'Refresh' => 'Verversen' ,
2015-04-18 23:14:14 +08:00
'Remote' => 'Remote' ,
'RemoteHostName' => 'Remote Host Naam' ,
'RemoteHostPath' => 'Remote Host Pad' ,
'RemoteHostPort' => 'Remote Host Poort' ,
'RemoteHostSubPath' => 'Remote Host SubPad' , // Added - 2009-02-08
'RemoteImageColours' => 'Remote foto kleuren' ,
'RemoteMethod' => 'Remote Methode' , // Added - 2009-02-08
'RemoteProtocol' => 'Remote Protocol' , // Added - 2009-02-08
'Rename' => 'Hernoem' ,
'Replay' => 'Opnieuw' ,
'ReplayAll' => 'Alle Gebeurtenissen' ,
'ReplayGapless' => 'Opvolgende Gebeurtenissen' ,
'ReplaySingle' => 'Enkele Gebeurtenis' ,
2018-08-31 06:30:33 +08:00
'ReportEventAudit' => 'Audit Events Report' , // Added - 2018-08-30
2016-12-02 17:08:49 +08:00
'Reset' => 'Resetten' ,
'ResetEventCounts' => 'Gebeurtenisteller resetten' ,
2015-04-18 23:14:14 +08:00
'Restart' => 'Herstart' ,
'Restarting' => 'Herstarten' ,
'RestrictedCameraIds' => 'Verboden Camera Ids' ,
'RestrictedMonitors' => 'Beperkte Monitoren' ,
'ReturnDelay' => 'Return Delay' ,
'ReturnLocation' => 'Return Locatie' ,
2016-12-02 16:49:50 +08:00
'Rewind' => 'Terugspoelen' ,
2015-04-18 23:14:14 +08:00
'RotateLeft' => 'Draai linksom' ,
'RotateRight' => 'Draai rechtsom' ,
2016-12-02 16:49:50 +08:00
'RunLocalUpdate' => 'Gebruik zmupdate.pl om bij te werken' ,
'RunMode' => 'Uitvoermodus' ,
'RunState' => 'Uitvoerstatus' ,
2015-04-18 23:14:14 +08:00
'Running' => 'Werkend' ,
'Save' => 'Opslaan' ,
'SaveAs' => 'Opslaan als' ,
2016-12-02 16:49:50 +08:00
'SaveFilter' => 'Filter opslaan' ,
2018-08-31 06:30:33 +08:00
'SaveJPEGs' => 'Save JPEGs' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Scale' => 'Schaal' ,
'Score' => 'Score' ,
2016-12-02 16:49:50 +08:00
'Secs' => 'Sec.' ,
'Sectionlength' => 'Sectielengte' ,
2015-04-18 23:14:14 +08:00
'Select' => 'Selecteer' ,
2016-12-02 16:49:50 +08:00
'SelectFormat' => 'Selecteer Formaat' ,
'SelectLog' => 'Selecteer Log' ,
2015-04-18 23:14:14 +08:00
'SelectMonitors' => 'Selecteer Monitoren' ,
2016-12-02 16:49:50 +08:00
'SelfIntersecting' => 'Polygonranden moeten niet overlappen' ,
'Set' => 'Instellen' ,
'SetNewBandwidth' => 'Nieuwe Bandbreedte instellen' ,
'SetPreset' => 'Voorkeur instellen' ,
2015-04-18 23:14:14 +08:00
'Settings' => 'Instellingen' ,
2016-12-02 16:49:50 +08:00
'ShowFilterWindow' => 'Toon Filtervenster' ,
'ShowTimeline' => 'Toon Tijdlijn' ,
'SignalCheckColour' => 'Signaalcontrolekleur' ,
2018-08-31 06:30:33 +08:00
'SignalCheckPoints' => 'Signal Check Points' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Size' => 'Groote' ,
2016-12-02 16:49:50 +08:00
'SkinDescription' => 'Wijzig standaarduiterlijk voor deze computer' ,
2015-04-18 23:14:14 +08:00
'Sleep' => 'Slaap' ,
'SortAsc' => 'Opl.' ,
'SortBy' => 'Sorteer op' ,
'SortDesc' => 'Afl.' ,
'Source' => 'Bron' ,
2016-12-02 16:49:50 +08:00
'SourceColours' => 'Bronkleuren' ,
'SourcePath' => 'Bronpad' ,
'SourceType' => 'Brontype' ,
2015-04-18 23:14:14 +08:00
'Speed' => 'Snelheid' ,
2016-12-02 16:49:50 +08:00
'SpeedHigh' => 'Hoge snelheid' ,
'SpeedLow' => 'Lage snelheid' ,
'SpeedMedium' => 'Gemiddelde snelheid' ,
'SpeedTurbo' => 'Turbo snelheid' ,
2015-04-18 23:14:14 +08:00
'Start' => 'Start' ,
'State' => 'Status' ,
'Stats' => 'Stats' ,
'Status' => 'Status' ,
2018-08-31 06:30:33 +08:00
'StatusConnected' => 'Capturing' , // Added - 2018-08-30
'StatusNotRunning' => 'Not Running' , // Added - 2018-08-30
'StatusRunning' => 'Not Capturing' , // Added - 2018-08-30
'StatusUnknown' => 'Unknown' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Step' => 'Stap' ,
'StepBack' => 'Stap Terug' ,
'StepForward' => 'Stap Vooruit' ,
2016-12-02 16:49:50 +08:00
'StepLarge' => 'Grote stap' ,
'StepMedium' => 'Gemiddelde stap' ,
'StepNone' => 'Geen stap' ,
'StepSmall' => 'Kleine stap' ,
'Stills' => 'Beelden' ,
'Stop' => 'Stoppen' ,
2015-04-18 23:14:14 +08:00
'Stopped' => 'Gestopt' ,
2018-08-31 06:30:33 +08:00
'StorageArea' => 'Storage Area' , // Added - 2018-08-30
'StorageScheme' => 'Scheme' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Stream' => 'Stream' ,
2016-12-02 16:49:50 +08:00
'StreamReplayBuffer' => 'Stream Replay beeldbuffer' ,
2015-04-18 23:14:14 +08:00
'Submit' => 'Verzenden' ,
'System' => 'Systeem' ,
2016-12-02 16:49:50 +08:00
'SystemLog' => 'Systeemlog' ,
2015-04-18 23:14:14 +08:00
'TargetColorspace' => 'Target colorspace' , // Added - 2015-04-18
'Tele' => 'Tele' ,
'Thumbnail' => 'Thumbnail' ,
'Tilt' => 'Tilt' ,
'Time' => 'Tijd' ,
'TimeDelta' => 'Tijd Delta' ,
'TimeStamp' => 'Tijdstempel' ,
2016-12-02 16:49:50 +08:00
'Timeline' => 'Tijdlijn' ,
'TimelineTip1' => 'Beweeg de muis over de grafiek om een beeld en gebeurtenisdetails te bekijken.' ,
'TimelineTip2' => 'Klik op de gekleurde delen van de grafiek of de afbeelding om de gebeurtenis te bekijken.' ,
'TimelineTip3' => 'Klik op de achtergrond om in te zoomen naar een smaller tijdsbestek rond de positie van de muis.' ,
'TimelineTip4' => 'Gebruik de knoppen hieronder om uit te zoomen of voor- en achteruit te navigeren.' ,
2015-04-18 23:14:14 +08:00
'Timestamp' => 'Tijdstempel' ,
2016-12-02 16:49:50 +08:00
'TimestampLabelFormat' => 'Formaat tijdstempel' ,
2018-08-31 06:30:33 +08:00
'TimestampLabelSize' => 'Font Size' , // Added - 2018-08-30
2016-12-02 16:49:50 +08:00
'TimestampLabelX' => 'Tijdstempel X-positie' ,
'TimestampLabelY' => 'Tijdstempel Y-positie' ,
2015-04-18 23:14:14 +08:00
'Today' => 'Vandaag' ,
'Tools' => 'Gereedschappen' ,
2016-12-02 16:49:50 +08:00
'Total' => 'Totaal' ,
'TotalBrScore' => 'Totaal-<br/>Score' ,
2015-04-18 23:14:14 +08:00
'TrackDelay' => 'Track Vertraging' ,
'TrackMotion' => 'Track Beweging' ,
'Triggers' => 'Triggers' ,
'TurboPanSpeed' => 'Turbo Pan Snelheid' ,
'TurboTiltSpeed' => 'Turbo Tilt Snelheid' ,
'Type' => 'Type' ,
2016-12-02 16:49:50 +08:00
'Unarchive' => 'Dearchiveren' ,
'Undefined' => 'Ongedefinieerd' ,
2015-04-18 23:14:14 +08:00
'Units' => 'Eenheden' ,
'Unknown' => 'Onbekend' ,
2016-12-02 16:49:50 +08:00
'Update' => 'Bijwerken' ,
'UpdateAvailable' => 'Er is een nieuwe versie voor ZoneMinder beschikbaar' ,
2015-04-18 23:14:14 +08:00
'UpdateNotNecessary' => 'Geen update noodzakelijk' ,
2016-12-02 16:49:50 +08:00
'Updated' => 'Bijwerken voltooid' ,
'Upload' => 'Uploaden' ,
2015-04-18 23:14:14 +08:00
'UseFilter' => 'Gebruik Filter' ,
'UseFilterExprsPost' => ' filter expressies' , // This is used at the end of the phrase 'use N filter expressions'
'UseFilterExprsPre' => 'Gebruik ' , // This is used at the beginning of the phrase 'use N filter expressions'
2016-12-02 16:49:50 +08:00
'UsedPlugins' => 'Gebruikte plugins' ,
2015-04-18 23:14:14 +08:00
'User' => 'Gebruiker' ,
'Username' => 'Gebruikersnaam' ,
'Users' => 'Gebruikers' ,
'V4L' => 'V4L' , // Added - 2015-04-18
'V4LCapturesPerFrame' => 'Captures Per Frame' , // Added - 2015-04-18
'V4LMultiBuffer' => 'Multi Buffering' , // Added - 2015-04-18
'Value' => 'Waarde' ,
'Version' => 'Versie' ,
'VersionIgnore' => 'Negeer deze versie' ,
'VersionRemindDay' => 'Herinner mij na 1 dag' ,
'VersionRemindHour' => 'Herinner mij na 1 uur' ,
'VersionRemindNever' => 'Herinner mij niet aan nieuwe versies' ,
'VersionRemindWeek' => 'Herinner mij na 1 week' ,
'Video' => 'Video' ,
2016-12-02 16:49:50 +08:00
'VideoFormat' => 'Videoformaat' ,
'VideoGenFailed' => 'Videogeneratie mislukt!' ,
'VideoGenFiles' => 'Bestaande videobestanden' ,
'VideoGenNoFiles' => 'Geen videobestanden gevonden' ,
'VideoGenParms' => 'Videogeneratie Parameters' ,
'VideoGenSucceeded' => 'Videogeneratie voltooid!' ,
'VideoSize' => 'Videogrootte' ,
2018-08-31 06:30:33 +08:00
'VideoWriter' => 'Video Writer' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'View' => 'Bekijk' ,
'ViewAll' => 'Bekijk Alles' ,
'ViewEvent' => 'Bekijk Gebeurtenis' ,
'ViewPaged' => 'Bekijk Pagina' ,
'Wake' => 'Wakker' ,
2016-12-02 16:49:50 +08:00
'WarmupFrames' => 'Opwarm frames' ,
2015-04-18 23:14:14 +08:00
'Watch' => 'Observeer' ,
'Web' => 'Web' ,
2016-12-02 16:49:50 +08:00
'WebColour' => 'Webkleur' ,
2018-08-31 06:30:33 +08:00
'WebSiteUrl' => 'Website URL' , // Added - 2018-08-30
2015-04-18 23:14:14 +08:00
'Week' => 'Week' ,
'White' => 'Wit' ,
2016-12-02 16:49:50 +08:00
'WhiteBalance' => 'Witbalans' ,
'Wide' => 'Breed' ,
2015-04-18 23:14:14 +08:00
'X' => 'X' ,
'X10' => 'X10' ,
'X10ActivationString' => 'X10 Activatie Waarde' ,
'X10InputAlarmString' => 'X10 Input Alarm Waarde' ,
'X10OutputAlarmString' => 'X10 Output Alarm Waarde' ,
'Y' => 'Y' ,
'Yes' => 'Ja' ,
'YouNoPerms' => 'U heeft niet de rechten om toegang te krijgen tot deze bronnen.' ,
'Zone' => 'Zone' ,
'ZoneAlarmColour' => 'Alarm Kleur (Rood/Groen/Blauw)' ,
'ZoneArea' => 'Zone Gebied' ,
'ZoneExtendAlarmFrames' => 'Extend Alarm Frame Count' ,
'ZoneFilterSize' => 'Filter Hoogte/Breedte (pixels)' ,
2016-12-02 16:49:50 +08:00
'ZoneMinMaxAlarmArea' => 'Min/Max alarmgebied' ,
'ZoneMinMaxBlobArea' => 'Min/Max Blobgebied' ,
2015-04-18 23:14:14 +08:00
'ZoneMinMaxBlobs' => 'Min/Max Blobs' ,
2016-12-02 16:49:50 +08:00
'ZoneMinMaxFiltArea' => 'Min/Max Gefilterd gebied' ,
'ZoneMinMaxPixelThres' => 'Min/Max Pixel drempelwaarde (0-255)' ,
'ZoneMinderLog' => 'ZoneMinder Log' ,
'ZoneOverloadFrames' => 'Negeer aantal overload frames' ,
2015-04-18 23:14:14 +08:00
'Zones' => 'Zones' ,
'Zoom' => 'Zoom' ,
'ZoomIn' => 'Zoom In' ,
'ZoomOut' => 'Zoom Uit' ,
);
// Complex replacements with formatting and/or placements, must be passed through sprintf
$CLANG = array (
'CurrentLogin' => 'huidige login is \'%1$s\'' ,
'EventCount' => '%1$s %2$s' , // Als voorbeeld '37 gebeurtenissen' (from Vlang below)
2016-12-02 16:49:50 +08:00
'LastEvents' => 'Laatste %1$s %2$s' , // Als voorbeeld 'Laatste 37 gebeurtenissen' (from Vlang below)
2015-04-18 23:14:14 +08:00
'LatestRelease' => 'de laatste release is v%1$s, jij hebt v%2$s.' ,
'MonitorCount' => '%1$s %2$s' , // Als voorbeeld '4 Monitoren' (from Vlang below)
'MonitorFunction' => 'Monitor %1$s Functie' ,
2016-12-02 16:49:50 +08:00
'RunningRecentVer' => 'U draait al de meest recente versie van ZoneMinder, v%s.' ,
2015-04-18 23:14:14 +08:00
'VersionMismatch' => 'Versie verschil, systeem is versie %1$s, database is %2$s.' , // Added - 2011-05-25
);
// The next section allows you to describe a series of word ending and counts used to
// generate the correctly conjugated forms of words depending on a count that is associated
// with that word.
// This intended to allow phrases such a '0 potatoes', '1 potato', '2 potatoes' etc to
// conjugate correctly with the associated count.
// In some languages such as English this is fairly simple and can be expressed by assigning
// a count with a singular or plural form of a word and then finding the nearest (lower) value.
// So '0' of something generally ends in 's', 1 of something is singular and has no extra
// ending and 2 or more is a plural and ends in 's' also. So to find the ending for '187' of
// something you would find the nearest lower count (2) and use that ending.
//
// So examples of this would be
// $zmVlangPotato = array( 0=>'Potatoes', 1=>'Potato', 2=>'Potatoes' );
// $zmVlangSheep = array( 0=>'Sheep' );
//
// where you can have as few or as many entries in the array as necessary
// If your language is similar in form to this then use the same format and choose the
// appropriate zmVlang function below.
// If however you have a language with a different format of plural endings then another
// approach is required . For instance in Russian the word endings change continuously
// depending on the last digit (or digits) of the numerator. In this case then zmVlang
// arrays could be written so that the array index just represents an arbitrary 'type'
// and the zmVlang function does the calculation about which version is appropriate.
//
// So an example in Russian might be (using English words, and made up endings as I
// don't know any Russian!!)
// $zmVlangPotato = array( 1=>'Potati', 2=>'Potaton', 3=>'Potaten' );
//
// and the zmVlang function decides that the first form is used for counts ending in
// 0, 5-9 or 11-19 and the second form when ending in 1 etc.
//
// Variable arrays expressing plurality, see the zmVlang description above
$VLANG = array (
'Event' => array ( 0 => 'gebeurtenissen' , 1 => 'gebeurtenis' , 2 => 'gebeurtenissen' ),
'Monitor' => array ( 0 => 'Monitoren' , 1 => 'Monitor' , 2 => 'Monitoren' ),
);
// You will need to choose or write a function that can correlate the plurality string arrays
// with variable counts. This is used to conjugate the Vlang arrays above with a number passed
// in to generate the correct noun form.
//
// In languages such as English this is fairly simple
2016-12-29 17:31:05 +08:00
// Note this still has to be used with printf etc to get the right formatting
2015-04-18 23:14:14 +08:00
function zmVlang ( $langVarArray , $count )
{
krsort ( $langVarArray );
foreach ( $langVarArray as $key => $value )
{
if ( abs ( $count ) >= $key )
{
return ( $value );
}
}
die ( 'Error, unable to correlate variable language string' );
}
// This is an version that could be used in the Russian example above
// The rules are that the first word form is used if the count ends in
// 0, 5-9 or 11-19. The second form is used then the count ends in 1
// (not including 11 as above) and the third form is used when the
// count ends in 2-4, again excluding any values ending in 12-14.
//
// function zmVlang( $langVarArray, $count )
// {
// $secondlastdigit = substr( $count, -2, 1 );
// $lastdigit = substr( $count, -1, 1 );
// // or
// // $secondlastdigit = ($count/10)%10;
// // $lastdigit = $count%10;
//
// // Get rid of the special cases first, the teens
// if ( $secondlastdigit == 1 && $lastdigit != 0 )
// {
// return( $langVarArray[1] );
// }
// switch ( $lastdigit )
// {
// case 0 :
// case 5 :
// case 6 :
// case 7 :
// case 8 :
// case 9 :
// {
// return( $langVarArray[1] );
// break;
// }
// case 1 :
// {
// return( $langVarArray[2] );
// break;
// }
// case 2 :
// case 3 :
// case 4 :
// {
// return( $langVarArray[3] );
// break;
// }
// }
// die( 'Error, unable to correlate variable language string' );
// }
// This is an example of how the function is used in the code which you can uncomment and
// use to test your custom function.
//$monitors = array();
//$monitors[] = 1; // Choose any number
//echo sprintf( $zmClangMonitorCount, count($monitors), zmVlang( $zmVlangMonitor, count($monitors) ) );
// In this section you can override the default prompt and help texts for the options area
// These overrides are in the form show below where the array key represents the option name minus the initial ZM_
// So for example, to override the help text for ZM_LANG_DEFAULT do
$OLANG = array (
'OPTIONS_FFMPEG' => array (
2016-03-21 00:10:49 +08:00
'Help' => " Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~ " .
2015-04-18 23:14:14 +08:00
" Examples (do not enter quotes)~~~~ " .
" \" allowed_media_types=video \" Set datatype to request fromcam (audio, video, data)~~~~ " .
" \" reorder_queue_size=nnn \" Set number of packets to buffer for handling of reordered packets~~~~ " .
2016-03-21 00:13:53 +08:00
" \" loglevel=debug \" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug) "
2015-04-18 23:14:14 +08:00
),
'OPTIONS_LIBVLC' => array (
2016-03-21 00:10:49 +08:00
'Help' => " Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ " .
2015-04-18 23:14:14 +08:00
" Examples (do not enter quotes)~~~~ " .
" \" --rtp-client-port=nnn \" Set local port to use for rtp data~~~~ " .
" \" --verbose=2 \" Set verbosity of libVLC "
),
// 'LANG_DEFAULT' => array(
// 'Prompt' => "This is a new prompt for this option",
2020-10-13 20:59:34 +08:00
// 'Help' => "This is some new help for this option which will be displayed in the window when the ? is clicked"
2015-04-18 23:14:14 +08:00
// ),
);
?>