zoneminder/web/lang/he_il.php

909 lines
48 KiB
PHP
Raw Blame History

<?php
//
// ZoneMinder web IL Hebrew language file, $Date$, $Revision$
// 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
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
// ZoneMinder Hebrew Translation by oc666@netvision.net.il
// 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-8-i" );
// 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', 'he_IL' ); All locale settings pre-4.3.0
setlocale( LC_ALL, 'he_IL' ); //All locale settings 4.3.0 and after
// setlocale( LC_CTYPE, 'he_IL' ); Character class settings 4.3.0 and after
// setlocale( LC_TIME, 'he_IL' ); Date and time formatting 4.3.0 and after
// Simple String Replacements
$SLANG = array(
'24BitColour' => '<27><><EFBFBD> 24 <20><><EFBFBD>',
'32BitColour' => '<27><><EFBFBD> 32 <20><><EFBFBD>', // Added - 2011-06-15
'8BitGrey' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> 8 <20><><EFBFBD>',
'Action' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Actual' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'AddNewControl' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'AddNewMonitor' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'AddNewUser' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'AddNewZone' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'Alarm' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'AlarmBrFrames' => '<27><><EFBFBD><EFBFBD><EFBFBD><br/><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AlarmFrame' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AlarmFrameCount' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AlarmLimits' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'AlarmMaximumFPS' => 'Alarm Maximum FPS',
'AlarmPx' => '<27><><EFBFBD><EFBFBD><EFBFBD> Px',
'AlarmRGBUnset' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'AlarmRefImageBlendPct'=> 'Alarm Reference Image Blend %ge', // Added - 2015-04-18
'Alert' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'All' => '<27><><EFBFBD>',
'AnalysisFPS' => 'Analysis FPS', // Added - 2015-07-22
'AnalysisUpdateDelay' => 'Analysis Update Delay', // Added - 2015-07-23
'Apply' => '<27><><EFBFBD>',
'ApplyingStateChange' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'ArchArchived' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'ArchUnarchived' => '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Archive' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Archived' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Area' => '<27><><EFBFBD><EFBFBD>',
'AreaUnits' => '<27><><EFBFBD><EFBFBD> (px/%)',
'AttrAlarmFrames' => 'Alarm Frames',
'AttrArchiveStatus' => 'Archive Status',
'AttrAvgScore' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'AttrCause' => '<27><><EFBFBD><EFBFBD>',
'AttrDate' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'AttrDateTime' => '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD>',
'AttrDiskBlocks' => 'Disk Blocks',
'AttrDiskPercent' => 'Disk Percent',
'AttrDuration' => '<27><><EFBFBD> <20><><EFBFBD>',
'AttrFrames' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AttrId' => 'Id',
'AttrMaxScore' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AttrMonitorId' => 'Monitor Id',
'AttrMonitorName' => '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'AttrName' => '<27><>',
'AttrNotes' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'AttrSystemLoad' => 'System Load',
'AttrTime' => '<27><><EFBFBD>',
'AttrTotalScore' => '<27><> <20><><EFBFBD><EFBFBD>',
'AttrWeekday' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Auto' => '<27><><EFBFBD><EFBFBD>',
'AutoStopTimeout' => '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Available' => 'Available', // Added - 2009-03-31
'AvgBrScore' => '<27><><EFBFBD><EFBFBD><EFBFBD><br/><3E><><EFBFBD><EFBFBD><EFBFBD>',
'Background' => '<27><><EFBFBD>',
'BackgroundFilter' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'BadAlarmFrameCount' => 'Alarm frame count must be an integer of one or more',
'BadAlarmMaxFPS' => 'Alarm Maximum FPS must be a positive integer or floating point value',
'BadAnalysisFPS' => 'Analysis FPS must be a positive integer or floating point value', // Added - 2015-07-22
'BadAnalysisUpdateDelay'=> 'Analysis update delay must be set to an integer of zero or more', // Added - 2015-07-23
'BadChannel' => 'Channel must be set to an integer of zero or more',
'BadColours' => 'Target colour must be set to a valid value', // Added - 2011-06-15
'BadDevice' => 'Device must be set to a valid value',
'BadFPSReportInterval' => 'FPS report interval buffer count must be an integer of 0 or more',
'BadFormat' => 'Format must be set to an integer of zero or more',
'BadFrameSkip' => 'Frame skip count must be an integer of zero or more',
'BadHeight' => 'Height must be set to a valid value',
'BadHost' => 'Host must be set to a valid ip address or hostname, do not include http://',
'BadImageBufferCount' => 'Image buffer size must be an integer of 10 or more',
'BadLabelX' => 'Label X co-ordinate must be set to an integer of zero or more',
'BadLabelY' => 'Label Y co-ordinate must be set to an integer of zero or more',
'BadMaxFPS' => 'Maximum FPS must be a positive integer or floating point value',
'BadMotionFrameSkip' => 'Motion Frame skip count must be an integer of zero or more',
'BadNameChars' => 'Names may only contain alphanumeric characters, spaces plus hyphen and underscore',
'BadPalette' => 'Palette must be set to a valid value', // Added - 2009-03-31
'BadPath' => 'Path must be set to a valid value',
'BadPort' => 'Port must be set to a valid number',
'BadPostEventCount' => 'Post event image count must be an integer of zero or more',
'BadPreEventCount' => 'Pre event image count must be at least zero, and less than image buffer size',
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
'BadSectionLength' => 'Section length must be an integer of 30 or more',
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
'BadWebColour' => 'Web colour must be a valid web colour string',
'BadWidth' => 'Width must be set to a valid value',
'Bandwidth' => '<27><><EFBFBD><EFBFBD> <20><>',
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
'BlobPx' => 'Blob Px',
'BlobSizes' => 'Blob Sizes',
'Blobs' => 'Blobs',
'Brightness' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Buffer' => 'Buffer', // Added - 2015-04-18
'Buffers' => 'Buffers',
'CSSDescription' => 'Change the default css for this computer', // Added - 2015-04-18
'CanAutoFocus' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanAutoGain' => 'Can Auto Gain',
'CanAutoIris' => 'Can Auto Iris',
'CanAutoWhite' => 'Can Auto White Bal.',
'CanAutoZoom' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanFocus' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanFocusAbs' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanFocusCon' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanFocusRel' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'CanGain' => 'Can Gain ',
'CanGainAbs' => 'Can Gain Absolute',
'CanGainCon' => 'Can Gain Continuous',
'CanGainRel' => 'Can Gain Relative',
'CanIris' => 'Can Iris',
'CanIrisAbs' => 'Can Iris Absolute',
'CanIrisCon' => 'Can Iris Continuous',
'CanIrisRel' => 'Can Iris Relative',
'CanMove' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanMoveAbs' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanMoveCon' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanMoveDiag' => 'Can Move Diagonally',
'CanMoveMap' => 'Can Move Mapped',
'CanMoveRel' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanPan' => 'Can Pan' ,
'CanReset' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanSetPresets' => 'Can Set Presets',
'CanSleep' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'CanTilt' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanWake' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'CanWhite' => 'Can White Balance',
'CanWhiteAbs' => 'Can White Bal. Absolute',
'CanWhiteBal' => 'Can White Bal.',
'CanWhiteCon' => 'Can White Bal. Continuous',
'CanWhiteRel' => 'Can White Bal. Relative',
'CanZoom' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'CanZoomAbs' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CanZoomCon' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'CanZoomRel' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Cancel' => '<27><><EFBFBD>',
'CancelForcedAlarm' => 'Cancel Forced Alarm',
'CaptureHeight' => 'Capture Height',
'CaptureMethod' => 'Capture Method', // Added - 2009-02-08
'CapturePalette' => 'Capture Palette',
'CaptureResolution' => 'Capture Resolution', // Added - 2015-04-18
'CaptureWidth' => 'Capture Width',
'Cause' => '<27><><EFBFBD><EFBFBD>',
'CheckMethod' => 'Alarm Check Method',
'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
'ChooseFilter' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'ChooseLogFormat' => 'Choose a log format', // Added - 2011-06-17
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
'ChoosePreset' => 'Choose Preset',
'Clear' => 'Clear', // Added - 2011-06-16
'Close' => '<27><><EFBFBD><EFBFBD>',
'Colour' => '<27><><EFBFBD>',
'Command' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Component' => 'Component', // Added - 2011-06-16
'Config' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'ConfiguredFor' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
'ConfirmPassword' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'ConjAnd' => '<27>',
'ConjOr' => '<27><>',
'Console' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ContactAdmin' => '<27><><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.',
'Continue' => '<27><><EFBFBD><EFBFBD>',
'Contrast' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Control' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ControlAddress' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ControlCap' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ControlCaps' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ControlDevice' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ControlType' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Controllable' => 'Controllable',
'Current' => 'Current', // Added - 2015-04-18
'Cycle' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'CycleWatch' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'DateTime' => 'Date/Time', // Added - 2011-06-16
'Day' => '<27><><EFBFBD>',
'Debug' => 'Debug',
'DefaultRate' => 'Default Rate',
'DefaultScale' => 'Default Scale',
'DefaultView' => 'Default View',
'Deinterlacing' => 'Deinterlacing', // Added - 2015-04-18
'Delay' => 'Delay', // Added - 2015-04-18
'Delete' => '<27><><EFBFBD>',
'DeleteAndNext' => '<27><><EFBFBD> &amp; <20><><EFBFBD>',
'DeleteAndPrev' => '<27><><EFBFBD> &amp; <20><><EFBFBD><EFBFBD><EFBFBD>',
'DeleteSavedFilter' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Description' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'DetectedCameras' => 'Detected Cameras', // Added - 2009-03-31
'DetectedProfiles' => 'Detected Profiles', // Added - 2015-04-18
'Device' => 'Device', // Added - 2009-02-08
'DeviceChannel' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'DeviceFormat' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'DeviceNumber' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'DevicePath' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Devices' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Dimensions' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'DisableAlarms' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Disk' => '<27><><EFBFBD><EFBFBD>',
'Display' => 'Display', // Added - 2011-01-30
'Displaying' => 'Displaying', // Added - 2011-06-16
'DoNativeMotionDetection'=> 'Do Native Motion Detection',
'Donate' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'DonateAlready' => '<27><>, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'DonateEnticement' => 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br><br>If you would like to donate please select the option below or go to http://www.zoneminder.com/donate.html in your browser.<br><br>Thank you for using ZoneMinder and don\'t forget to visit the forums on ZoneMinder.com for support or suggestions about how to make your ZoneMinder experience even better.',
'DonateRemindDay' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>',
'DonateRemindHour' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>',
'DonateRemindMonth' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'DonateRemindNever' => '<27><>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'DonateRemindWeek' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'DonateYes' => '<27><>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Download' => '<27><><EFBFBD><EFBFBD>',
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
'Duration' => '<27><><EFBFBD> <20><><EFBFBD>',
'Edit' => '<27><><EFBFBD><EFBFBD>',
'Email' => '<27><><EFBFBD>"<22>',
'EnableAlarms' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Enabled' => '<27><><EFBFBD><EFBFBD>',
'EnterNewFilterName' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'Error' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'ErrorBrackets' => 'Error, please check you have an equal number of opening and closing brackets',
'ErrorValidValue' => 'Error, please check that all terms have a valid value',
'Etc' => '<27><><EFBFBD>\'',
'Event' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'EventFilter' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'EventId' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'EventName' => '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>',
'EventPrefix' => 'Event Prefix',
'Events' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Exclude' => '<27><><EFBFBD>',
'Execute' => '<27><><EFBFBD>',
'Export' => '<27><><EFBFBD>',
'ExportDetails' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'ExportFailed' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'ExportFormat' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'ExportFormatTar' => 'Tar',
'ExportFormatZip' => 'Zip',
'ExportFrames' => 'Export Frame Details',
'ExportImageFiles' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'ExportLog' => 'Export Log', // Added - 2011-06-17
'ExportMiscFiles' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><> <20><><EFBFBD><EFBFBD>)',
'ExportOptions' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ExportSucceeded' => 'Export Succeeded', // Added - 2009-02-08
'ExportVideoFiles' => 'Export Video Files (if present)',
'Exporting' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'FPS' => 'fps',
'FPSReportInterval' => 'FPS Report Interval',
'FTP' => 'FTP',
'Far' => 'Far',
'FastForward' => 'Fast Forward',
'Feed' => 'Feed',
'Ffmpeg' => 'Ffmpeg', // Added - 2009-02-08
'File' => '<27><><EFBFBD><EFBFBD>',
'Filter' => 'Filter', // Added - 2015-04-18
'FilterArchiveEvents' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'FilterDeleteEvents' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'FilterEmailEvents' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'FilterExecuteEvents' => 'Execute command on all matches',
'FilterLog' => 'Filter log', // Added - 2015-04-18
'FilterMessageEvents' => 'Message details of all matches',
'FilterPx' => 'Filter Px',
'FilterUnset' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'FilterUploadEvents' => '<27><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'FilterVideoEvents' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Filters' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'First' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'FlippedHori' => 'Flipped Horizontally',
'FlippedVert' => 'Flipped Vertically',
'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' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'ForceAlarm' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Format' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Frame' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'FrameId' => 'Frame Id',
'FrameRate' => 'Frame Rate',
'FrameSkip' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Frames' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Func' => '<27><><EFBFBD><EFBFBD>',
'Function' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Gain' => 'Gain',
'General' => '<27><><EFBFBD><EFBFBD>',
'GenerateVideo' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'GeneratingVideo' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'GoToZoneMinder' => '<27><><EFBFBD> ZoneMinder.com',
'Grey' => '<27><><EFBFBD><EFBFBD>',
'Group' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Groups' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'HasFocusSpeed' => 'Has Focus Speed',
'HasGainSpeed' => 'Has Gain Speed',
'HasHomePreset' => 'Has Home Preset',
'HasIrisSpeed' => 'Has Iris Speed',
'HasPanSpeed' => 'Has Pan Speed',
'HasPresets' => 'Has Presets',
'HasTiltSpeed' => 'Has Tilt Speed',
'HasTurboPan' => 'Has Turbo Pan',
'HasTurboTilt' => 'Has Turbo Tilt',
'HasWhiteSpeed' => 'Has White Bal. Speed',
'HasZoomSpeed' => 'Has Zoom Speed',
'High' => '<27><><EFBFBD><EFBFBD>',
'HighBW' => '<27><><EFBFBD><EFBFBD>&nbsp;<3B>/<2F>',
'Home' => '<27><><EFBFBD>',
'Hour' => '<27><><EFBFBD>',
'Hue' => 'Hue',
'Id' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Idle' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Ignore' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Image' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'ImageBufferSize' => 'Image Buffer Size (frames)',
'Images' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'In' => '<27><><EFBFBD><EFBFBD>',
'Include' => '<27><><EFBFBD><EFBFBD>',
'Inverted' => '<27><><EFBFBD><EFBFBD>',
'Iris' => 'Iris',
'KeyString' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Label' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Language' => '<27><><EFBFBD>',
'Last' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Layout' => 'Layout', // Added - 2009-02-08
'Level' => 'Level', // Added - 2011-06-16
'Libvlc' => 'Libvlc',
'LimitResultsPost' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>;', // This is used at the end of the phrase 'Limit to first N results only'
'LimitResultsPre' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', // This is used at the beginning of the phrase 'Limit to first N results only'
'Line' => 'Line', // Added - 2011-06-16
'LinkedMonitors' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'List' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Load' => '<27><><EFBFBD>',
'Local' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Log' => 'Log', // Added - 2011-06-16
'LoggedInAs' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20>',
'Logging' => 'Logging', // Added - 2011-06-16
'LoggingIn' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Login' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Logout' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Logs' => 'Logs', // Added - 2011-06-17
'Low' => '<27><><EFBFBD><EFBFBD>',
'LowBW' => '<27><><EFBFBD><EFBFBD>&nbsp;<3B>/<2F>',
'Main' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Man' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Manual' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Mark' => '<27><><EFBFBD>',
'Max' => '<27><><EFBFBD>',
'MaxBandwidth' => '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>',
'MaxBrScore' => '<27><><EFBFBD><EFBFBD><EFBFBD><br/><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'MaxFocusRange' => 'Max Focus Range',
'MaxFocusSpeed' => 'Max Focus Speed',
'MaxFocusStep' => 'Max Focus Step',
'MaxGainRange' => 'Max Gain Range',
'MaxGainSpeed' => 'Max Gain Speed',
'MaxGainStep' => 'Max Gain Step',
'MaxIrisRange' => 'Max Iris Range',
'MaxIrisSpeed' => 'Max Iris Speed',
'MaxIrisStep' => 'Max Iris Step',
'MaxPanRange' => 'Max Pan Range',
'MaxPanSpeed' => 'Max Pan Speed',
'MaxPanStep' => 'Max Pan Step',
'MaxTiltRange' => 'Max Tilt Range',
'MaxTiltSpeed' => 'Max Tilt Speed',
'MaxTiltStep' => 'Max Tilt Step',
'MaxWhiteRange' => 'Max White Bal. Range',
'MaxWhiteSpeed' => 'Max White Bal. Speed',
'MaxWhiteStep' => 'Max White Bal. Step',
'MaxZoomRange' => 'Max Zoom Range',
'MaxZoomSpeed' => 'Max Zoom Speed',
'MaxZoomStep' => 'Max Zoom Step',
'MaximumFPS' => 'Maximum FPS',
'Medium' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'MediumBW' => 'Medium&nbsp;B/W',
'Message' => 'Message', // Added - 2011-06-16
'MinAlarmAreaLtMax' => 'Minimum alarm area should be less than maximum',
'MinAlarmAreaUnset' => 'You must specify the minimum alarm pixel count',
'MinBlobAreaLtMax' => 'Minimum blob area should be less than maximum',
'MinBlobAreaUnset' => 'You must specify the minimum blob pixel count',
'MinBlobLtMinFilter' => 'Minimum blob area should be less than or equal to minimum filter area',
'MinBlobsLtMax' => 'Minimum blobs should be less than maximum',
'MinBlobsUnset' => 'You must specify the minimum blob count',
'MinFilterAreaLtMax' => 'Minimum filter area should be less than maximum',
'MinFilterAreaUnset' => 'You must specify the minimum filter pixel count',
'MinFilterLtMinAlarm' => 'Minimum filter area should be less than or equal to minimum alarm area',
'MinFocusRange' => 'Min Focus Range',
'MinFocusSpeed' => 'Min Focus Speed',
'MinFocusStep' => 'Min Focus Step',
'MinGainRange' => 'Min Gain Range',
'MinGainSpeed' => 'Min Gain Speed',
'MinGainStep' => 'Min Gain Step',
'MinIrisRange' => 'Min Iris Range',
'MinIrisSpeed' => 'Min Iris Speed',
'MinIrisStep' => 'Min Iris Step',
'MinPanRange' => 'Min Pan Range',
'MinPanSpeed' => 'Min Pan Speed',
'MinPanStep' => 'Min Pan Step',
'MinPixelThresLtMax' => 'Minimum pixel threshold should be less than maximum',
'MinPixelThresUnset' => 'You must specify a minimum pixel threshold',
'MinTiltRange' => 'Min Tilt Range',
'MinTiltSpeed' => 'Min Tilt Speed',
'MinTiltStep' => 'Min Tilt Step',
'MinWhiteRange' => 'Min White Bal. Range',
'MinWhiteSpeed' => 'Min White Bal. Speed',
'MinWhiteStep' => 'Min White Bal. Step',
'MinZoomRange' => 'Min Zoom Range',
'MinZoomSpeed' => 'Min Zoom Speed',
'MinZoomStep' => 'Min Zoom Step',
'Misc' => 'Misc',
'Mode' => 'Mode', // Added - 2015-04-18
'Monitor' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'MonitorIds' => 'Monitor&nbsp;Ids',
'MonitorPreset' => 'Monitor Preset',
'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>',
'MonitorProbe' => 'Monitor Probe', // Added - 2009-03-31
'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
'Monitors' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Montage' => 'Montage',
'Month' => '<27><><EFBFBD><EFBFBD>',
'More' => 'More', // Added - 2011-06-16
'MotionFrameSkip' => 'Motion Frame Skip',
'Move' => '<27><><EFBFBD>',
'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.
'MtgDefault' => 'Default', // Added 2013.08.15.
'MustBeGe' => 'must be greater than or equal to',
'MustBeLe' => 'must be less than or equal to',
'MustConfirmPassword' => 'You must confirm the password',
'MustSupplyPassword' => 'You must supply a password',
'MustSupplyUsername' => 'You must supply a username',
'Name' => '<27><>',
'Near' => '<27><><EFBFBD>',
'Network' => '<27><><EFBFBD>',
'New' => '<27><><EFBFBD>',
'NewGroup' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'NewLabel' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'NewPassword' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'NewState' => '<27><><EFBFBD> <20><><EFBFBD>',
'NewUser' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'Next' => '<27><><EFBFBD>',
'No' => '<27><>',
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
'NoFramesRecorded' => 'There are no frames recorded for this event',
'NoGroup' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'NoSavedFilters' => 'NoSavedFilters',
'NoStatisticsRecorded' => 'There are no statistics recorded for this event/frame',
'None' => '<27><><EFBFBD>',
'NoneAvailable' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Normal' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Notes' => 'Notes',
'NumPresets' => 'Num Presets',
'Off' => '<27><><EFBFBD><EFBFBD>',
'On' => '<27><><EFBFBD><EFBFBD>',
'OnvifCredentialsIntro'=> 'Please supply user name and password for the selected camera.<br/>If no user has been created for the camera then the user given here will be created with the given password.<br/><br/>', // Added - 2015-04-18
'OnvifProbe' => 'ONVIF', // Added - 2015-04-18
'OnvifProbeIntro' => 'The list below shows detected ONVIF 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 - 2015-04-18
'OpEq' => '<27><><EFBFBD><EFBFBD> <20>',
'OpGt' => '<27><><EFBFBD><EFBFBD> <20>',
'OpGtEq' => 'greater than or equal to',
'OpIn' => 'in set',
'OpLt' => '<27><><EFBFBD><EFBFBD> <20>',
'OpLtEq' => 'less than or equal to',
'OpMatches' => 'matches',
'OpNe' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'OpNotIn' => 'not in set',
'OpNotMatches' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Open' => '<27><><EFBFBD>',
'OptionHelp' => 'OptionHelp',
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
'Options' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'OrEnterNewName' => 'or enter new name',
'Order' => '<27><><EFBFBD><EFBFBD>',
'Orientation' => 'Orientation',
'Out' => 'Out',
'OverwriteExisting' => 'Overwrite Existing',
'Paged' => 'Paged',
'Pan' => 'Pan',
'PanLeft' => 'Pan Left',
'PanRight' => 'Pan Right',
'PanTilt' => 'Pan/Tilt',
'Parameter' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Password' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'PasswordsDifferent' => 'The new and confirm passwords are different',
'Paths' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Pause' => 'Pause',
'Phone' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'PhoneBW' => '<27>/<2F>&nbsp;<3B><><EFBFBD><EFBFBD><EFBFBD>',
'Pid' => 'PID', // Added - 2011-06-16
'PixelDiff' => 'Pixel Diff',
'Pixels' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Play' => 'Play',
'PlayAll' => '<27><><EFBFBD> <20><><EFBFBD>',
'PleaseWait' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Plugins' => 'Plugins',
'Point' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'PostEventImageBuffer' => 'Post Event Image Count',
'PreEventImageBuffer' => 'Pre Event Image Count',
'PreserveAspect' => 'Preserve Aspect Ratio',
'Preset' => 'Preset',
'Presets' => 'Presets',
'Prev' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Probe' => 'Probe', // 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
'Progress' => 'Progress', // Added - 2015-04-18
'Protocol' => 'Protocol',
'Rate' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Real' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Record' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'RefImageBlendPct' => 'Reference Image Blend %ge',
'Refresh' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Remote' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'RemoteHostName' => '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'RemoteHostPath' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'RemoteHostPort' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'RemoteHostSubPath' => 'Remote Host SubPath', // Added - 2009-02-08
'RemoteImageColours' => 'Remote Image Colours',
'RemoteMethod' => 'Remote Method', // Added - 2009-02-08
'RemoteProtocol' => 'Remote Protocol', // Added - 2009-02-08
'Rename' => '<27><><EFBFBD> <20><>',
'Replay' => 'Replay',
'ReplayAll' => 'All Events',
'ReplayGapless' => 'Gapless Events',
'ReplaySingle' => 'Single Event',
'Reset' => '<27><><EFBFBD>',
'ResetEventCounts' => 'Reset Event Counts',
'Restart' => '<27><><EFBFBD><EFBFBD>',
'Restarting' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'RestrictedCameraIds' => 'Restricted Camera Ids',
'RestrictedMonitors' => 'Restricted Monitors',
'ReturnDelay' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ReturnLocation' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Rewind' => 'Rewind',
'RotateLeft' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'RotateRight' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'RunLocalUpdate' => 'Please run zmupdate.pl to update', // Added - 2011-05-25
'RunMode' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'RunState' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Running' => '<27><><EFBFBD><EFBFBD>',
'Save' => '<27><><EFBFBD><EFBFBD>',
'SaveAs' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'SaveFilter' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Scale' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Score' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Secs' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Sectionlength' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD>',
'Select' => '<27><><EFBFBD>',
'SelectFormat' => 'Select Format', // Added - 2011-06-17
'SelectLog' => 'Select Log', // Added - 2011-06-17
'SelectMonitors' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'SelfIntersecting' => 'Polygon edges must not intersect',
'Set' => '<27><><EFBFBD>',
'SetNewBandwidth' => 'Set New Bandwidth',
'SetPreset' => 'Set Preset',
'Settings' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'ShowFilterWindow' => 'Show Filter Window',
'ShowTimeline' => 'Show Timeline',
'SignalCheckColour' => 'Signal Check Colour',
'Size' => '<27><><EFBFBD><EFBFBD>',
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
'Sleep' => '<27><><EFBFBD><EFBFBD>',
'SortAsc' => 'Asc',
'SortBy' => 'Sort by',
'SortDesc' => 'Desc',
'Source' => '<27><><EFBFBD><EFBFBD>',
'SourceColours' => 'Source Colours', // Added - 2009-02-08
'SourcePath' => 'Source Path', // Added - 2009-02-08
'SourceType' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Speed' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'SpeedHigh' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'SpeedLow' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'SpeedMedium' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'SpeedTurbo' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Start' => '<27><><EFBFBD><EFBFBD>',
'State' => '<27><><EFBFBD>',
'Stats' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Status' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Step' => '<27><><EFBFBD>',
'StepBack' => 'Step Back',
'StepForward' => 'Step Forward',
'StepLarge' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>',
'StepMedium' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'StepNone' => '<27><> <20><><EFBFBD><EFBFBD>',
'StepSmall' => '<27><><EFBFBD> <20><><EFBFBD>',
'Stills' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Stop' => '<27><><EFBFBD><EFBFBD>',
'Stopped' => '<27><><EFBFBD><EFBFBD>',
'Stream' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
'Submit' => 'Submit',
'System' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'SystemLog' => 'System Log', // Added - 2011-06-16
'TargetColorspace' => 'Target colorspace', // Added - 2015-04-18
'Tele' => '<27><>',
'Thumbnail' => 'Thumbnail',
'Tilt' => 'Tilt',
'Time' => '<27><><EFBFBD>',
'TimeDelta' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'TimeStamp' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'Timeline' => '<27><> <20><><EFBFBD>',
'TimelineTip1' => 'Pass your mouse over the graph to view a snapshot image and event details.', // Added 2013.08.15.
'TimelineTip2' => 'Click on the coloured sections of the graph, or the image, to view the event.', // Added 2013.08.15.
'TimelineTip3' => 'Click on the background to zoom in to a smaller time period based around your click.', // Added 2013.08.15.
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
'Timestamp' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>',
'TimestampLabelFormat' => 'Timestamp Label Format',
'TimestampLabelX' => 'Timestamp Label X',
'TimestampLabelY' => 'Timestamp Label Y',
'Today' => '<27><><EFBFBD><EFBFBD>',
'Tools' => '<27><><EFBFBD><EFBFBD>',
'Total' => 'Total', // Added - 2011-06-16
'TotalBrScore' => '<27><><br/><3E><><EFBFBD><EFBFBD><EFBFBD>',
'TrackDelay' => 'Track Delay',
'TrackMotion' => 'Track Motion',
'Triggers' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'TurboPanSpeed' => 'Turbo Pan Speed',
'TurboTiltSpeed' => 'Turbo Tilt Speed',
'Type' => '<27><><EFBFBD>',
'Unarchive' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Undefined' => 'Undefined', // Added - 2009-02-08
'Units' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Unknown' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
'Update' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'UpdateAvailable' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.',
'UpdateNotNecessary' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.',
'Updated' => 'Updated', // Added - 2011-06-16
'Upload' => 'Upload', // Added - 2011-08-23
'UseFilter' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'UseFilterExprsPost' => '&nbsp;filter&nbsp;expressions', // This is used at the end of the phrase 'use N filter expressions'
'UseFilterExprsPre' => '<27><><EFBFBD><EFBFBD><EFBFBD>&nbsp;', // This is used at the beginning of the phrase 'use N filter expressions'
'UsedPlugins' => 'Used Plugins',
'User' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'Username' => '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>',
'Users' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'V4L' => 'V4L', // Added - 2015-04-18
'V4LCapturesPerFrame' => 'Captures Per Frame', // Added - 2015-04-18
'V4LMultiBuffer' => 'Multi Buffering', // Added - 2015-04-18
'Value' => '<27><><EFBFBD>',
'Version' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'VersionIgnore' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>',
'VersionRemindDay' => '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>',
'VersionRemindHour' => '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>',
'VersionRemindNever' => 'Don\'t remind about new versions',
'VersionRemindWeek' => 'Remind again in 1 week',
'Video' => '<27><><EFBFBD><EFBFBD><EFBFBD>',
'VideoFormat' => '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'VideoGenFailed' => 'Video Generation Failed!',
'VideoGenFiles' => 'Existing Video Files',
'VideoGenNoFiles' => 'No Video Files Found',
'VideoGenParms' => 'Video Generation Parameters',
'VideoGenSucceeded' => 'Video Generation Succeeded!',
'VideoSize' => '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'View' => '<27><><EFBFBD>',
'ViewAll' => '<27><><EFBFBD> <20><><EFBFBD>',
'ViewEvent' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'ViewPaged' => 'View Paged',
'Wake' => '<27><><EFBFBD>',
'WarmupFrames' => 'Warmup Frames',
'Watch' => '<27><><EFBFBD>',
'Web' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'WebColour' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Week' => '<27><><EFBFBD><EFBFBD>',
'White' => '<27><><EFBFBD>',
'WhiteBalance' => 'White Balance',
'Wide' => '<27><><EFBFBD>',
'X' => 'X',
'X10' => 'X10',
'X10ActivationString' => 'X10 Activation String',
'X10InputAlarmString' => 'X10 Input Alarm String',
'X10OutputAlarmString' => 'X10 Output Alarm String',
'Y' => 'Y',
'Yes' => '<27><>',
'YouNoPerms' => '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>.',
'Zone' => '<27><><EFBFBD><EFBFBD>',
'ZoneAlarmColour' => 'Alarm Colour (Red/Green/Blue)',
'ZoneArea' => 'Zone Area',
'ZoneExtendAlarmFrames' => 'Extend Alarm Frame Count',
'ZoneFilterSize' => 'Filter Width/Height (pixels)',
'ZoneMinMaxAlarmArea' => 'Min/Max Alarmed Area',
'ZoneMinMaxBlobArea' => 'Min/Max Blob Area',
'ZoneMinMaxBlobs' => 'Min/Max Blobs',
'ZoneMinMaxFiltArea' => 'Min/Max Filtered Area',
'ZoneMinMaxPixelThres' => 'Min/Max Pixel Threshold (0-255)',
'ZoneMinderLog' => 'ZoneMinder Log', // Added - 2011-06-17
'ZoneOverloadFrames' => 'Overload Frame Ignore Count',
'Zones' => '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
'Zoom' => '<27><><EFBFBD>',
'ZoomIn' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
'ZoomOut' => '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>',
);
// Complex replacements with formatting and/or placements, must be passed through sprintf
$CLANG = array(
'CurrentLogin' => 'Current login is \'%1$s\'',
'EventCount' => '%1$s %2$s', // For example '37 Events' (from Vlang below)
'LastEvents' => 'Last %1$s %2$s', // For example 'Last 37 Events' (from Vlang below)
'LatestRelease' => 'The latest release is v%1$s, you have v%2$s.',
'MonitorCount' => '%1$s %2$s', // For example '4 Monitors' (from Vlang below)
'MonitorFunction' => 'Monitor %1$s Function',
'RunningRecentVer' => 'You are running the most recent version of ZoneMinder, v%s.',
'VersionMismatch' => 'Version mismatch, system is version %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=>'Events', 1=>'Event', 2=>'Events' ),
'Monitor' => array( 0=>'Monitors', 1=>'Monitor', 2=>'Monitors' ),
);
// 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
// Note this still has to be used with printf etc to get the right formating
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(
'Help' => "Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~ ".
"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~~~~".
"\"loglevel=debug\" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)"
),
'OPTIONS_LIBVLC' => array(
'Help' => "Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ ".
"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",
// 'Help' => "This is some new help for this option which will be displayed in the popup window when the ? is clicked"
// ),
);
?>