Bug 404 - Added Hebrew translation
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2200 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
4d299f0d2e
commit
9a885847e1
|
@ -0,0 +1,776 @@
|
||||||
|
<?php
|
||||||
|
//
|
||||||
|
// ZoneMinder web IL Hebrew language file, $Date$, $Revision$
|
||||||
|
// Copyright (C) 2003, 2004, 2005, 2006, 2007 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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
|
||||||
|
$zmSlang24BitColour = 'öáò 24 áéè';
|
||||||
|
$zmSlang8BitGrey = 'âååðé àôåø 8 áéè';
|
||||||
|
$zmSlangAction = 'ôòåìä';
|
||||||
|
$zmSlangActual = 'î÷åøé';
|
||||||
|
$zmSlangAddNewControl = 'äåñó ÷åðèøåì çãù';
|
||||||
|
$zmSlangAddNewMonitor = 'äåñó îåðéèåø çãù';
|
||||||
|
$zmSlangAddNewUser = 'äåñó îùúîù çãù';
|
||||||
|
$zmSlangAddNewZone = 'äåñó àéæåø çãù';
|
||||||
|
$zmSlangAlarm = 'àæò÷ä';
|
||||||
|
$zmSlangAlarmBrFrames = 'àæò÷ú<br/>ôøééîéí';
|
||||||
|
$zmSlangAlarmFrame = 'àæò÷ú ôøééîéí';
|
||||||
|
$zmSlangAlarmFrameCount = 'ñôéøú àæò÷åú ôøééîéí';
|
||||||
|
$zmSlangAlarmLimits = 'äâáìåú àæò÷ä';
|
||||||
|
$zmSlangAlarmMaximumFPS = 'Alarm Maximum FPS';
|
||||||
|
$zmSlangAlarmPx = 'àæò÷ú Px';
|
||||||
|
$zmSlangAlarmRGBUnset = 'äéðê çééá ìàúçì àæò÷ú öáò';
|
||||||
|
$zmSlangAlert = 'äúøàä';
|
||||||
|
$zmSlangAll = 'äëì';
|
||||||
|
$zmSlangApply = 'äçì';
|
||||||
|
$zmSlangApplyingStateChange = 'äçì ùéðåé îöá';
|
||||||
|
$zmSlangArchArchived = 'àøëéá áìáã';
|
||||||
|
$zmSlangArchive = 'àøëéá';
|
||||||
|
$zmSlangArchived = 'àåøëá';
|
||||||
|
$zmSlangArchUnarchived = 'ìà ìàøëéá áìáã';
|
||||||
|
$zmSlangArea = 'àæåø';
|
||||||
|
$zmSlangAreaUnits = 'àæåø (px/%)';
|
||||||
|
$zmSlangAttrAlarmFrames = 'Alarm Frames';
|
||||||
|
$zmSlangAttrArchiveStatus = 'Archive Status';
|
||||||
|
$zmSlangAttrAvgScore = 'ðé÷åã îîåöò';
|
||||||
|
$zmSlangAttrCause = 'ñéáä';
|
||||||
|
$zmSlangAttrDate = 'úàøéê';
|
||||||
|
$zmSlangAttrDateTime = 'úàøéê/ùòä';
|
||||||
|
$zmSlangAttrDiskBlocks = 'Disk Blocks';
|
||||||
|
$zmSlangAttrDiskPercent = 'Disk Percent';
|
||||||
|
$zmSlangAttrDuration = 'îùê æîï';
|
||||||
|
$zmSlangAttrFrames = 'ôøééîéí';
|
||||||
|
$zmSlangAttrId = 'Id';
|
||||||
|
$zmSlangAttrMaxScore = 'ðé÷åã î÷ñéîìé';
|
||||||
|
$zmSlangAttrMonitorId = 'Monitor Id';
|
||||||
|
$zmSlangAttrMonitorName = 'ùí îåðéèåø';
|
||||||
|
$zmSlangAttrName = 'ùí';
|
||||||
|
$zmSlangAttrNotes = 'äòøåú';
|
||||||
|
$zmSlangAttrTime = 'ùòä';
|
||||||
|
$zmSlangAttrTotalScore = 'ñê ñëåí';
|
||||||
|
$zmSlangAttrWeekday = 'éåí áùáåò';
|
||||||
|
$zmSlangAuto = 'àåèå';
|
||||||
|
$zmSlangAutoStopTimeout = 'ôñ÷ æîï òöéøä àåèå';
|
||||||
|
$zmSlangAvgBrScore = 'ðé÷åã<br/>îîåöò';
|
||||||
|
$zmSlangBackground = 'ø÷ò';
|
||||||
|
$zmSlangBackgroundFilter = 'äøõ îñðï áø÷ò';
|
||||||
|
$zmSlangBadAlarmFrameCount = 'Alarm frame count must be an integer of one or more';
|
||||||
|
$zmSlangBadAlarmMaxFPS = 'Alarm Maximum FPS must be a positive integer or floating point value';
|
||||||
|
$zmSlangBadChannel = 'Channel must be set to an integer of zero or more';
|
||||||
|
$zmSlangBadDevice = 'Device must be set to a valid value';
|
||||||
|
$zmSlangBadFormat = 'Format must be set to an integer of zero or more';
|
||||||
|
$zmSlangBadFPSReportInterval = 'FPS report interval buffer count must be an integer of 100 or more';
|
||||||
|
$zmSlangBadFrameSkip = 'Frame skip count must be an integer of zero or more';
|
||||||
|
$zmSlangBadHeight = 'Height must be set to a valid value';
|
||||||
|
$zmSlangBadHost = 'Host must be set to a valid ip address or hostname, do not include http://';
|
||||||
|
$zmSlangBadImageBufferCount = 'Image buffer size must be an integer of 10 or more';
|
||||||
|
$zmSlangBadLabelX = 'Label X co-ordinate must be set to an integer of zero or more';
|
||||||
|
$zmSlangBadLabelY = 'Label Y co-ordinate must be set to an integer of zero or more';
|
||||||
|
$zmSlangBadMaxFPS = 'Maximum FPS must be a positive integer or floating point value';
|
||||||
|
$zmSlangBadNameChars = 'Names may only contain alphanumeric characters plus hyphen and underscore';
|
||||||
|
$zmSlangBadPath = 'Path must be set to a valid value';
|
||||||
|
$zmSlangBadPort = 'Port must be set to a valid number';
|
||||||
|
$zmSlangBadPostEventCount = 'Post event image buffer must be an integer of zero or more';
|
||||||
|
$zmSlangBadPreEventCount = 'Pre event image buffer must be at least zero, and less than image buffer size';
|
||||||
|
$zmSlangBadRefBlendPerc = 'Reference blendpercentage must be a positive integer';
|
||||||
|
$zmSlangBadSectionLength = 'Section length must be an integer of 30 or more';
|
||||||
|
$zmSlangBadWarmupCount = 'Warmup frames must be an integer of zero or more';
|
||||||
|
$zmSlangBadWebColour = 'Web colour must be a valid web colour string';
|
||||||
|
$zmSlangBadWidth = 'Width must be set to a valid value';
|
||||||
|
$zmSlangBandwidth = 'øåçá ôñ';
|
||||||
|
$zmSlangBlobPx = 'Blob Px';
|
||||||
|
$zmSlangBlobs = 'Blobs';
|
||||||
|
$zmSlangBlobSizes = 'Blob Sizes';
|
||||||
|
$zmSlangBrightness = 'áäéøåú';
|
||||||
|
$zmSlangBuffers = 'Buffers';
|
||||||
|
$zmSlangCanAutoFocus = 'àôùø äúî÷ãåú àåèåîèé';
|
||||||
|
$zmSlangCanAutoGain = 'Can Auto Gain';
|
||||||
|
$zmSlangCanAutoIris = 'Can Auto Iris';
|
||||||
|
$zmSlangCanAutoWhite = 'Can Auto White Bal.';
|
||||||
|
$zmSlangCanAutoZoom = 'àôùø æåí àåèåîèé';
|
||||||
|
$zmSlangCancel = 'áèì';
|
||||||
|
$zmSlangCancelForcedAlarm = 'Cancel Forced Alarm';
|
||||||
|
$zmSlangCanFocusAbs = 'àôùø äúî÷ãåú àáñåìåèé';
|
||||||
|
$zmSlangCanFocus = 'àôùø äúî÷ãåú';
|
||||||
|
$zmSlangCanFocusCon = 'àôùø äúî÷ãåú îúîùê';
|
||||||
|
$zmSlangCanFocusRel = 'àôùø äúî÷ãåú éçñé';
|
||||||
|
$zmSlangCanGainAbs = 'Can Gain Absolute';
|
||||||
|
$zmSlangCanGain = 'Can Gain ';
|
||||||
|
$zmSlangCanGainCon = 'Can Gain Continuous';
|
||||||
|
$zmSlangCanGainRel = 'Can Gain Relative';
|
||||||
|
$zmSlangCanIrisAbs = 'Can Iris Absolute';
|
||||||
|
$zmSlangCanIris = 'Can Iris';
|
||||||
|
$zmSlangCanIrisCon = 'Can Iris Continuous';
|
||||||
|
$zmSlangCanIrisRel = 'Can Iris Relative';
|
||||||
|
$zmSlangCanMoveAbs = 'àôùø úðåòä àáñåìåèéú';
|
||||||
|
$zmSlangCanMove = 'àôùø úðåòä';
|
||||||
|
$zmSlangCanMoveCon = 'àôùø úæåæä îúîùëú';
|
||||||
|
$zmSlangCanMoveDiag = 'Can Move Diagonally';
|
||||||
|
$zmSlangCanMoveMap = 'Can Move Mapped';
|
||||||
|
$zmSlangCanMoveRel = 'àôùø úæåæä éçñéú';
|
||||||
|
$zmSlangCanPan = 'Can Pan' ;
|
||||||
|
$zmSlangCanReset = 'àôùø àúçåì';
|
||||||
|
$zmSlangCanSetPresets = 'Can Set Presets';
|
||||||
|
$zmSlangCanSleep = 'àôùø îöá ùéðä';
|
||||||
|
$zmSlangCanTilt = 'àôùø æòæåò';
|
||||||
|
$zmSlangCanWake = 'àôùø éöéàä îîöá ùéðä';
|
||||||
|
$zmSlangCanWhiteAbs = 'Can White Bal. Absolute';
|
||||||
|
$zmSlangCanWhiteBal = 'Can White Bal.';
|
||||||
|
$zmSlangCanWhite = 'Can White Balance';
|
||||||
|
$zmSlangCanWhiteCon = 'Can White Bal. Continuous';
|
||||||
|
$zmSlangCanWhiteRel = 'Can White Bal. Relative';
|
||||||
|
$zmSlangCanZoomAbs = 'àôùø æåí àáñåìåèé';
|
||||||
|
$zmSlangCanZoom = 'àôùø æåí';
|
||||||
|
$zmSlangCanZoomCon = 'àôùø æåí îúîùê';
|
||||||
|
$zmSlangCanZoomRel = 'àôùø æåí éçñé';
|
||||||
|
$zmSlangCaptureHeight = 'Capture Height';
|
||||||
|
$zmSlangCapturePalette = 'Capture Palette';
|
||||||
|
$zmSlangCaptureWidth = 'Capture Width';
|
||||||
|
$zmSlangCause = 'ñéáä';
|
||||||
|
$zmSlangCheckMethod = 'Alarm Check Method';
|
||||||
|
$zmSlangChooseFilter = 'áçø îñðï';
|
||||||
|
$zmSlangChoosePreset = 'Choose Preset';
|
||||||
|
$zmSlangClose = 'ñâåø';
|
||||||
|
$zmSlangColour = 'öáò';
|
||||||
|
$zmSlangCommand = 'ô÷åãä';
|
||||||
|
$zmSlangConfig = 'úöåøä';
|
||||||
|
$zmSlangConfiguredFor = 'úöåøä òáåø';
|
||||||
|
$zmSlangConfirmDeleteEvents = 'Are you sure you wish to delete the selected events?';
|
||||||
|
$zmSlangConfirmPassword = 'àùø ñéñîà';
|
||||||
|
$zmSlangConjAnd = 'å';
|
||||||
|
$zmSlangConjOr = 'àå';
|
||||||
|
$zmSlangConsole = '÷åðñåì';
|
||||||
|
$zmSlangContactAdmin = 'öåø ÷ùø òí îðäì äîòøëú áùáéì ôøèéí ðåñôéí.';
|
||||||
|
$zmSlangContinue = 'äîùê';
|
||||||
|
$zmSlangContrast = 'ðéâåãéåú';
|
||||||
|
$zmSlangControlAddress = 'ëúåáú ä÷åðèøåì';
|
||||||
|
$zmSlangControlCap = 'éëåìú ä÷åðèøåì';
|
||||||
|
$zmSlangControlCaps = 'éëåìåú ä÷åðèøåì';
|
||||||
|
$zmSlangControl = '÷åðèøåì';
|
||||||
|
$zmSlangControlDevice = 'äú÷ï ä÷åðèøåì';
|
||||||
|
$zmSlangControllable = 'Controllable';
|
||||||
|
$zmSlangControlType = 'ñåâ ä÷åðèøåì';
|
||||||
|
$zmSlangCycle = 'îçæåøé';
|
||||||
|
$zmSlangCycleWatch = 'öôééä îçæåøéú';
|
||||||
|
$zmSlangDay = 'éåí';
|
||||||
|
$zmSlangDebug = 'Debug';
|
||||||
|
$zmSlangDefaultRate = 'Default Rate';
|
||||||
|
$zmSlangDefaultScale = 'Default Scale';
|
||||||
|
$zmSlangDefaultView = 'Default View';
|
||||||
|
$zmSlangDeleteAndNext = 'îç÷ & äáà';
|
||||||
|
$zmSlangDeleteAndPrev = 'îç÷ & ä÷åãí';
|
||||||
|
$zmSlangDelete = 'îç÷';
|
||||||
|
$zmSlangDeleteSavedFilter = 'îç÷ îñðï ùîåø';
|
||||||
|
$zmSlangDescription = 'úéàåø';
|
||||||
|
$zmSlangDeviceChannel = 'òøåõ ääú÷ï';
|
||||||
|
$zmSlangDeviceFormat = 'úáðéú ääú÷ï';
|
||||||
|
$zmSlangDeviceNumber = 'îñôø ääú÷ï';
|
||||||
|
$zmSlangDevicePath = 'ðúéá ääú÷ï';
|
||||||
|
$zmSlangDevices = 'äú÷ðéí';
|
||||||
|
$zmSlangDimensions = 'îéîãéí';
|
||||||
|
$zmSlangDisableAlarms = 'ðèøì àæò÷åú';
|
||||||
|
$zmSlangDisk = 'ãéñ÷';
|
||||||
|
$zmSlangDonateAlready = 'ìà, úøîúé ëáø';
|
||||||
|
$zmSlangDonateEnticement = '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.';
|
||||||
|
$zmSlangDonate = 'úøåí áá÷ùä';
|
||||||
|
$zmSlangDonateRemindDay = 'òãééï ìà, äæëø ìà áòåã éåí àçã';
|
||||||
|
$zmSlangDonateRemindHour = 'òãééï ìà, äæëø ìé áòåã ùòä àçú';
|
||||||
|
$zmSlangDonateRemindMonth = 'òãééï ìà, äæëø ìé áòåã çåãù àçã';
|
||||||
|
$zmSlangDonateRemindNever = 'ìà, àðé ìà øåöä ìúøåí, àì úúæëø àåúé';
|
||||||
|
$zmSlangDonateRemindWeek = 'òãééï ìà, äæëø ìé áòåã ùáåò àçã';
|
||||||
|
$zmSlangDonateYes = 'ëï, àðé îòåðééï ìúøåí òëùéå';
|
||||||
|
$zmSlangDownload = 'äåøã';
|
||||||
|
$zmSlangDuration = 'îùê æîï';
|
||||||
|
$zmSlangEdit = 'òøåê';
|
||||||
|
$zmSlangEmail = 'ãåà"ì';
|
||||||
|
$zmSlangEnableAlarms = 'àôùø àæò÷åú';
|
||||||
|
$zmSlangEnabled = 'àôùø';
|
||||||
|
$zmSlangEnterNewFilterName = 'äæï îñðï çãù';
|
||||||
|
$zmSlangErrorBrackets = 'Error, please check you have an equal number of opening and closing brackets';
|
||||||
|
$zmSlangError = 'ùâéàä';
|
||||||
|
$zmSlangErrorValidValue = 'Error, please check that all terms have a valid value';
|
||||||
|
$zmSlangEtc = 'åëå\'';
|
||||||
|
$zmSlangEvent = 'àéøåò';
|
||||||
|
$zmSlangEventFilter = 'îñðï àéøåò';
|
||||||
|
$zmSlangEventId = 'æéäåé àéøåò';
|
||||||
|
$zmSlangEventName = 'ùí àéøåò';
|
||||||
|
$zmSlangEventPrefix = 'Event Prefix';
|
||||||
|
$zmSlangEvents = 'àéøåòéí';
|
||||||
|
$zmSlangExclude = 'ììà';
|
||||||
|
$zmSlangExecute = 'áöò';
|
||||||
|
$zmSlangExportDetails = 'éöà ôøèé àéøåò';
|
||||||
|
$zmSlangExport = 'éöà';
|
||||||
|
$zmSlangExportFailed = 'éöåà ðëùì';
|
||||||
|
$zmSlangExportFormat = 'éöà úáðéú ÷åáõ';
|
||||||
|
$zmSlangExportFormatTar = 'Tar';
|
||||||
|
$zmSlangExportFormatZip = 'Zip';
|
||||||
|
$zmSlangExportFrames = 'Export Frame Details';
|
||||||
|
$zmSlangExportImageFiles = 'éöà ÷áöé úîåðä';
|
||||||
|
$zmSlangExporting = 'îééöà';
|
||||||
|
$zmSlangExportMiscFiles = 'éöà ÷áöéí àçøéí (àí éùðí)';
|
||||||
|
$zmSlangExportOptions = 'éöà àôùøåéåú';
|
||||||
|
$zmSlangExportVideoFiles = 'Export Video Files (if present)';
|
||||||
|
$zmSlangFar = 'Far';
|
||||||
|
$zmSlangFeed = 'Feed';
|
||||||
|
$zmSlangFileColours = 'öáòé ÷åáõ';
|
||||||
|
$zmSlangFile = '÷åáõ';
|
||||||
|
$zmSlangFilePath = 'ðúéá ÷åáõ';
|
||||||
|
$zmSlangFilterArchiveEvents = 'àøëá úåàîéí';
|
||||||
|
$zmSlangFilterDeleteEvents = 'îç÷ úåàîéí';
|
||||||
|
$zmSlangFilterEmailEvents = 'ùìç ãåàø ùì ëì äúåàîéí';
|
||||||
|
$zmSlangFilterExecuteEvents = 'Execute command on all matches';
|
||||||
|
$zmSlangFilterMessageEvents = 'Message details of all matches';
|
||||||
|
$zmSlangFilterPx = 'Filter Px';
|
||||||
|
$zmSlangFilters = 'îñððéí';
|
||||||
|
$zmSlangFilterUnset = 'òìéê ìöééï øåçá åâåáä îñðï';
|
||||||
|
$zmSlangFilterUploadEvents = 'òìä àú ëì äúåàîéí';
|
||||||
|
$zmSlangFilterVideoEvents = 'öåø åéãàå ìëì äúåàîéí';
|
||||||
|
$zmSlangFirst = 'äøàùåï';
|
||||||
|
$zmSlangFlippedHori = 'Flipped Horizontally';
|
||||||
|
$zmSlangFlippedVert = 'Flipped Vertically';
|
||||||
|
$zmSlangFocus = 'äúî÷ã';
|
||||||
|
$zmSlangForceAlarm = 'äëøç àæò÷ä';
|
||||||
|
$zmSlangFormat = 'úáðéú';
|
||||||
|
$zmSlangFPS = 'fps';
|
||||||
|
$zmSlangFPSReportInterval = 'FPS Report Interval';
|
||||||
|
$zmSlangFrame = 'ôøééí';
|
||||||
|
$zmSlangFrameId = 'Frame Id';
|
||||||
|
$zmSlangFrameRate = 'Frame Rate';
|
||||||
|
$zmSlangFrames = 'ôøééîéí';
|
||||||
|
$zmSlangFrameSkip = 'ãìâ ôøééí';
|
||||||
|
$zmSlangFTP = 'FTP';
|
||||||
|
$zmSlangFunc = 'ôåð÷';
|
||||||
|
$zmSlangFunction = 'ôåð÷öéä';
|
||||||
|
$zmSlangGain = 'Gain';
|
||||||
|
$zmSlangGeneral = 'ëììé';
|
||||||
|
$zmSlangGenerateVideo = 'öåø åéãàå';
|
||||||
|
$zmSlangGeneratingVideo = 'îééöø åéãàå';
|
||||||
|
$zmSlangGoToZoneMinder = 'á÷ø ZoneMinder.com';
|
||||||
|
$zmSlangGrey = 'àôåø';
|
||||||
|
$zmSlangGroup = '÷áåöä';
|
||||||
|
$zmSlangGroups = '÷áåöåú';
|
||||||
|
$zmSlangHasFocusSpeed = 'Has Focus Speed';
|
||||||
|
$zmSlangHasGainSpeed = 'Has Gain Speed';
|
||||||
|
$zmSlangHasHomePreset = 'Has Home Preset';
|
||||||
|
$zmSlangHasIrisSpeed = 'Has Iris Speed';
|
||||||
|
$zmSlangHasPanSpeed = 'Has Pan Speed';
|
||||||
|
$zmSlangHasPresets = 'Has Presets';
|
||||||
|
$zmSlangHasTiltSpeed = 'Has Tilt Speed';
|
||||||
|
$zmSlangHasTurboPan = 'Has Turbo Pan';
|
||||||
|
$zmSlangHasTurboTilt = 'Has Turbo Tilt';
|
||||||
|
$zmSlangHasWhiteSpeed = 'Has White Bal. Speed';
|
||||||
|
$zmSlangHasZoomSpeed = 'Has Zoom Speed';
|
||||||
|
$zmSlangHighBW = 'âáåä ø/ô';
|
||||||
|
$zmSlangHigh = 'âáåä';
|
||||||
|
$zmSlangHome = 'áéú';
|
||||||
|
$zmSlangHour = 'ùòä';
|
||||||
|
$zmSlangHue = 'Hue';
|
||||||
|
$zmSlangId = 'æéäåé';
|
||||||
|
$zmSlangIdle = 'äîúðä';
|
||||||
|
$zmSlangIgnore = 'äúòìí';
|
||||||
|
$zmSlangImageBufferSize = 'Image Buffer Size (frames)';
|
||||||
|
$zmSlangImage = 'úîåðä';
|
||||||
|
$zmSlangImages = 'úîåðåú';
|
||||||
|
$zmSlangInclude = 'ëìåì';
|
||||||
|
$zmSlangIn = 'áúåê';
|
||||||
|
$zmSlangInverted = 'äôåê';
|
||||||
|
$zmSlangIris = 'Iris';
|
||||||
|
$zmSlangKeyString = 'îçøåæú úåéí';
|
||||||
|
$zmSlangLabel = 'úååéú';
|
||||||
|
$zmSlangLanguage = 'ùôä';
|
||||||
|
$zmSlangLast = 'àçøåï';
|
||||||
|
$zmSlangLimitResultsPost = 'úåöàåú áìáã;'; // This is used at the end of the phrase 'Limit to first N results only'
|
||||||
|
$zmSlangLimitResultsPre = 'äâáì ìøàùåï'; // This is used at the beginning of the phrase 'Limit to first N results only'
|
||||||
|
$zmSlangLinkedMonitors = 'îåðéèåøéí î÷åùøéí';
|
||||||
|
$zmSlangList = 'øùéîä';
|
||||||
|
$zmSlangLoad = 'èòï';
|
||||||
|
$zmSlangLocal = 'î÷åîé';
|
||||||
|
$zmSlangLoggedInAs = 'äúçáø ë';
|
||||||
|
$zmSlangLoggingIn = 'îúçáø';
|
||||||
|
$zmSlangLogin = 'äúçáø';
|
||||||
|
$zmSlangLogout = 'äúðú÷';
|
||||||
|
$zmSlangLowBW = 'ðîåê ø/ô';
|
||||||
|
$zmSlangLow = 'ðîåê';
|
||||||
|
$zmSlangMain = 'îøëæé';
|
||||||
|
$zmSlangMan = 'îãøéê';
|
||||||
|
$zmSlangManual = 'îãøéê';
|
||||||
|
$zmSlangMark = 'ñîï';
|
||||||
|
$zmSlangMaxBandwidth = 'øåçá ôñ î÷ñ';
|
||||||
|
$zmSlangMaxBrScore = 'ðé÷åã<br/>î÷ñéîìé';
|
||||||
|
$zmSlangMaxFocusRange = 'Max Focus Range';
|
||||||
|
$zmSlangMaxFocusSpeed = 'Max Focus Speed';
|
||||||
|
$zmSlangMaxFocusStep = 'Max Focus Step';
|
||||||
|
$zmSlangMaxGainRange = 'Max Gain Range';
|
||||||
|
$zmSlangMaxGainSpeed = 'Max Gain Speed';
|
||||||
|
$zmSlangMaxGainStep = 'Max Gain Step';
|
||||||
|
$zmSlangMaximumFPS = 'Maximum FPS';
|
||||||
|
$zmSlangMaxIrisRange = 'Max Iris Range';
|
||||||
|
$zmSlangMaxIrisSpeed = 'Max Iris Speed';
|
||||||
|
$zmSlangMaxIrisStep = 'Max Iris Step';
|
||||||
|
$zmSlangMax = 'î÷ñ';
|
||||||
|
$zmSlangMaxPanRange = 'Max Pan Range';
|
||||||
|
$zmSlangMaxPanSpeed = 'Max Pan Speed';
|
||||||
|
$zmSlangMaxPanStep = 'Max Pan Step';
|
||||||
|
$zmSlangMaxTiltRange = 'Max Tilt Range';
|
||||||
|
$zmSlangMaxTiltSpeed = 'Max Tilt Speed';
|
||||||
|
$zmSlangMaxTiltStep = 'Max Tilt Step';
|
||||||
|
$zmSlangMaxWhiteRange = 'Max White Bal. Range';
|
||||||
|
$zmSlangMaxWhiteSpeed = 'Max White Bal. Speed';
|
||||||
|
$zmSlangMaxWhiteStep = 'Max White Bal. Step';
|
||||||
|
$zmSlangMaxZoomRange = 'Max Zoom Range';
|
||||||
|
$zmSlangMaxZoomSpeed = 'Max Zoom Speed';
|
||||||
|
$zmSlangMaxZoomStep = 'Max Zoom Step';
|
||||||
|
$zmSlangMediumBW = 'Medium B/W';
|
||||||
|
$zmSlangMedium = 'áéðåðé';
|
||||||
|
$zmSlangMinAlarmAreaLtMax = 'Minimum alarm area should be less than maximum';
|
||||||
|
$zmSlangMinAlarmAreaUnset = 'You must specify the minimum alarm pixel count';
|
||||||
|
$zmSlangMinBlobAreaLtMax = 'Minimum blob area should be less than maximum';
|
||||||
|
$zmSlangMinBlobAreaUnset = 'You must specify the minimum blob pixel count';
|
||||||
|
$zmSlangMinBlobLtMinFilter = 'Minimum blob area should be less than or equal to minimum filter area';
|
||||||
|
$zmSlangMinBlobsLtMax = 'Minimum blobs should be less than maximum';
|
||||||
|
$zmSlangMinBlobsUnset = 'You must specify the minimum blob count';
|
||||||
|
$zmSlangMinFilterAreaLtMax = 'Minimum filter area should be less than maximum';
|
||||||
|
$zmSlangMinFilterAreaUnset = 'You must specify the minimum filter pixel count';
|
||||||
|
$zmSlangMinFilterLtMinAlarm = 'Minimum filter area should be less than or equal to minimum alarm area';
|
||||||
|
$zmSlangMinFocusRange = 'Min Focus Range';
|
||||||
|
$zmSlangMinFocusSpeed = 'Min Focus Speed';
|
||||||
|
$zmSlangMinFocusStep = 'Min Focus Step';
|
||||||
|
$zmSlangMinGainRange = 'Min Gain Range';
|
||||||
|
$zmSlangMinGainSpeed = 'Min Gain Speed';
|
||||||
|
$zmSlangMinGainStep = 'Min Gain Step';
|
||||||
|
$zmSlangMinIrisRange = 'Min Iris Range';
|
||||||
|
$zmSlangMinIrisSpeed = 'Min Iris Speed';
|
||||||
|
$zmSlangMinIrisStep = 'Min Iris Step';
|
||||||
|
$zmSlangMinPanRange = 'Min Pan Range';
|
||||||
|
$zmSlangMinPanSpeed = 'Min Pan Speed';
|
||||||
|
$zmSlangMinPanStep = 'Min Pan Step';
|
||||||
|
$zmSlangMinPixelThresLtMax = 'Minimum pixel threshold should be less than maximum';
|
||||||
|
$zmSlangMinPixelThresUnset = 'You must specify a minimum pixel threshold';
|
||||||
|
$zmSlangMinTiltRange = 'Min Tilt Range';
|
||||||
|
$zmSlangMinTiltSpeed = 'Min Tilt Speed';
|
||||||
|
$zmSlangMinTiltStep = 'Min Tilt Step';
|
||||||
|
$zmSlangMinWhiteRange = 'Min White Bal. Range';
|
||||||
|
$zmSlangMinWhiteSpeed = 'Min White Bal. Speed';
|
||||||
|
$zmSlangMinWhiteStep = 'Min White Bal. Step';
|
||||||
|
$zmSlangMinZoomRange = 'Min Zoom Range';
|
||||||
|
$zmSlangMinZoomSpeed = 'Min Zoom Speed';
|
||||||
|
$zmSlangMinZoomStep = 'Min Zoom Step';
|
||||||
|
$zmSlangMisc = 'Misc';
|
||||||
|
$zmSlangMonitorIds = 'Monitor Ids';
|
||||||
|
$zmSlangMonitor = 'îåðéèåø';
|
||||||
|
$zmSlangMonitorPresetIntro = '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>';
|
||||||
|
$zmSlangMonitorPreset = 'Monitor Preset';
|
||||||
|
$zmSlangMonitors = 'îåðéèåøéí';
|
||||||
|
$zmSlangMontage = 'Montage';
|
||||||
|
$zmSlangMonth = 'çåãù';
|
||||||
|
$zmSlangMove = 'äææ';
|
||||||
|
$zmSlangMustBeGe = 'must be greater than or equal to';
|
||||||
|
$zmSlangMustBeLe = 'must be less than or equal to';
|
||||||
|
$zmSlangMustConfirmPassword = 'You must confirm the password';
|
||||||
|
$zmSlangMustSupplyPassword = 'You must supply a password';
|
||||||
|
$zmSlangMustSupplyUsername = 'You must supply a username';
|
||||||
|
$zmSlangName = 'ùí';
|
||||||
|
$zmSlangNear = 'ìéã';
|
||||||
|
$zmSlangNetwork = 'øùú';
|
||||||
|
$zmSlangNewGroup = '÷áåöä çãùä';
|
||||||
|
$zmSlangNewLabel = 'úååéú çãùä';
|
||||||
|
$zmSlangNew = 'çãù';
|
||||||
|
$zmSlangNewPassword = 'ñéñîà çãùä';
|
||||||
|
$zmSlangNewState = 'îöá çãù';
|
||||||
|
$zmSlangNewUser = 'îùúîù çãù';
|
||||||
|
$zmSlangNext = 'äáà';
|
||||||
|
$zmSlangNoFramesRecorded = 'There are no frames recorded for this event';
|
||||||
|
$zmSlangNoGroup = 'ììà ÷áåöä';
|
||||||
|
$zmSlangNoneAvailable = 'áìúé æîéï';
|
||||||
|
$zmSlangNone = 'øé÷';
|
||||||
|
$zmSlangNo = 'ìà';
|
||||||
|
$zmSlangNormal = 'ðåøîìé';
|
||||||
|
$zmSlangNoSavedFilters = 'NoSavedFilters';
|
||||||
|
$zmSlangNoStatisticsRecorded = 'There are no statistics recorded for this event/frame';
|
||||||
|
$zmSlangNotes = 'Notes';
|
||||||
|
$zmSlangNumPresets = 'Num Presets';
|
||||||
|
$zmSlangOff = 'ëáåé';
|
||||||
|
$zmSlangOn = 'ãìå÷';
|
||||||
|
$zmSlangOpen = 'ôúç';
|
||||||
|
$zmSlangOpEq = 'ùååä ì';
|
||||||
|
$zmSlangOpGtEq = 'greater than or equal to';
|
||||||
|
$zmSlangOpGt = 'âãåì î';
|
||||||
|
$zmSlangOpIn = 'in set';
|
||||||
|
$zmSlangOpLtEq = 'less than or equal to';
|
||||||
|
$zmSlangOpLt = 'ôçåú î';
|
||||||
|
$zmSlangOpMatches = 'matches';
|
||||||
|
$zmSlangOpNe = 'àéðå ùååä';
|
||||||
|
$zmSlangOpNotIn = 'not in set';
|
||||||
|
$zmSlangOpNotMatches = 'àéðå úåàí';
|
||||||
|
$zmSlangOptionHelp = 'OptionHelp';
|
||||||
|
$zmSlangOptionRestartWarning = '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.';
|
||||||
|
$zmSlangOptions = 'àôùøåéåú';
|
||||||
|
$zmSlangOrder = 'îéåï';
|
||||||
|
$zmSlangOrEnterNewName = 'or enter new name';
|
||||||
|
$zmSlangOrientation = 'Orientation';
|
||||||
|
$zmSlangOut = 'Out';
|
||||||
|
$zmSlangOverwriteExisting = 'Overwrite Existing';
|
||||||
|
$zmSlangPaged = 'Paged';
|
||||||
|
$zmSlangPanLeft = 'Pan Left';
|
||||||
|
$zmSlangPan = 'Pan';
|
||||||
|
$zmSlangPanRight = 'Pan Right';
|
||||||
|
$zmSlangPanTilt = 'Pan/Tilt';
|
||||||
|
$zmSlangParameter = 'ôøîèø';
|
||||||
|
$zmSlangPassword = 'ñéñîà';
|
||||||
|
$zmSlangPasswordsDifferent = 'The new and confirm passwords are different';
|
||||||
|
$zmSlangPaths = 'ðúéáéí';
|
||||||
|
$zmSlangPhoneBW = 'ø/ô èìôåï';
|
||||||
|
$zmSlangPhone = 'èìôåï';
|
||||||
|
$zmSlangPixelDiff = 'Pixel Diff';
|
||||||
|
$zmSlangPixels = 'ôé÷ñìéí';
|
||||||
|
$zmSlangPlayAll = 'ðâï äëì';
|
||||||
|
$zmSlangPleaseWait = 'äîúï áá÷ùä';
|
||||||
|
$zmSlangPoint = 'ð÷åãä';
|
||||||
|
$zmSlangPostEventImageBuffer = 'Post Event Image Buffer';
|
||||||
|
$zmSlangPreEventImageBuffer = 'Pre Event Image Buffer';
|
||||||
|
$zmSlangPreset = 'Preset';
|
||||||
|
$zmSlangPresets = 'Presets';
|
||||||
|
$zmSlangPrev = 'ä÷åãí';
|
||||||
|
$zmSlangRate = 'ãéøåâ';
|
||||||
|
$zmSlangReal = 'àîéúé';
|
||||||
|
$zmSlangRecord = 'ä÷ìèä';
|
||||||
|
$zmSlangRefImageBlendPct = 'Reference Image Blend %ge';
|
||||||
|
$zmSlangRefresh = 'øòðåï';
|
||||||
|
$zmSlangRemoteHostName = 'ùí îàøç îøåç÷';
|
||||||
|
$zmSlangRemoteHostPath = 'ðúéá îàøç îøåç÷';
|
||||||
|
$zmSlangRemoteHostPort = 'ôåøè îàøç îøåç÷';
|
||||||
|
$zmSlangRemoteImageColours = 'Remote Image Colours';
|
||||||
|
$zmSlangRemote = 'îøåç÷';
|
||||||
|
$zmSlangRename = 'ùðä ùí';
|
||||||
|
$zmSlangReplay = 'ðâï ùåá';
|
||||||
|
$zmSlangResetEventCounts = 'Reset Event Counts';
|
||||||
|
$zmSlangReset = 'àôñ';
|
||||||
|
$zmSlangRestarting = 'îàúçì';
|
||||||
|
$zmSlangRestart = 'àúçì';
|
||||||
|
$zmSlangRestrictedCameraIds = 'Restricted Camera Ids';
|
||||||
|
$zmSlangRestrictedMonitors = 'Restricted Monitors';
|
||||||
|
$zmSlangReturnDelay = 'çæøä îäùäéä';
|
||||||
|
$zmSlangReturnLocation = 'îé÷åí çæøä';
|
||||||
|
$zmSlangRotateLeft = 'ñåáá ùîàìä';
|
||||||
|
$zmSlangRotateRight = 'ñåáá éîéðä';
|
||||||
|
$zmSlangRunMode = 'öåøú øéöä';
|
||||||
|
$zmSlangRunning = 'îøéõ';
|
||||||
|
$zmSlangRunState = 'îöá øéöä';
|
||||||
|
$zmSlangSaveAs = 'ùîåø áùí';
|
||||||
|
$zmSlangSaveFilter = 'ùîåø îñðï';
|
||||||
|
$zmSlangSave = 'ùîåø';
|
||||||
|
$zmSlangScale = 'ñ÷àìä';
|
||||||
|
$zmSlangScore = 'ðé÷åã';
|
||||||
|
$zmSlangSecs = 'ùðéåú';
|
||||||
|
$zmSlangSectionlength = 'àåøê ÷èò';
|
||||||
|
$zmSlangSelectMonitors = 'áçø îåðéèåøéí';
|
||||||
|
$zmSlangSelect = 'áçø';
|
||||||
|
$zmSlangSelfIntersecting = 'Polygon edges must not intersect';
|
||||||
|
$zmSlangSetLearnPrefs = 'Set Learn Prefs'; // This can be ignored for now
|
||||||
|
$zmSlangSetNewBandwidth = 'Set New Bandwidth';
|
||||||
|
$zmSlangSetPreset = 'Set Preset';
|
||||||
|
$zmSlangSet = '÷áò';
|
||||||
|
$zmSlangSettings = 'äâãøåú';
|
||||||
|
$zmSlangShowFilterWindow = 'Show Filter Window';
|
||||||
|
$zmSlangShowTimeline = 'Show Timeline';
|
||||||
|
$zmSlangSize = 'âåãì';
|
||||||
|
$zmSlangSleep = 'ùéðä';
|
||||||
|
$zmSlangSortAsc = 'Asc';
|
||||||
|
$zmSlangSortBy = 'Sort by';
|
||||||
|
$zmSlangSortDesc = 'Desc';
|
||||||
|
$zmSlangSource = 'î÷åø';
|
||||||
|
$zmSlangSourceType = 'ñåâ î÷åø';
|
||||||
|
$zmSlangSpeedHigh = 'îäéøåú âáåää';
|
||||||
|
$zmSlangSpeedLow = 'îäéøåú ðîåëä';
|
||||||
|
$zmSlangSpeedMedium = 'îöìîä áéðåðéú';
|
||||||
|
$zmSlangSpeed = 'îäéøåú';
|
||||||
|
$zmSlangSpeedTurbo = 'îäéøåú èåøáå';
|
||||||
|
$zmSlangStart = 'äúçì';
|
||||||
|
$zmSlangState = 'îöá';
|
||||||
|
$zmSlangStats = 'îöáéí';
|
||||||
|
$zmSlangStatus = 'ñèèåñ';
|
||||||
|
$zmSlangStepLarge = 'öòã âãåì';
|
||||||
|
$zmSlangStepMedium = 'öòã áéðåðé';
|
||||||
|
$zmSlangStepNone = 'àì úöòã';
|
||||||
|
$zmSlangStepSmall = 'öòã ÷èï';
|
||||||
|
$zmSlangStep = 'öòã';
|
||||||
|
$zmSlangStills = 'ñèéìñ';
|
||||||
|
$zmSlangStopped = 'ðòöø';
|
||||||
|
$zmSlangStop = 'òöåø';
|
||||||
|
$zmSlangStream = 'ñèøéí';
|
||||||
|
$zmSlangSubmit = 'Submit';
|
||||||
|
$zmSlangSystem = 'îòøëú';
|
||||||
|
$zmSlangTele = 'èì';
|
||||||
|
$zmSlangThumbnail = 'Thumbnail';
|
||||||
|
$zmSlangTilt = 'Tilt';
|
||||||
|
$zmSlangTimeDelta = 'ùéðåé áæîï';
|
||||||
|
$zmSlangTimeline = '÷å æîï';
|
||||||
|
$zmSlangTimestampLabelFormat = 'Timestamp Label Format';
|
||||||
|
$zmSlangTimestampLabelX = 'Timestamp Label X';
|
||||||
|
$zmSlangTimestampLabelY = 'Timestamp Label Y';
|
||||||
|
$zmSlangTimestamp = 'çåúîú æîï';
|
||||||
|
$zmSlangTimeStamp = 'çåúîú æîï';
|
||||||
|
$zmSlangTime = 'æîï';
|
||||||
|
$zmSlangToday = 'äéåí';
|
||||||
|
$zmSlangTools = 'ëìéí';
|
||||||
|
$zmSlangTotalBrScore = 'ñê<br/>ðé÷åã';
|
||||||
|
$zmSlangTrackDelay = 'Track Delay';
|
||||||
|
$zmSlangTrackMotion = 'Track Motion';
|
||||||
|
$zmSlangTriggers = 'èøéâøéí';
|
||||||
|
$zmSlangTurboPanSpeed = 'Turbo Pan Speed';
|
||||||
|
$zmSlangTurboTiltSpeed = 'Turbo Tilt Speed';
|
||||||
|
$zmSlangType = 'ñåâ';
|
||||||
|
$zmSlangUnarchive = 'áìúé àøëéá';
|
||||||
|
$zmSlangUnits = 'éçéãåú';
|
||||||
|
$zmSlangUnknown = 'áìúé éãåò';
|
||||||
|
$zmSlangUpdateAvailable = 'òãëåï ìæåï-îéðãø àôùøé.';
|
||||||
|
$zmSlangUpdateNotNecessary = 'òãëåï àéðå äëøçé.';
|
||||||
|
$zmSlangUpdate = 'òãëåï';
|
||||||
|
$zmSlangUseFilterExprsPost = ' filter expressions'; // This is used at the end of the phrase 'use N filter expressions'
|
||||||
|
$zmSlangUseFilterExprsPre = 'ùéîåù '; // This is used at the beginning of the phrase 'use N filter expressions'
|
||||||
|
$zmSlangUseFilter = 'ùéîåù áîñðï';
|
||||||
|
$zmSlangUsername = 'ùí îùúîù';
|
||||||
|
$zmSlangUsers = 'îùúîùéí';
|
||||||
|
$zmSlangUser = 'îùúîù';
|
||||||
|
$zmSlangValue = 'òøê';
|
||||||
|
$zmSlangVersionIgnore = 'äúòìí îâéøñä æå';
|
||||||
|
$zmSlangVersionRemindDay = 'äæëø ìé áòåã éåí àçã';
|
||||||
|
$zmSlangVersionRemindHour = 'äæëø ìé áòåã ùòä àçú';
|
||||||
|
$zmSlangVersionRemindNever = 'Don\'t remind about new versions';
|
||||||
|
$zmSlangVersionRemindWeek = 'Remind again in 1 week';
|
||||||
|
$zmSlangVersion = 'âéøñä';
|
||||||
|
$zmSlangVideoFormat = 'úáðéú åéãàå';
|
||||||
|
$zmSlangVideoGenFailed = 'Video Generation Failed!';
|
||||||
|
$zmSlangVideoGenFiles = 'Existing Video Files';
|
||||||
|
$zmSlangVideoGenNoFiles = 'No Video Files Found';
|
||||||
|
$zmSlangVideoGenParms = 'Video Generation Parameters';
|
||||||
|
$zmSlangVideoGenSucceeded = 'Video Generation Succeeded!';
|
||||||
|
$zmSlangVideoSize = 'âåãì åéãàå';
|
||||||
|
$zmSlangVideo = 'åéãàå';
|
||||||
|
$zmSlangViewAll = 'äöâ äëì';
|
||||||
|
$zmSlangViewEvent = 'äöâ àéøåò';
|
||||||
|
$zmSlangViewPaged = 'View Paged';
|
||||||
|
$zmSlangView = 'äöâ';
|
||||||
|
$zmSlangWake = 'äòø';
|
||||||
|
$zmSlangWarmupFrames = 'Warmup Frames';
|
||||||
|
$zmSlangWatch = 'öôä';
|
||||||
|
$zmSlangWebColour = 'öáò àéðèøðè';
|
||||||
|
$zmSlangWeb = 'àéðèøðè';
|
||||||
|
$zmSlangWeek = 'ùáåò';
|
||||||
|
$zmSlangWhiteBalance = 'White Balance';
|
||||||
|
$zmSlangWhite = 'ìáï';
|
||||||
|
$zmSlangWide = 'øçá';
|
||||||
|
$zmSlangX10ActivationString = 'X10 Activation String';
|
||||||
|
$zmSlangX10InputAlarmString = 'X10 Input Alarm String';
|
||||||
|
$zmSlangX10OutputAlarmString = 'X10 Output Alarm String';
|
||||||
|
$zmSlangX10 = 'X10';
|
||||||
|
$zmSlangX = 'X';
|
||||||
|
$zmSlangYes = 'ëï';
|
||||||
|
$zmSlangYouNoPerms = 'àéï ìê äøùàä ìäéëðñ ìî÷åø æä.';
|
||||||
|
$zmSlangY = 'Y';
|
||||||
|
$zmSlangZoneAlarmColour = 'Alarm Colour (Red/Green/Blue)';
|
||||||
|
$zmSlangZoneArea = 'Zone Area';
|
||||||
|
$zmSlangZoneFilterSize = 'Filter Width/Height (pixels)';
|
||||||
|
$zmSlangZoneMinMaxAlarmArea = 'Min/Max Alarmed Area';
|
||||||
|
$zmSlangZoneMinMaxBlobArea = 'Min/Max Blob Area';
|
||||||
|
$zmSlangZoneMinMaxBlobs = 'Min/Max Blobs';
|
||||||
|
$zmSlangZoneMinMaxFiltArea = 'Min/Max Filtered Area';
|
||||||
|
$zmSlangZoneMinMaxPixelThres = 'Min/Max Pixel Threshold (0-255)';
|
||||||
|
$zmSlangZones = 'àæåøéí';
|
||||||
|
$zmSlangZone = 'àæåø';
|
||||||
|
$zmSlangZoomIn = 'æåí ôðéîä';
|
||||||
|
$zmSlangZoomOut = 'æåí äçåöä';
|
||||||
|
$zmSlangZoom = 'æåí';
|
||||||
|
|
||||||
|
// Complex replacements with formatting and/or placements, must be passed through sprintf
|
||||||
|
$zmClangCurrentLogin = 'Current login is \'%1$s\'';
|
||||||
|
$zmClangEventCount = '%1$s %2$s'; // For example '37 Events' (from Vlang below)
|
||||||
|
$zmClangLastEvents = 'Last %1$s %2$s'; // For example 'Last 37 Events' (from Vlang below)
|
||||||
|
$zmClangLatestRelease = 'The latest release is v%1$s, you have v%2$s.';
|
||||||
|
$zmClangMonitorCount = '%1$s %2$s'; // For example '4 Monitors' (from Vlang below)
|
||||||
|
$zmClangMonitorFunction = 'Monitor %1$s Function';
|
||||||
|
$zmClangRunningRecentVer = 'You are running the most recent version of ZoneMinder, v%s.';
|
||||||
|
|
||||||
|
// 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
|
||||||
|
$zmVlangEvent = array( 0=>'Events', 1=>'Event', 2=>'Events' );
|
||||||
|
$zmVlangMonitor = 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( $lang_var_array, $count )
|
||||||
|
{
|
||||||
|
krsort( $lang_var_array );
|
||||||
|
foreach ( $lang_var_array 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( $lang_var_array, $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( $lang_var_array[1] );
|
||||||
|
// }
|
||||||
|
// switch ( $lastdigit )
|
||||||
|
// {
|
||||||
|
// case 0 :
|
||||||
|
// case 5 :
|
||||||
|
// case 6 :
|
||||||
|
// case 7 :
|
||||||
|
// case 8 :
|
||||||
|
// case 9 :
|
||||||
|
// {
|
||||||
|
// return( $lang_var_array[1] );
|
||||||
|
// break;
|
||||||
|
// }
|
||||||
|
// case 1 :
|
||||||
|
// {
|
||||||
|
// return( $lang_var_array[2] );
|
||||||
|
// break;
|
||||||
|
// }
|
||||||
|
// case 2 :
|
||||||
|
// case 3 :
|
||||||
|
// case 4 :
|
||||||
|
// {
|
||||||
|
// return( $lang_var_array[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 of $zmOlangPrompt<option> and $zmOlangHelp<option>
|
||||||
|
// where <option> represents the option name minus the initial ZM_
|
||||||
|
// So for example, to override the help text for ZM_LANG_DEFAULT do
|
||||||
|
//$zmOlangPromptLANG_DEFAULT = "This is a new prompt for this option";
|
||||||
|
//$zmOlangHelpLANG_DEFAULT = "This is some new help for this option which will be displayed in the popup window when the ? is clicked";
|
||||||
|
//
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue