zoneminder/web/zm_lang_ja_jp.php

498 lines
23 KiB
PHP
Raw Normal View History

<?php
//
// ZoneMinder web Japanese language file, $Date$, $Revision$
// Copyright (C) 2003 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 Japanese Translation by Andrew Arkley
// Notes for Translators
// 0. Get some credit, put your name in the line above (optional)
// 1. When composing the language tokens in your language you should try and keep to roughly the
// same length text if possible. Abbreviate where necessary as spacing is quite close in a number of places.
// 2. There are four types of string replacement
// a) Simple replacements are words or short phrases that are static and used directly. This type of
// replacement can be used 'as is'.
// b) Complex replacements involve some dynamic element being included and so may require substitution
// or changing into a different order. The token listed in this file will be passed through sprintf as
// a formatting string. If the dynamic element is a number you will usually need to use a variable
// replacement also as described below.
// c) Variable replacements are used in conjunction with complex replacements and involve the generation
// of a singular or plural noun depending on the number passed into the zmVlang function. See the
// the zmVlang section below for a further description of this.
// d) Optional strings which can be used to replace the prompts and/or help text for the Options section
// of the web interface. These are not listed below as they are quite large and held in the database
// so that they can also be used by the zmconfig.pl script. However you can build up your own list
// quite easily from the Config table in the database if necessary.
// 3. The tokens listed below are not used to build up phrases or sentences from single words. Therefore
// you can safely assume that a single word token will only be used in that context.
// 4. In new language files, or if you are changing only a few words or phrases it makes sense from a
// maintenance point of view to include the original language file and override the old definitions rather
// than copy all the language tokens across. To do this change the line below to whatever your base language
// is and uncomment it.
// require_once( 'zm_lang_en_gb.php' );
// You may need to change the character set here, if your web server does not already
// do this by default, uncomment this if required.
//
// Example
// header( "Content-Type: text/html; charset=iso-8859-1" );
// You may need to change your locale here if your default one is incorrect for the
// language described in this file, or if you have multiple languages supported.
// If you do need to change your locale, be aware that the format of this function
// is subtlely different in versions of PHP before and after 4.3.0, see
// http://uk2.php.net/manual/en/function.setlocale.php for details.
// Also be aware that changing the whole locale may affect some floating point or decimal
// arithmetic in the database, if this is the case change only the individual locale areas
// that don't affect this rather than all at once. See the examples below.
// Finally, depending on your setup, PHP may not enjoy have multiple locales in a shared
// threaded environment, if you get funny errors it may be this.
//
// Examples
// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
// setlocale( LC_ALL, 'en_GB' ); All locale settings 4.3.0 and after
// setlocale( LC_CTYPE, 'en_GB' ); Character class settings 4.3.0 and after
// setlocale( LC_TIME, 'en_GB' ); Date and time formatting 4.3.0 and after
// Simple String Replacements
$zmSlang24BitColour = '24<32>ޯĶװ';
$zmSlang8BitGrey = '8<>ޯĔZ<C494>W<EFBFBD>摜';
$zmSlangActual = '<27><><EFBFBD><EFBFBD><EFBFBD>p';
$zmSlangAddNewMonitor = '<27><><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD>';
$zmSlangAddNewUser = 'հ<>ޒlj<DE92>';
$zmSlangAddNewZone = '<27>ްݒlj<DD92>';
$zmSlangAlarmBrFrames = '<27>װ<EFBFBD><br/><3E>ڰ<EFBFBD>';
$zmSlangAlarmFrame = '<27>װ<EFBFBD> <20>ڰ<EFBFBD>';
$zmSlangAlarmLimits = '<27>װь<D7B0><D18C>x';
$zmSlangAlarm = '<27>װ<EFBFBD>';
$zmSlangAlarmPx = '<27>װ<EFBFBD> Px';
$zmSlangAlert = '<27>x<EFBFBD><78>';
$zmSlangAll = '<27>S<EFBFBD><53>';
$zmSlangApplyingStateChange = '<27>ύX<CF8D>K<EFBFBD>p<EFBFBD><70>';
$zmSlangApply = '<27>K<EFBFBD>p';
$zmSlangArchArchived = '<27>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD>̂<EFBFBD>';
$zmSlangArchive = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangArchUnarchived = '<27>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD>ȊO<C88A>̂<EFBFBD>';
$zmSlangAttrAlarmFrames = '<27>װ<EFBFBD> <20>ڰ<EFBFBD>';
$zmSlangAttrArchiveStatus = '<27>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangAttrAvgScore = '<27><><EFBFBD>Ͻ<EFBFBD><CFBD><EFBFBD>';
$zmSlangAttrDateTime = '<27><><EFBFBD><EFBFBD>';
$zmSlangAttrDate = '<27><><EFBFBD>t';
$zmSlangAttrDuration = '<27>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangAttrFrames = '<27>ڰ<EFBFBD>';
$zmSlangAttrMaxScore = '<27>ō<EFBFBD><C58D><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangAttrMonitorId = '<27><><EFBFBD><EFBFBD> Id';
$zmSlangAttrMonitorName = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD>O';
$zmSlangAttrTime = '<27><><EFBFBD><EFBFBD>';
$zmSlangAttrTotalScore = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>';
$zmSlangAttrWeekday = '<27>j<EFBFBD><6A>';
$zmSlangAutoArchiveEvents = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۑ<EFBFBD>';
$zmSlangAutoDeleteEvents = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>폜';
$zmSlangAutoEmailEvents = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>ďڍׂ<DA8D><D782><EFBFBD><EFBFBD><EFBFBD>Ұ<EFBFBD>';
$zmSlangAutoMessageEvents = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>ďڍׂ<DA8D><D782><EFBFBD><EFBFBD><EFBFBD>ү<EFBFBD><D2AF><EFBFBD><EFBFBD>';
$zmSlangAutoUploadEvents = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۰<EFBFBD><DBB0>';
$zmSlangAvgBrScore = '<27><><EFBFBD><EFBFBD><br/><3E><><EFBFBD><EFBFBD>';
$zmSlangBadMonitorChars = '<27><><EFBFBD><EFBFBD><EFBFBD>̖<EFBFBD><CC96>O<EFBFBD>Ɏg<C98E><67><EFBFBD><EFBFBD><E995B6><EFBFBD>͏<EFBFBD><CD8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a-z<>A0-9<>A-<2D><>_<EFBFBD><5F><EFBFBD><EFBFBD><EFBFBD>ł<EFBFBD>';
$zmSlangBandwidth = '<27>ш敝';
$zmSlangBlobPx = '<27><><EFBFBD><EFBFBD><EFBFBD> Px';
$zmSlangBlobSizes = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$zmSlangBlobs = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangBrightness = '<27>P<EFBFBD>x';
$zmSlangBuffers = '<27>ޯ̧';
$zmSlangCancelForcedAlarm = '<27><><EFBFBD><EFBFBD><EFBFBD>װѷ<D7B0>ݾ<EFBFBD>';
$zmSlangCancel = '<27><>ݾ<EFBFBD>';
$zmSlangCaptureHeight = '<27><><EFBFBD><EFBFBD>ݍ<EFBFBD><DD8D><EFBFBD>';
$zmSlangCapturePalette = '<27><><EFBFBD><EFBFBD><E88D9E><EFBFBD><EFBFBD>گ<EFBFBD>';
$zmSlangCaptureWidth = '<27><><EFBFBD><EFBFBD>ݕ<EFBFBD>';
$zmSlangCheckAll = '<27>S<EFBFBD>đI<C491><49>';
$zmSlangCheckMethod = '<27>װ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@';
$zmSlangChooseFilter = <><CCA8><EFBFBD><EFBFBD>̑I<CC91><49>';
$zmSlangClose = '<27>‚<EFBFBD><C282><EFBFBD>';
$zmSlangColour = '<27>F';
$zmSlangConfiguredFor = '<27>ݒ<EFBFBD>:';
$zmSlangConfirmPassword = '<27>߽ܰ<DFBD>ނ̊m<CC8A>F';
$zmSlangConjAnd = '<27>y<EFBFBD><79>';
$zmSlangConjOr = '<27><><EFBFBD><EFBFBD>';
$zmSlangConsole = '<27>ݿ<EFBFBD><DDBF>';
$zmSlangContactAdmin = '<27>Ǘ<EFBFBD><C797>҂ɂ<D282><C982><EFBFBD><E282A2><EFBFBD><EFBFBD><ED82B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
$zmSlangContrast = '<27><><EFBFBD>׽<EFBFBD>';
$zmSlangCycleWatch = '<27><><EFBFBD>يώ@';
$zmSlangDay = '<27>j<EFBFBD><6A>';
$zmSlangDeleteAndNext = '<27><><EFBFBD><EFBFBD><EFBFBD>폜';
$zmSlangDeleteAndPrev = '<27>O<EFBFBD><4F><EFBFBD>폜';
$zmSlangDelete = '<27>폜';
$zmSlangDeleteSavedFilter = '<27>ۑ<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>̍폜';
$zmSlangDescription = '<27><><EFBFBD><EFBFBD>';
$zmSlangDeviceChannel = '<27><><EFBFBD>޲<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangDeviceFormat = '<27><><EFBFBD>޲<EFBFBD> ̫<>ϯ<EFBFBD> (0=PAL,1=NTSC <20><> )';
$zmSlangDeviceNumber = '<27><><EFBFBD>޲<EFBFBD><DEB2>ԍ<EFBFBD> (/dev/video?)';
$zmSlangDimensions = '<27><><EFBFBD>@';
$zmSlangDuration = '<27>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangEdit = '<27>ҏW';
$zmSlangEmail = <>';
$zmSlangEnabled = '<27>g<EFBFBD>p<EFBFBD>”\\';
$zmSlangEnterNewFilterName = '<27>V<EFBFBD><56><EFBFBD><EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̓<EFBFBD><CC93><EFBFBD>';
$zmSlangErrorBrackets = '<27>G<EFBFBD><47><EFBFBD>[<5B>A<EFBFBD>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>ʂƕ‚<C695><C282><EFBFBD><EFBFBD>ʂ̐<CA82><CC90><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD>̂<EFBFBD><CC82><EFBFBD><EFBFBD>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangError = '<27>G<EFBFBD><47><EFBFBD>[';
$zmSlangErrorValidValue = '<27>G<EFBFBD><47><EFBFBD>[<5B>A<EFBFBD>S<EFBFBD>Ă̍<C482><CC8D>̐<EFBFBD><CC90>l<EFBFBD><6C><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>ǂ<EFBFBD><C782><EFBFBD><EFBFBD><EFBFBD><EFBFBD>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangEtc = '<27><>';
$zmSlangEvent = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangEventFilter = '<27><><EFBFBD><EFBFBD><EFBFBD> ̨<><CCA8><EFBFBD>';
$zmSlangEvents = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangExclude = '<27>r<EFBFBD><72>';
$zmSlangFeed = '<27><><EFBFBD><EFBFBD><E88D9E>';
$zmSlangFilterPx = <><CCA8><EFBFBD> Px';
$zmSlangFirst = '<27>ŏ<EFBFBD>';
$zmSlangForceAlarm = '<27><><EFBFBD><EFBFBD><EFBFBD>װ<EFBFBD>';
$zmSlangFPS = 'fps';
$zmSlangFPSReportInterval = 'FPS<50>񍐊Ԋu';
$zmSlangFrameId = '<27>ڰ<EFBFBD> ID';
$zmSlangFrame = '<27>ڰ<EFBFBD>';
$zmSlangFrameRate = '<27>ڰ<EFBFBD>ڰ<EFBFBD>';
$zmSlangFrames = '<27>ڰ<EFBFBD>';
$zmSlangFrameSkip = '<27>ڰѽ<DAB0><D1BD><EFBFBD><EFBFBD>';
$zmSlangFTP = 'FTP';
$zmSlangFunc = '<27>@<40>\\';
$zmSlangFunction = '<27>@<40>\\';
$zmSlangGenerateVideo = '<27><><EFBFBD>޵<EFBFBD>̐<EFBFBD><CC90><EFBFBD>';
$zmSlangGeneratingVideo = '<27><><EFBFBD>޵<EFBFBD><DEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangGoToZoneMinder = 'ZoneMinder.com<6F>ɍs<C98D><73>';
$zmSlangGrey = '<27><>ڰ';
$zmSlangHigh = '<27><>';
$zmSlangHighBW = '<27><><EFBFBD>ш<EFBFBD>';
$zmSlangHour = '<27><>';
$zmSlangHue = '<27>F<EFBFBD><46>';
$zmSlangId = 'ID';
$zmSlangIdle = '<27>ҋ@<40><><EFBFBD><EFBFBD>';
$zmSlangIgnore = '<27><><EFBFBD><EFBFBD>';
$zmSlangImage = '<27>摜';
$zmSlangImageBufferSize = '<27><20>ޯ̧ <20><><EFBFBD><EFBFBD>';
$zmSlangInclude = '<27>g<EFBFBD>ݍ<EFBFBD><DD8D><EFBFBD>';
$zmSlangInverted = '<27><><EFBFBD>]';
$zmSlangLanguage = '<27><><EFBFBD><EFBFBD>';
$zmSlangLast = '<27>ŏI';
$zmSlangLocal = '۰<><DBB0>';
$zmSlangLoggedInAs = '۸޲ݍς<DD8D>:';
$zmSlangLoggingIn = '۸޲ݒ<DEB2>';
$zmSlangLogin = '۸޲<DBB8>';
$zmSlangLogout = '۸ޱ<DBB8><DEB1>';
$zmSlangLow = '<27><>';
$zmSlangLowBW = '<27><><EFBFBD>ш<EFBFBD>';
$zmSlangMark = '<27>I<EFBFBD><49>';
$zmSlangMax = '<27>ō<EFBFBD>';
$zmSlangMaxBrScore = '<27>ō<EFBFBD><br/><3E><><EFBFBD><EFBFBD>';
$zmSlangMaximumFPS = '<27>ō<EFBFBD> FPS';
$zmSlangMedium = '<27><>';
$zmSlangMediumBW = '<27><><EFBFBD>ш<EFBFBD>';
$zmSlangMinAlarmGeMinBlob = '<27>Œ<EFBFBD><C592>A<EFBFBD><41><EFBFBD>[<5B><><EFBFBD>s<EFBFBD>N<EFBFBD>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD>Œ<EFBFBD><C592>u<EFBFBD><75><EFBFBD>u<EFBFBD>s<EFBFBD>N<EFBFBD>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȏ<EFBFBD><C88F>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinAlarmGeMinFilter = '<27>Œ<EFBFBD><C592>A<EFBFBD><41><EFBFBD>[<5B><><EFBFBD>s<EFBFBD>N<EFBFBD>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD>Œ<EFBFBD><C592>t<EFBFBD>B<EFBFBD><42><EFBFBD>^<5E>[<5B>s<EFBFBD>N<EFBFBD>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȏ<EFBFBD><C88F>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinAlarmPixelsLtMax = '<27>Œ<EFBFBD><C592>װ<EFBFBD><D7B0>߸<EFBFBD>ق͍ō<CD8D><C58D>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinBlobAreaLtMax = '<27>Œ<EFBFBD><C592><EFBFBD>ۯ<EFBFBD>ޔ͈͍͂ō<CD8D><C58D>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinBlobsLtMax = '<27>Œ<EFBFBD><C592><EFBFBD>ۯ<EFBFBD>ސ<EFBFBD><DE90>͍ō<CD8D><C58D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinFilterPixelsLtMax = '<27>Œ<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>߸<EFBFBD>ِ<EFBFBD><D990>͍ō<CD8D><C58D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMinPixelThresLtMax = '<27>Œ<EFBFBD><C592>߸<EFBFBD><DFB8>臒l<E88792>͍ō<CD8D><C58D>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMisc = '<27><><EFBFBD>̑<EFBFBD>';
$zmSlangMonitorIds = '<27><><EFBFBD><EFBFBD> ID';
$zmSlangMonitor = '<27><><EFBFBD><EFBFBD>';
$zmSlangMonitors = '<27><><EFBFBD><EFBFBD>';
$zmSlangMontage = '<27><><EFBFBD><EFBFBD><EFBFBD>ޭ';
$zmSlangMonth = '<27><>';
$zmSlangMustBeGe = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȏ<EFBFBD><C88F>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMustBeLe = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD><C889>łȂ<C582><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>Ȃ<EFBFBD>';
$zmSlangMustConfirmPassword = '<27>p<EFBFBD>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD>̊m<CC8A>F<EFBFBD><46><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangMustSupplyPassword = '<27>p<EFBFBD>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangMustSupplyUsername = '<27><><EFBFBD>[<5B>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangName = '<27><><EFBFBD>O';
$zmSlangNetwork = <>ܰ<EFBFBD>';
$zmSlangNewPassword = '<27>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>߽ܰ<DFBD><DCB0>';
$zmSlangNewState = '<27>V<EFBFBD>K<EFBFBD><4B><EFBFBD><EFBFBD>';
$zmSlangNewUser = '<27>V<EFBFBD><56><EFBFBD><EFBFBD>հ<EFBFBD><D5B0>';
$zmSlangNew = '<27>V<EFBFBD>K';
$zmSlangNext = '<27><>';
$zmSlangNo = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangNoFramesRecorded = '<27><><EFBFBD>̲<EFBFBD><CCB2><EFBFBD>Ă<EFBFBD><C482>ڰт͓o<CD93>^<5E><><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangNoneAvailable = '<27><><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangNone = '<27><><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangNormal = '<27><><EFBFBD><EFBFBD>';
$zmSlangNoSavedFilters = '<27>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD>ꂽ̨<EA82BD><CCA8><EFBFBD><EFBFBD>͂<EFBFBD><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangNoStatisticsRecorded = '<27><><EFBFBD>̲<EFBFBD><CCB2><EFBFBD><EFBFBD>/<2F>ڰт̓<D182><CC93>v<EFBFBD>͓o<CD93>^<5E><><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangOpEq = '<27><><EFBFBD><EFBFBD>';
$zmSlangOpGt = '<27>ȉ<EFBFBD>';
$zmSlangOpGtEq = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȏ<EFBFBD>';
$zmSlangOpIn = '<27><>Ăɓ<C482><C993><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD>';
$zmSlangOpLt = '<27>ȉ<EFBFBD>';
$zmSlangOpLtEq = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȉ<EFBFBD>';
$zmSlangOpMatches = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>';
$zmSlangOpNe = '<27><><EFBFBD><EFBFBD><EFBFBD>łȂ<C582>';
$zmSlangOpNotIn = '<27><>Ăɓ<C482><C993><EFBFBD><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>';
$zmSlangOpNotMatches = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD>Ȃ<EFBFBD>';
$zmSlangOptionHelp = '<27><>߼<EFBFBD><DFBC> <20><><EFBFBD><EFBFBD>';
$zmSlangOptionRestartWarning = '<27><><EFBFBD>̕ύX<CF8D>͋N<CD8B><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>f<EFBFBD><66><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EA8D87><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B\n<>ύX<CF8D><58><EFBFBD>Ă<EFBFBD><C482><EFBFBD>ZoneMinder<65><72><EFBFBD>ċN<C48B><4E><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
$zmSlangOptions = '<27><>߼<EFBFBD><DFBC>';
$zmSlangOrEnterNewName = '<27><><EFBFBD>͐V<CD90><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangOrientation = '<27>ص<EFBFBD>ð<EFBFBD><C3B0><EFBFBD>';
$zmSlangOverwriteExisting = '<27><EFBFBD><E38F91><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>';
$zmSlangPaged = '<27>߰<EFBFBD>މ<EFBFBD>';
$zmSlangParameter = '<27><><EFBFBD>Ұ<EFBFBD>';
$zmSlangPassword = '<27>߽ܰ<DFBD><DCB0>';
$zmSlangPasswordsDifferent = '<27>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD>ƍē<C68D><C493>̓p<CD83>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD><76><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangPaths = '<27>߽';
$zmSlangPhoneBW = '<27>g<EFBFBD>їp';
$zmSlangPixels = '<27>߸<EFBFBD><DFB8>';
$zmSlangPleaseWait = '<27><><EFBFBD>҂<EFBFBD><D282><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangPostEventImageBuffer = '<27><><EFBFBD><EFBFBD><EFBFBD> <20>Ұ<EFBFBD><D2B0> <20>ޯ̧<DEAF><CCA7>';
$zmSlangPreEventImageBuffer = '<27><><EFBFBD><EFBFBD><EFBFBD> <20>Ұ<EFBFBD><D2B0> <20>ޯ̧<DEAF>O<';
$zmSlangPrev = '<27>O';
$zmSlangRate = <>';
$zmSlangReal = '<27><><EFBFBD><EFBFBD><EFBFBD>p';
$zmSlangRecord = '<27>^<5E><>';
$zmSlangRefImageBlendPct = '<27>Ұ<EFBFBD><D2B0> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>Q<EFBFBD><51> %';
$zmSlangRefresh = '<27>ŐV<C590>̏<EFBFBD><CC8F><EFBFBD><EFBFBD>ɍX<C98D>V';
$zmSlangRemoteHostName = '<27>Ӱ<EFBFBD> ν<> <20><>';
$zmSlangRemoteHostPath = '<27>Ӱ<EFBFBD> ν<> <20>߽';
$zmSlangRemoteHostPort = '<27>Ӱ<EFBFBD> ν<> <20>߰<EFBFBD>';
$zmSlangRemoteImageColours = '<27>Ӱ<EFBFBD> <20>Ұ<EFBFBD><D2B0> <20>װ';
$zmSlangRemote = '<27>Ӱ<EFBFBD>';
$zmSlangRename = '<27>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>‚<EFBFBD><C282><EFBFBD>';
$zmSlangReplay = '<27>Đ<EFBFBD>';
$zmSlangResetEventCounts = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ؾ<><D8BE>';
$zmSlangRestart = '<27>ċN<C48B><4E>';
$zmSlangRestarting = '<27>ċN<C48B><4E><EFBFBD><EFBFBD>';
$zmSlangRestrictedCameraIds = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EA82BD><EFBFBD> ID';
$zmSlangRotateLeft = '<27><><EFBFBD>ɉ<EFBFBD><C989>]';
$zmSlangRotateRight = '<27>E<EFBFBD>ɉ<EFBFBD><C989>]';
$zmSlangRunMode = '<27>N<EFBFBD><4E>Ӱ<EFBFBD><D3B0>';
$zmSlangRunning = '<27>N<EFBFBD><4E><EFBFBD><EFBFBD>';
$zmSlangRunState = '<27>N<EFBFBD><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangSaveAs = '<27><><EFBFBD>O<EFBFBD><4F><EFBFBD>‚<EFBFBD><C282>ĕۑ<C495>';
$zmSlangSaveFilter = <><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۑ<EFBFBD>';
$zmSlangSave = '<27>ۑ<EFBFBD>';
$zmSlangScale = '<27><><EFBFBD><EFBFBD>';
$zmSlangScore = '<27><><EFBFBD><EFBFBD>';
$zmSlangSecs = '<27>b';
$zmSlangSectionlength = '<27><><EFBFBD><EFBFBD>';
$zmSlangServerLoad = '<27><><EFBFBD>ް <20><><EFBFBD>S<EFBFBD><53>';
$zmSlangSetLearnPrefs = 'Set Learn Prefs'; // <20>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>ݒ<EFBFBD><DD92>̎<EFBFBD><CC8E><EFBFBD><EFBFBD>ۑ<EFBFBD><DB91>@This can be ignored for now
$zmSlangSetNewBandwidth = '<27>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>ш敝<D188>̐ݒ<CC90>';
$zmSlangSettings = '<27>ݒ<EFBFBD>';
$zmSlangShowFilterWindow = <><CCA8><EFBFBD> <20><><EFBFBD><EFBFBD>ް<EFBFBD>̕\<5C><>';
$zmSlangSource = '<27><><EFBFBD>';
$zmSlangSourceType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
$zmSlangStart = '<27><><EFBFBD><EFBFBD>';
$zmSlangState = '<27><><EFBFBD><EFBFBD>';
$zmSlangStats = '<27><><EFBFBD>v';
$zmSlangStatus = '<27><><EFBFBD><EFBFBD>';
$zmSlangStills = '<27><><EFBFBD>ى摜';
$zmSlangStop = '<27><><EFBFBD>~';
$zmSlangStopped = '<27><><EFBFBD>~<7E><><EFBFBD><EFBFBD>';
$zmSlangStream = '<27><>ذ<EFBFBD>';
$zmSlangSystem = '<27><><EFBFBD><EFBFBD>';
$zmSlangTimeDelta = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD>';
$zmSlangTime = '<27><><EFBFBD><EFBFBD>';
$zmSlangTimestamp = '<27><>ѽ<EFBFBD><D1BD><EFBFBD><EFBFBD>';
$zmSlangTimeStamp = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangTimestampLabelFormat = '<27><>ѽ<EFBFBD><D1BD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ̫<>ϯ<EFBFBD>';
$zmSlangTimestampLabelX = '<27><>ѽ<EFBFBD><D1BD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> X';
$zmSlangTimestampLabelY = '<27><>ѽ<EFBFBD><D1BD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> Y';
$zmSlangTools = <>';
$zmSlangTotalBrScore = '<27><><EFBFBD>v<br/><3E><><EFBFBD><EFBFBD>';
$zmSlangTriggers = '<27>ضް';
$zmSlangType = '<27><><EFBFBD><EFBFBD>';
$zmSlangUnarchive = '<27><><EFBFBD><EFBFBD>';
$zmSlangUnits = '<27>Ư<EFBFBD>';
$zmSlangUnknown = '<27>s<EFBFBD><73>';
$zmSlangUpdateAvailable = 'ZoneMinder<65>̱<EFBFBD><CCB1><EFBFBD><EFBFBD>ްĂ<DEB0><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>';
$zmSlangUpdateNotNecessary = '<27><><EFBFBD><EFBFBD><EFBFBD>ްĂ̕K<CC95>v<EFBFBD>͂<EFBFBD><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$zmSlangUseFilterExprsPost = '&nbsp;̨<><CCA8><EFBFBD><EFBFBD><EFBFBD>'; // This is used at the end of the phrase 'use N filter expressions'
$zmSlangUseFilterExprsPre = '<27>w<EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:&nbsp;'; // This is used at the beginning of the phrase 'use N filter expressions'
$zmSlangUseFilter = <><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangUsername = 'հ<>ޖ<EFBFBD>';
$zmSlangUser = 'հ<><D5B0>';
$zmSlangUsers = 'հ<><D5B0>';
$zmSlangValue = '<27><><EFBFBD>l';
$zmSlangVersion = '<27>ް<EFBFBD>ޮ<EFBFBD>';
$zmSlangVersionIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD>ް<EFBFBD>ޮ݂𖳎<DD82>';
$zmSlangVersionRemindDay = '1<><31><EFBFBD><EFBFBD><EFBFBD>ɍēx<C493>m<EFBFBD><EFBFBD><E782B9>';
$zmSlangVersionRemindHour = '1<><31><EFBFBD>Ԍ<EFBFBD><D48C>ɍēx<C493>m<EFBFBD><EFBFBD><E782B9>';
$zmSlangVersionRemindNever = '<27>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>ް<EFBFBD>ޮ݂̒m<CC92><EFBFBD>͕K<CD95>v<EFBFBD>Ȃ<EFBFBD>';
$zmSlangVersionRemindWeek = '1<>T<EFBFBD>Ԍ<EFBFBD><D48C>ɍēx<C493>m<EFBFBD><EFBFBD><E782B9>';
$zmSlangVideo = '<27><><EFBFBD>޵';
$zmSlangVideoGenFailed = '<27><><EFBFBD>޵<EFBFBD><DEB5><EFBFBD><EFBFBD><EFBFBD>̎<EFBFBD><CC8E>s<EFBFBD>I';
$zmSlangVideoGenParms = '<27><><EFBFBD>޵<EFBFBD><DEB5><EFBFBD><EFBFBD> <20><><EFBFBD>Ұ<EFBFBD>';
$zmSlangVideoSize = '<27><><EFBFBD>޵ <20><><EFBFBD><EFBFBD>';
$zmSlangView = '<27>\<5C><>';
$zmSlangViewAll = '<27>S<EFBFBD><53><EFBFBD>\<5C><>';
$zmSlangViewPaged = '<27>߰<EFBFBD>މ<EFBFBD><DE89>̕\<5C><>';
$zmSlangWarmupFrames = '<27><><EFBFBD>ѱ<EFBFBD><D1B1><EFBFBD> <20>ڰ<EFBFBD>';
$zmSlangWatch = '<27>Ď<EFBFBD>';
$zmSlangWeb = '<27><><EFBFBD><EFBFBD>';
$zmSlangWeek = '<27>T';
$zmSlangX10ActivationString = 'X10<31>N<EFBFBD><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangX10InputAlarmString = 'X10<31><30><EFBFBD>ͱװѕ<D7B0><D195><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangX10OutputAlarmString = 'X10<31>o<EFBFBD>ͱװѕ<D7B0><D195><EFBFBD><EFBFBD><EFBFBD>';
$zmSlangX10 = 'X10';
$zmSlangYes = '<27>͂<EFBFBD>';
$zmSlangYouNoPerms = '<27><><EFBFBD>̎<EFBFBD><CC8E><EFBFBD><EFBFBD>̱<EFBFBD><CCB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$zmSlangZoneAlarmColour = '<27>װ<EFBFBD> <20>װ (RGB)';
$zmSlangZoneAlarmThreshold = '<27>װ<EFBFBD> 臒l(0>=?<=255)';
$zmSlangZoneFilterHeight = <><CCA8><EFBFBD> <20><><EFBFBD><EFBFBD> (<28>߸<EFBFBD><DFB8>)';
$zmSlangZoneFilterWidth = <><CCA8><EFBFBD> <20><> (<28>߸<EFBFBD><DFB8>)';
$zmSlangZoneMaxAlarmedArea = '<27>ō<EFBFBD><C58D>װї̈<D197>';
$zmSlangZoneMaxBlobArea = '<27>ō<EFBFBD><C58D><EFBFBD><EFBFBD><EFBFBD>ޗ̈<DE97>';
$zmSlangZoneMaxBlobs = '<27>ō<EFBFBD><C58D><EFBFBD><EFBFBD><EFBFBD>ސ<EFBFBD>';
$zmSlangZoneMaxFilteredArea = '<27>ō<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>̈<EFBFBD>';
$zmSlangZoneMaxPixelThres = '<27>ō<EFBFBD><C58D>߸<EFBFBD><DFB8>臒l (0>=?<=255)';
$zmSlangZoneMaxX = 'X (<28>E)<29>ō<EFBFBD>';
$zmSlangZoneMaxY = 'Y (<28><>)<29>ō<EFBFBD>';
$zmSlangZoneMinAlarmedArea = '<27>Œ<EFBFBD><C592>װї̈<D197>';
$zmSlangZoneMinBlobArea = '<27>Œ<EFBFBD><C592><EFBFBD><EFBFBD><EFBFBD>ޗ̈<DE97>';
$zmSlangZoneMinBlobs = '<27>Œ<EFBFBD><C592><EFBFBD><EFBFBD><EFBFBD>ސ<EFBFBD>';
$zmSlangZoneMinFilteredArea = '<27>Œ<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>̈<EFBFBD>';
$zmSlangZoneMinPixelThres = '<27>Œ<EFBFBD><C592>߸<EFBFBD><DFB8>臒l (0>=?<=255)';
$zmSlangZoneMinX = 'X (<28>E)<29>Œ<EFBFBD>';
$zmSlangZoneMinY = 'Y (<28><>)<29>Œ<EFBFBD>';
$zmSlangZones = '<27>ް<EFBFBD>';
$zmSlangZone = '<27>ް<EFBFBD>';
// Complex replacements with formatting and/or placements, must be passed through sprintf
$zmClangCurrentLogin = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\'%1$s\<5C><>۸޲݂<DEB2><DD82>Ă<EFBFBD><C482>܂<EFBFBD>';
$zmClangEventCount = '%1$s %2$s';
$zmClangLastEvents = '<27>ŏI %1$s %2$s';
$zmClangLatestRelease = '<27>ŐV<C590>ް<EFBFBD>ޮ݂<DEAE> v%1$s<>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>ް<EFBFBD>ޮ݂<DEAE>v%2$s.';
$zmClangMonitorCount = '%1$s %2$s';
$zmClangMonitorFunction = '<27><><EFBFBD><EFBFBD>%1$s <20>@<40>\\';
$zmClangRunningRecentVer = '<27><><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD>ZoneMinder<65>̍ŐV<C590>ް<EFBFBD>ޮ<EFBFBD> v%s.<2E><><EFBFBD>g<EFBFBD><67><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD>';
// 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=>'<27><><EFBFBD><EFBFBD><EFBFBD>', 1=>'<27><><EFBFBD><EFBFBD><EFBFBD>', 2=>'<27><><EFBFBD><EFBFBD><EFBFBD>' );
$zmVlangMonitor = array( 0=>'<27><><EFBFBD><EFBFBD>', 1=>'<27><><EFBFBD><EFBFBD>', 2=>'<27><><EFBFBD><EFBFBD>' );
// 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";
//
?>