774 lines
39 KiB
PHP
774 lines
39 KiB
PHP
<?php
|
||
//
|
||
// ZoneMinder web UK English language file, $Date$, $Revision$
|
||
// Copyright (C) 2003, 2004, 2005, 2006 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 Czech Translation by Lukas Pokorny/Mlada Boleslav
|
||
|
||
// 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-2" );
|
||
|
||
// 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', 'cs_CZ' ); 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 bit barevn<76>';
|
||
$zmSlang8BitGrey = '8 bit <20>ed<65> <20>k<EFBFBD>la';
|
||
$zmSlangAction = 'Akce';
|
||
$zmSlangActual = 'Skute<74>n<EFBFBD>';
|
||
$zmSlangAddNewControl = 'P<>idat nov<6F> <20><>zen<65>';
|
||
$zmSlangAddNewMonitor = 'P<>idat kameru';
|
||
$zmSlangAddNewUser = 'P<>idat u<>ivatele';
|
||
$zmSlangAddNewZone = 'P<>idat z<>nu';
|
||
$zmSlangAlarm = 'Alarm';
|
||
$zmSlangAlarmBrFrames = 'Alarm<br/>Sn<53>mky';
|
||
$zmSlangAlarmFrame = 'Alarm sn<73>mek';
|
||
$zmSlangAlarmFrameCount = 'Po<50>et alarm sn<73>mk<6D>';
|
||
$zmSlangAlarmLimits = 'Limity alarmu';
|
||
$zmSlangAlarmMaximumFPS = 'Alarm Maximum FPS';
|
||
$zmSlangAlarmPx = 'Alarm Px';
|
||
$zmSlangAlarmRGBUnset = 'You must set an alarm RGB colour';
|
||
$zmSlangAlert = 'Pozor';
|
||
$zmSlangAll = 'V<>echny';
|
||
$zmSlangApplyingStateChange = 'Aplikuji zm<7A>nu stavu';
|
||
$zmSlangApply = 'Pou<6F><75>t';
|
||
$zmSlangArchArchived = 'Pouze archivovan<61>';
|
||
$zmSlangArchive = 'Archiv';
|
||
$zmSlangArchived = 'Archivov<6F>n';
|
||
$zmSlangArchUnarchived = 'Pouze nearchivovan<61>';
|
||
$zmSlangArea = 'Area';
|
||
$zmSlangAreaUnits = 'Area (px/%)';
|
||
$zmSlangAttrAlarmFrames = 'Alarm sn<73>mky';
|
||
$zmSlangAttrArchiveStatus = 'Archiv status';
|
||
$zmSlangAttrAvgScore = 'Pr<50>m. sk<73>re';
|
||
$zmSlangAttrCause = 'P<><50><EFBFBD>ina';
|
||
$zmSlangAttrDate = 'Datum';
|
||
$zmSlangAttrDateTime = 'Datum/<2F>as';
|
||
$zmSlangAttrDiskBlocks = 'Bloky disku';
|
||
$zmSlangAttrDiskPercent = 'Zapln<6C>n<EFBFBD> disku';
|
||
$zmSlangAttrDuration = 'Pr<50>b<EFBFBD>h';
|
||
$zmSlangAttrFrames = 'Sn<53>mky';
|
||
$zmSlangAttrId = 'Id';
|
||
$zmSlangAttrMaxScore = 'Max. sk<73>re';
|
||
$zmSlangAttrMonitorId = 'Kamera Id';
|
||
$zmSlangAttrMonitorName = 'Jm<4A>no kamery';
|
||
$zmSlangAttrName = 'Jm<4A>no';
|
||
$zmSlangAttrNotes = 'Notes';
|
||
$zmSlangAttrTime = '<27>as';
|
||
$zmSlangAttrTotalScore = 'Celkov<6F> sk<73>re';
|
||
$zmSlangAttrWeekday = 'Den v t<>dnu';
|
||
$zmSlangAutoArchiveAbbr = 'Archive';
|
||
$zmSlangAutoArchiveEvents = 'Automaticky archivovat v<>echny nalezen<65>';
|
||
$zmSlangAuto = 'Auto';
|
||
$zmSlangAutoDeleteAbbr = 'Delete';
|
||
$zmSlangAutoDeleteEvents = 'Automaticky smazat v<>echny nalezen<65>';
|
||
$zmSlangAutoEmailAbbr = 'Email';
|
||
$zmSlangAutoEmailEvents = 'Automaticky poslat email s detaily nalezen<65>ch';
|
||
$zmSlangAutoExecuteAbbr = 'Execute';
|
||
$zmSlangAutoExecuteEvents = 'Automaticky spustit p<><70>kaz na v<>ech nalezen<65>ch';
|
||
$zmSlangAutoMessageAbbr = 'Message';
|
||
$zmSlangAutoMessageEvents = 'Automaticky podat zpr<70>vu o v<>ech nalezen<65>ch';
|
||
$zmSlangAutoStopTimeout = '<27>asov<6F> limit pro vypr<70>en<65>';
|
||
$zmSlangAutoUploadAbbr = 'Upload';
|
||
$zmSlangAutoUploadEvents = 'Automaticky uploadovat nalezen<65>';
|
||
$zmSlangAutoVideoAbbr = 'Video';
|
||
$zmSlangAutoVideoEvents = 'Automatically create video for all matches';
|
||
$zmSlangAvgBrScore = 'Pr<50>m.<br/>Sk<53>re';
|
||
$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 = 'Jm<4A>na moho obsahovat pouze alfanumerick<63> znaky a podtr<74><72>tko <20>i poml<6D>ku';
|
||
$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 = 'Rychlost s<>t<EFBFBD>';
|
||
$zmSlangBlobPx = 'Zna<6E>ka Px';
|
||
$zmSlangBlobSizes = 'Velikost zna<6E>ky';
|
||
$zmSlangBlobs = 'Zna<6E>ky';
|
||
$zmSlangBrightness = 'Sv<53>tlost';
|
||
$zmSlangBuffers = 'Bufery';
|
||
$zmSlangCanAutoFocus = 'Um<55> automaticky zaost<73>it';
|
||
$zmSlangCanAutoGain = 'Um<55> automatick<63> zisk';
|
||
$zmSlangCanAutoIris = 'Um<55> auto iris';
|
||
$zmSlangCanAutoWhite = 'Um<55> automaticky vyv<79><76>it b<>lou';
|
||
$zmSlangCanAutoZoom = 'Um<55> automaticky zoomovat';
|
||
$zmSlangCancelForcedAlarm = 'Zastavit spu<70>t<EFBFBD>n<EFBFBD> alarm';
|
||
$zmSlangCancel = 'Zru<72>it';
|
||
$zmSlangCanFocusAbs = 'Um<55> zaost<73>it absolutn<74>';
|
||
$zmSlangCanFocusCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> zaost<73>it';
|
||
$zmSlangCanFocusRel = 'Um<55> relativn<76> zaost<73>it';
|
||
$zmSlangCanFocus = 'Um<55> zaost<73>it';
|
||
$zmSlangCanGainAbs = 'Um<55> absolutn<74> zisk';
|
||
$zmSlangCanGainCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> zisk';
|
||
$zmSlangCanGainRel = 'Um<55> relativn<76> zisk';
|
||
$zmSlangCanGain = 'Um<55> zisk';
|
||
$zmSlangCanIrisAbs = 'Um<55> absolutn<74> iris';
|
||
$zmSlangCanIrisCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> iris';
|
||
$zmSlangCanIrisRel = 'Um<55> relativn<76> iris';
|
||
$zmSlangCanIris = 'Um<55> iris';
|
||
$zmSlangCanMoveAbs = 'Um<55> absoultn<74> pohyb';
|
||
$zmSlangCanMoveCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> pohyb';
|
||
$zmSlangCanMoveDiag = 'Um<55> diagon<6F>ln<6C> pohyb';
|
||
$zmSlangCanMoveMap = 'Um<55> mapovan<61> pohyb';
|
||
$zmSlangCanMoveRel = 'Um<55> relativn<76> pohyb';
|
||
$zmSlangCanMove = 'Um<55> pohyb';
|
||
$zmSlangCanPan = 'Um<55> ot<6F><74>en<65>';
|
||
$zmSlangCanReset = 'Um<55> reset';
|
||
$zmSlangCanSetPresets = 'Um<55> navolit p<>edvolby';
|
||
$zmSlangCanSleep = 'M<><4D>e sp<73>t';
|
||
$zmSlangCanTilt = 'Um<55> n<>klon';
|
||
$zmSlangCanWake = 'Lze vzbudit';
|
||
$zmSlangCanWhiteAbs = 'Um<55> absolutn<74> vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangCanWhiteBal = 'Um<55> vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangCanWhiteCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangCanWhiteRel = 'Um<55> relativn<76> vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangCanWhite = 'Um<55> vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangCanZoomAbs = 'Um<55> absolutn<74> zoom';
|
||
$zmSlangCanZoomCon = 'Um<55> pr<70>b<EFBFBD><62>n<EFBFBD> zoom';
|
||
$zmSlangCanZoomRel = 'Um<55> relativn<76> zoom';
|
||
$zmSlangCanZoom = 'Um<55> zoom';
|
||
$zmSlangCaptureHeight = 'V<><56>ka zdrojov<6F>ho sn<73>mku';
|
||
$zmSlangCapturePalette = 'Paleta zdrojov<6F>ho sn<73>mku';
|
||
$zmSlangCaptureWidth = '<27><><EFBFBD>ka zdrojov<6F>ho sn<73>mku';
|
||
$zmSlangCause = 'P<><50><EFBFBD>ina';
|
||
$zmSlangCheckMethod = 'Metoda zna<6E>kov<6F>n<EFBFBD> alarmem';
|
||
$zmSlangChooseFilter = 'Vybrat filtr';
|
||
$zmSlangChoosePreset = 'Choose Preset';
|
||
$zmSlangClose = 'Zav<61><76>t';
|
||
$zmSlangColour = 'Barva';
|
||
$zmSlangCommand = 'P<><50>kaz';
|
||
$zmSlangConfig = 'Nastaven<65>';
|
||
$zmSlangConfiguredFor = 'Nastaveno pro';
|
||
$zmSlangConfirmDeleteEvents = 'Are you sure you wish to delete the selected events?';
|
||
$zmSlangConfirmPassword = 'Potvrdit heslo';
|
||
$zmSlangConjAnd = 'a';
|
||
$zmSlangConjOr = 'nebo';
|
||
$zmSlangConsole = 'Konzola';
|
||
$zmSlangContactAdmin = 'Pro detailn<6C> info kontaktujte Va<56>eho administr<74>tora.';
|
||
$zmSlangContinue = 'Pokra<72>ovat';
|
||
$zmSlangContrast = 'Kontrast';
|
||
$zmSlangControlAddress = 'Adresa <20><>zen<65>';
|
||
$zmSlangControlCap = 'Schopnosti <20><>zen<65>';
|
||
$zmSlangControlCaps = 'Typy <20><>zen<65>';
|
||
$zmSlangControlDevice = 'Za<5A><61>zen<65> <20><>zen<65>';
|
||
$zmSlangControllable = '<27><>diteln<6C>';
|
||
$zmSlangControl = '<27><>zen<65>';
|
||
$zmSlangControlType = 'Typ <20><>zen<65>';
|
||
$zmSlangCycle = 'Cyklus';
|
||
$zmSlangCycleWatch = 'Cyklick<63> prohl<68><6C>en<65>';
|
||
$zmSlangDay = 'Den';
|
||
$zmSlangDebug = 'Debug';
|
||
$zmSlangDefaultRate = 'Default Rate';
|
||
$zmSlangDefaultScale = 'P<>ednastaven<65> velikost';
|
||
$zmSlangDeleteAndNext = 'Smazat & Dal<61><6C>';
|
||
$zmSlangDeleteAndPrev = 'Smazat & P<>edchoz<6F>';
|
||
$zmSlangDeleteSavedFilter = 'Smazat filtr';
|
||
$zmSlangDelete = 'Smazat';
|
||
$zmSlangDescription = 'Popis';
|
||
$zmSlangDeviceChannel = 'Kan<61>l za<7A><61>zen<65>';
|
||
$zmSlangDeviceFormat = 'Form<72>t za<7A><61>zen<65>';
|
||
$zmSlangDeviceNumber = '<27><>slo zar<61>zen<65>';
|
||
$zmSlangDevicePath = 'Cesta k za<7A><61>zen<65>';
|
||
$zmSlangDimensions = 'Rozm<7A>ry';
|
||
$zmSlangDisableAlarms = 'Zak<61>zat alarmy';
|
||
$zmSlangDisk = 'Disk';
|
||
$zmSlangDonateAlready = 'Ne, u<> jsem podpo<70>il';
|
||
$zmSlangDonateEnticement = 'Ji<4A> n<>jakou dobu pou<6F><75>v<EFBFBD>te software ZoneMinder k ochran<61> sv<73>ho majetku a p<>edpokl<6B>d<EFBFBD>m, <20>e jej shled<65>v<EFBFBD>te u<>ite<74>n<EFBFBD>m. P<>esto<74>e je ZoneMinder, znovu p<>ipom<6F>n<EFBFBD>m, zdarma a voln<6C> <20><><EFBFBD>en<65> software, stoj<6F> jeho v<>voj a podpora n<>jak<61> pen<65>ze. Pokud byste cht<68>l/a podpo<70>it budouc<75> v<>voj a nov<6F> mo<6D>nosti softwaru, pros<6F>m zva<76>te darov<6F>n<EFBFBD> finan<61>n<EFBFBD> pomoci. Darov<6F>n<EFBFBD> je, samoz<6F>ejm<6A>, dobrovoln<6C>, ale zato velmi cen<65>n<EFBFBD> m<><6D>ete p<>isp<73>t jakou <20><>stkou chcete.<br><br>Pokud m<>te z<>jem podpo<70>it n<><6E> t<>m, pros<6F>m, vyberte n<><6E>e uvedenou mo<6D>nost, nebo nav<61>tivte http://www.zoneminder.com/donate.html.<br><br>D<>kuji V<>m <20>e jste si vybral/a software ZoneMinder a nezapome<6D>te nav<61>t<EFBFBD>vit f<>rum na ZoneMinder.com pro podporu a n<>vrhy jak ud<75>lat ZoneMinder je<6A>t<EFBFBD> lep<65><70>m ne<6E> je dnes.';
|
||
$zmSlangDonate = 'Pros<6F>m podpo<70>te';
|
||
$zmSlangDonateRemindDay = 'Nyn<79> ne, p<>ipomenout za 1 den';
|
||
$zmSlangDonateRemindHour = 'Nyn<79> ne, p<>ipomenout za hodinu';
|
||
$zmSlangDonateRemindMonth = 'Nyn<79> ne, p<>ipomenout za m<>s<EFBFBD>c';
|
||
$zmSlangDonateRemindNever = 'Ne, nechci podpo<70>it ZoneMinder, nep<65>ipom<6F>nat';
|
||
$zmSlangDonateRemindWeek = 'Nyn<79> ne, p<>ipomenout za t<>den';
|
||
$zmSlangDonateYes = 'Ano, chcit podpo<70>it ZoneMinder nyn<79>';
|
||
$zmSlangDownload = 'St<53>hnout';
|
||
$zmSlangDuration = 'Pr<50>b<EFBFBD>h';
|
||
$zmSlangEdit = 'Editovat';
|
||
$zmSlangEmail = 'Email';
|
||
$zmSlangEnableAlarms = 'Povolit alarmy';
|
||
$zmSlangEnabled = 'Povoleno';
|
||
$zmSlangEnterNewFilterName = 'Zadejte nov<6F> jm<6A>no filtru';
|
||
$zmSlangErrorBrackets = 'Chyba, zkontrolujte pros<6F>m z<>vorky';
|
||
$zmSlangError = 'Chyba';
|
||
$zmSlangErrorValidValue = 'Chyba, zkontrolujte <20>e podm<64>nky maj<61> spr<70>vn<76> hodnoty';
|
||
$zmSlangEtc = 'atd';
|
||
$zmSlangEventFilter = 'Filtr z<>znam<61>';
|
||
$zmSlangEventId = 'Id z<>znamu';
|
||
$zmSlangEventName = 'Jm<4A>no z<>znamu';
|
||
$zmSlangEventPrefix = 'Prefix z<>znamu';
|
||
$zmSlangEvents = 'Z<>znamy';
|
||
$zmSlangEvent = 'Z<>znam';
|
||
$zmSlangExclude = 'Vyjmout';
|
||
$zmSlangExportDetails = 'Exportovat detaily z<>znamu';
|
||
$zmSlangExport = 'Exportovat';
|
||
$zmSlangExportFailed = 'Chyba p<>i exportu';
|
||
$zmSlangExportFormat = 'Form<72>t exportovan<61>ho souboru';
|
||
$zmSlangExportFormatTar = 'Tar';
|
||
$zmSlangExportFormatZip = 'Zip';
|
||
$zmSlangExportFrames = 'Exportovat detaily sn<73>mku';
|
||
$zmSlangExportImageFiles = 'Exportovat obrazov<6F> soubory';
|
||
$zmSlangExporting = 'Exportuji';
|
||
$zmSlangExportMiscFiles = 'Exportovat ostatn<74> soubory (jestli existuj<75>)';
|
||
$zmSlangExportOptions = 'Mo<4D>nosti exportu';
|
||
$zmSlangExportVideoFiles = 'Exportovat video soubory (jestli existuj<75>)';
|
||
$zmSlangFar = 'Daleko';
|
||
$zmSlangFeed = 'Nasytit';
|
||
$zmSlangFileColours = 'Barvy souboru';
|
||
$zmSlangFilePath = 'Cesta k souboru';
|
||
$zmSlangFile = 'Soubor';
|
||
$zmSlangFilterPx = 'Filtr Px';
|
||
$zmSlangFilters = 'Filtry';
|
||
$zmSlangFilterUnset = 'You must specify a filter width and height';
|
||
$zmSlangFirst = 'Prvn<76>';
|
||
$zmSlangFlippedHori = 'P<>eklopen<65> vodorovn<76>';
|
||
$zmSlangFlippedVert = 'P<>eklopen<65> svisle';
|
||
$zmSlangFocus = 'Zaost<73>en<65>';
|
||
$zmSlangForceAlarm = 'Spustit alarm';
|
||
$zmSlangFormat = 'Form<72>t';
|
||
$zmSlangFPS = 'fps';
|
||
$zmSlangFPSReportInterval = 'FPS Interval pro report';
|
||
$zmSlangFrameId = 'Sn<53>mek Id';
|
||
$zmSlangFrameRate = 'Rychlost sn<73>mk<6D>';
|
||
$zmSlangFrameSkip = 'Vynechat sn<73>mek';
|
||
$zmSlangFrame = 'Sn<53>mek';
|
||
$zmSlangFrames = 'Sn<53>mky';
|
||
$zmSlangFTP = 'FTP';
|
||
$zmSlangFunc = 'Funkce';
|
||
$zmSlangFunction = 'Funkce';
|
||
$zmSlangGain = 'Zisk';
|
||
$zmSlangGeneral = 'General';
|
||
$zmSlangGenerateVideo = 'Generovat video';
|
||
$zmSlangGeneratingVideo = 'Generuji video';
|
||
$zmSlangGoToZoneMinder = 'J<>t na ZoneMinder.com';
|
||
$zmSlangGrey = '<27>ed<65>';
|
||
$zmSlangGroup = 'Group';
|
||
$zmSlangGroups = 'Skupiny';
|
||
$zmSlangHasFocusSpeed = 'M<> rychlost zaost<73>en<65>';
|
||
$zmSlangHasGainSpeed = 'M<> rychlost zisku';
|
||
$zmSlangHasHomePreset = 'M<> Home volbu';
|
||
$zmSlangHasIrisSpeed = 'M<> rychlost irisu';
|
||
$zmSlangHasPanSpeed = 'M<> rychlost ot<6F><74>en<65>';
|
||
$zmSlangHasPresets = 'M<> p<>edvolby';
|
||
$zmSlangHasTiltSpeed = 'M<> rychlost n<>klonu';
|
||
$zmSlangHasTurboPan = 'M<> Turbo ot<6F><74>en<65>';
|
||
$zmSlangHasTurboTilt = 'M<> Turbo n<>klon';
|
||
$zmSlangHasWhiteSpeed = 'M<> rychlost vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangHasZoomSpeed = 'M<> rychlost zoomu';
|
||
$zmSlangHighBW = 'Rychl<68> B/W';
|
||
$zmSlangHigh = 'Rychl<68>';
|
||
$zmSlangHome = 'Dom<6F>';
|
||
$zmSlangHour = 'Hodina';
|
||
$zmSlangHue = 'Odst<73>n';
|
||
$zmSlangId = 'Id';
|
||
$zmSlangIdle = 'P<>ipraven';
|
||
$zmSlangIgnore = 'Ignorovat';
|
||
$zmSlangImageBufferSize = 'Velikost buferu sn<73>mk<6D>';
|
||
$zmSlangImage = 'Obraz';
|
||
$zmSlangImages = 'Images';
|
||
$zmSlangInclude = 'Vlo<6C>it';
|
||
$zmSlangIn = 'Dovnit<69>';
|
||
$zmSlangInverted = 'P<>evr<76>cen<65>';
|
||
$zmSlangIris = 'Iris';
|
||
$zmSlangLanguage = 'Jazyk';
|
||
$zmSlangLast = 'Posledn<64>';
|
||
$zmSlangLimitResultsPost = 'v<>sledk<64>'; // This is used at the end of the phrase 'Limit to first N results only'
|
||
$zmSlangLimitResultsPre = 'Zobrazit pouze prvn<76>ch'; // This is used at the beginning of the phrase 'Limit to first N results only'
|
||
$zmSlangLinkedMonitors = 'Linked Monitors';
|
||
$zmSlangList = 'Seznam';
|
||
$zmSlangLoad = 'Load';
|
||
$zmSlangLocal = 'Lok<6F>ln<6C>';
|
||
$zmSlangLoggedInAs = 'P<>ihl<68><6C>en jako';
|
||
$zmSlangLoggingIn = 'P<>ihla<6C>uji';
|
||
$zmSlangLogin = 'P<>ihl<68>sit';
|
||
$zmSlangLogout = 'Odhl<68>sit';
|
||
$zmSlangLowBW = 'Pomal<61> B/W';
|
||
$zmSlangLow = 'Pomal<61>';
|
||
$zmSlangMain = 'Hlavn<76>';
|
||
$zmSlangMan = 'Man';
|
||
$zmSlangManual = 'Manu<6E>l';
|
||
$zmSlangMark = 'Ozna<6E>it';
|
||
$zmSlangMaxBandwidth = 'Max bandwidth';
|
||
$zmSlangMaxBrScore = 'Max.<br/>sk<73>re';
|
||
$zmSlangMaxFocusRange = 'Max rozsah zaost<73>en<65>';
|
||
$zmSlangMaxFocusSpeed = 'Max rychlost zaost<73>en<65>';
|
||
$zmSlangMaxFocusStep = 'Max krok zaost<73>en<65>';
|
||
$zmSlangMaxGainRange = 'Max rozsah zisku';
|
||
$zmSlangMaxGainSpeed = 'Max rychlost zisku';
|
||
$zmSlangMaxGainStep = 'Max krok zisku';
|
||
$zmSlangMaximumFPS = 'Maximum FPS';
|
||
$zmSlangMaxIrisRange = 'Max rozsah iris';
|
||
$zmSlangMaxIrisSpeed = 'Max rychlost iris';
|
||
$zmSlangMaxIrisStep = 'Max krok iris';
|
||
$zmSlangMax = 'Max';
|
||
$zmSlangMaxPanRange = 'Max rozsah ot<6F><74>en<65>';
|
||
$zmSlangMaxPanSpeed = 'Max rychlost ot<6F><74>en<65>';
|
||
$zmSlangMaxPanStep = 'Max krok ot<6F><74>en<65>';
|
||
$zmSlangMaxTiltRange = 'Max rozsah n<>klonu';
|
||
$zmSlangMaxTiltSpeed = 'Max rychlost n<>klonu';
|
||
$zmSlangMaxTiltStep = 'Max krok n<>klonu';
|
||
$zmSlangMaxWhiteRange = 'Max rozsah vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMaxWhiteSpeed = 'Max rychlost vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMaxWhiteStep = 'Max krok vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMaxZoomRange = 'Max rozsah zoomu';
|
||
$zmSlangMaxZoomSpeed = 'Max rychlost zoomu';
|
||
$zmSlangMaxZoomStep = 'Max krok zoomu';
|
||
$zmSlangMediumBW = 'St<53>edn<64> B/W';
|
||
$zmSlangMedium = 'St<53>edn<64>';
|
||
$zmSlangMinAlarmAreaLtMax = 'Minimum alarm area should be less than maximum';
|
||
$zmSlangMinAlarmAreaUnset = 'You must specify the minimum alarm pixel count';
|
||
$zmSlangMinBlobAreaLtMax = 'Minimum zna<6E>kovan<61> oblasti by m<>lo b<>t men<65><6E> ne<6E> 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 zna<6E>ek by m<>lo b<>t men<65><6E> ne<6E> 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 rozsah zaost<73>en<65>';
|
||
$zmSlangMinFocusSpeed = 'Min rychlost zaost<73>en<65>';
|
||
$zmSlangMinFocusStep = 'Min krok zaost<73>en<65>';
|
||
$zmSlangMinGainRange = 'Min rozsah zisku';
|
||
$zmSlangMinGainSpeed = 'Min rychlost zisku';
|
||
$zmSlangMinGainStep = 'Min krok zisku';
|
||
$zmSlangMinIrisRange = 'Min rozsah iris';
|
||
$zmSlangMinIrisSpeed = 'Min rychlost iris';
|
||
$zmSlangMinIrisStep = 'Min krok iris';
|
||
$zmSlangMinPanRange = 'Min rozsah ot<6F><74>en<65>';
|
||
$zmSlangMinPanSpeed = 'Min rychlost ot<6F><74>en<65>';
|
||
$zmSlangMinPanStep = 'Min krok ot<6F><74>en<65>';
|
||
$zmSlangMinPixelThresLtMax = 'Minim<69>ln<6C> pr<70>h pixelu by m<>l b<>t men<65><6E> ne<6E> maximum<75>ln<6C>';
|
||
$zmSlangMinPixelThresUnset = 'You must specify a minimum pixel threshold';
|
||
$zmSlangMinTiltRange = 'Min rozsah n<>klonu';
|
||
$zmSlangMinTiltSpeed = 'Min rychlost n<>klonu';
|
||
$zmSlangMinTiltStep = 'Min krok n<>klonu';
|
||
$zmSlangMinWhiteRange = 'Min rozsah vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMinWhiteSpeed = 'Min rychlost vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMinWhiteStep = 'Min krok vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangMinZoomRange = 'Min rozsah zoomu';
|
||
$zmSlangMinZoomSpeed = 'Min rychlost zoomu';
|
||
$zmSlangMinZoomStep = 'Min krok zoomu';
|
||
$zmSlangMisc = 'Ostatn<74>';
|
||
$zmSlangMonitorIds = 'Id kamer';
|
||
$zmSlangMonitor = 'Kamera';
|
||
$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 = 'Kamery';
|
||
$zmSlangMontage = 'Sest<73>ih';
|
||
$zmSlangMonth = 'M<>s<EFBFBD>c';
|
||
$zmSlangMove = 'Pohyb';
|
||
$zmSlangMustBeGe = 'mus<75> b<>t v<>t<EFBFBD><74> nebo rovno ne<6E>';
|
||
$zmSlangMustBeLe = 'mus<75> b<>t men<65><6E> nebo rovno ne<6E>';
|
||
$zmSlangMustConfirmPassword = 'Mus<75>te potvrdit heslo';
|
||
$zmSlangMustSupplyPassword = 'Mus<75>te zadat heslo';
|
||
$zmSlangMustSupplyUsername = 'Mus<75>te zadat u<>ivatelsk<73> jm<6A>no';
|
||
$zmSlangName = 'Jm<4A>no';
|
||
$zmSlangNear = 'Bl<42>zko';
|
||
$zmSlangNetwork = 'S<><53>';
|
||
$zmSlangNewGroup = 'Nov<6F> skupina';
|
||
$zmSlangNew = 'Nov<6F>';
|
||
$zmSlangNewPassword = 'Nov<6F> heslo';
|
||
$zmSlangNewState = 'Nov<6F> stav';
|
||
$zmSlangNewUser = 'Nov<6F> u<>ivatel';
|
||
$zmSlangNext = 'Dal<61><6C>';
|
||
$zmSlangNoFramesRecorded = 'Pro tento sn<73>mek nejsou <20><>dn<64> z<>znamy';
|
||
$zmSlangNoGroup = 'No Group';
|
||
$zmSlangNo = 'Ne';
|
||
$zmSlangNoneAvailable = '<27><>dn<64> nen<65> dostupn<70>';
|
||
$zmSlangNone = 'Zak<61>zat';
|
||
$zmSlangNormal = 'Normaln<6C>';
|
||
$zmSlangNoSavedFilters = '<27><>dn<64> ulo<6C>en<65> filtry';
|
||
$zmSlangNoStatisticsRecorded = 'Pro tento z<>znam/sn<73>mek nejsou zaznamen<65>ny <20><>dn<64> statistiky';
|
||
$zmSlangNotes = 'Pozn<7A>mky';
|
||
$zmSlangNumPresets = 'Po<50>et p<>edvoleb';
|
||
$zmSlangOpen = 'Otev<65><76>t';
|
||
$zmSlangOpEq = 'rovno';
|
||
$zmSlangOpGtEq = 'v<>t<EFBFBD><74> nebo rovno';
|
||
$zmSlangOpGt = 'v<>t<EFBFBD><74>';
|
||
$zmSlangOpIn = 'nin set';
|
||
$zmSlangOpLtEq = 'men<65><6E> nebo rovno';
|
||
$zmSlangOpLt = 'men<65><6E>';
|
||
$zmSlangOpMatches = 'obsahuje';
|
||
$zmSlangOpNe = 'nerovn<76> se';
|
||
$zmSlangOpNotIn = 'nnot in set';
|
||
$zmSlangOpNotMatches = 'neobsahuje';
|
||
$zmSlangOptionHelp = 'Mo<4D>nostHelp';
|
||
$zmSlangOptionRestartWarning = 'Tyto zm<7A>ny se neprojev<65>\ndokud syst<73>m b<><62><EFBFBD>. Jakmile\ndokon<6F><6E>te prov<6F>d<EFBFBD>n<EFBFBD> zm<7A>n pros<6F>m\nrestartujte ZoneMinder.';
|
||
$zmSlangOptions = 'Mo<4D>nosti';
|
||
$zmSlangOrder = 'Po<50>ad<61>';
|
||
$zmSlangOrEnterNewName = 'nebo vlo<6C>te nov<6F> jm<6A>no';
|
||
$zmSlangOrientation = 'Orientace';
|
||
$zmSlangOut = 'Ven';
|
||
$zmSlangOverwriteExisting = 'P<>epsat existuj<75>c<EFBFBD>';
|
||
$zmSlangPaged = 'Str<74>kov<6F>';
|
||
$zmSlangPanLeft = 'Posunout vlevo';
|
||
$zmSlangPan = 'Ot<4F><74>en<65>';
|
||
$zmSlangPanRight = 'Posunout vpravo';
|
||
$zmSlangPanTilt = 'Ot<4F><74>en<65>/N<>klon';
|
||
$zmSlangParameter = 'Parametr';
|
||
$zmSlangPassword = 'Heslo';
|
||
$zmSlangPasswordsDifferent = 'Hesla se neshoduj<75>';
|
||
$zmSlangPaths = 'Cesty';
|
||
$zmSlangPhoneBW = 'Modem B/W';
|
||
$zmSlangPhone = 'Modem';
|
||
$zmSlangPixelDiff = 'Pixel Diff';
|
||
$zmSlangPixels = 'pixely';
|
||
$zmSlangPlayAll = 'P<>ehr<68>t v<>e';
|
||
$zmSlangPleaseWait = 'Pros<6F>m <20>ekejte';
|
||
$zmSlangPoint = 'Point';
|
||
$zmSlangPostEventImageBuffer = 'Poz<6F>znamov<6F> bufer';
|
||
$zmSlangPreEventImageBuffer = 'P<>edz<64>znamov<6F> bufer';
|
||
$zmSlangPreset = 'P<>edvolba';
|
||
$zmSlangPresets = 'P<>edvolby';
|
||
$zmSlangPrev = 'Zp<5A>t';
|
||
$zmSlangRate = 'Rychlost';
|
||
$zmSlangReal = 'Skute<74>n<EFBFBD>';
|
||
$zmSlangRecord = 'Nahr<68>vat';
|
||
$zmSlangRefImageBlendPct = 'Reference Image Blend %ge';
|
||
$zmSlangRefresh = 'Obnovit';
|
||
$zmSlangRemoteHostName = 'Adresa';
|
||
$zmSlangRemoteHostPath = 'Cesta';
|
||
$zmSlangRemoteHostPort = 'Port';
|
||
$zmSlangRemoteImageColours = 'Barvy';
|
||
$zmSlangRemote = 'S<><53>ov<6F>';
|
||
$zmSlangRename = 'P<>ejmenovat';
|
||
$zmSlangReplay = 'P<>ehr<68>t znovu';
|
||
$zmSlangResetEventCounts = 'Resetovat po<70>ty z<>znam<61>';
|
||
$zmSlangReset = 'Reset';
|
||
$zmSlangRestarting = 'Restartuji';
|
||
$zmSlangRestart = 'Restartovat';
|
||
$zmSlangRestrictedCameraIds = 'Povolen<65> id kamer';
|
||
$zmSlangRestrictedMonitors = 'Restricted Monitors';
|
||
$zmSlangReturnDelay = 'Prodleva vracen<65>';
|
||
$zmSlangReturnLocation = 'Lokace vr<76>cen<65>';
|
||
$zmSlangRotateLeft = 'Oto<74>it vlevo';
|
||
$zmSlangRotateRight = 'Oto<74>it vpravo';
|
||
$zmSlangRunMode = 'Re<52>im';
|
||
$zmSlangRunning = 'B<><42><EFBFBD>';
|
||
$zmSlangRunState = 'Stav';
|
||
$zmSlangSaveAs = 'Ulo<6C>it jako';
|
||
$zmSlangSaveFilter = 'Ulo<6C>it filtr';
|
||
$zmSlangSave = 'Ulo<6C>it';
|
||
$zmSlangScale = 'Velikost';
|
||
$zmSlangScore = 'Sk<53>re';
|
||
$zmSlangSecs = 'D<>lka(s)';
|
||
$zmSlangSectionlength = 'D<>lka sekce';
|
||
$zmSlangSelectMonitors = 'Select Monitors';
|
||
$zmSlangSelect = 'Vybrat';
|
||
$zmSlangSelfIntersecting = 'Polygon edges must not intersect';
|
||
$zmSlangSetLearnPrefs = 'Set Learn Prefs'; // This can be ignored for now
|
||
$zmSlangSet = 'Nastavit';
|
||
$zmSlangSetNewBandwidth = 'Nastavit novou rychlost s<>t<EFBFBD>';
|
||
$zmSlangSetPreset = 'Nastavit p<>edvolbu';
|
||
$zmSlangSettings = 'Nastaven<65>';
|
||
$zmSlangShowFilterWindow = 'Zobrazit filtr';
|
||
$zmSlangShowTimeline = 'Zobrazit <20>asovou linii ';
|
||
$zmSlangSize = 'Velikost';
|
||
$zmSlangSleep = 'Sp<53>t';
|
||
$zmSlangSortAsc = 'Vzestupn<70>';
|
||
$zmSlangSortBy = '<27>adit dle';
|
||
$zmSlangSortDesc = 'Sestupn<70>';
|
||
$zmSlangSourceType = 'Typ zdroje';
|
||
$zmSlangSource = 'Zdroj';
|
||
$zmSlangSpeedHigh = 'Vysok<6F> rychlost';
|
||
$zmSlangSpeedLow = 'N<>zk<7A> rychlost';
|
||
$zmSlangSpeedMedium = 'St<53>edn<64> rychlost';
|
||
$zmSlangSpeed = 'Rychlost';
|
||
$zmSlangSpeedTurbo = 'Turbo rychlost';
|
||
$zmSlangStart = 'Start';
|
||
$zmSlangState = 'Stav';
|
||
$zmSlangStats = 'Statistiky';
|
||
$zmSlangStatus = 'Status';
|
||
$zmSlangStep = 'Krok';
|
||
$zmSlangStepLarge = 'Velk<6C> krok';
|
||
$zmSlangStepMedium = 'St<53>edn<64> krok';
|
||
$zmSlangStepNone = '<27><>dn<64> krok';
|
||
$zmSlangStepSmall = 'Mal<61> krok';
|
||
$zmSlangStills = 'Sn<53>mky';
|
||
$zmSlangStopped = 'Zastaven';
|
||
$zmSlangStop = 'Zastavit';
|
||
$zmSlangStream = 'Stream';
|
||
$zmSlangSubmit = 'Potvrdit';
|
||
$zmSlangSystem = 'System';
|
||
$zmSlangTele = 'P<>ibl<62><6C>it';
|
||
$zmSlangThumbnail = 'Miniatura';
|
||
$zmSlangTilt = 'N<>klon';
|
||
$zmSlangTimeDelta = 'Delta <20>asu';
|
||
$zmSlangTime = '<27>as';
|
||
$zmSlangTimeline = '<27>asov<6F> linie';
|
||
$zmSlangTimeStamp = '<27>asov<6F> raz<61>tko';
|
||
$zmSlangTimestampLabelFormat = 'Form<72>t <20>asov<6F>ho raz<61>tka';
|
||
$zmSlangTimestampLabelX = '<27>asov<6F> raz<61>tko X';
|
||
$zmSlangTimestampLabelY = '<27>asov<6F> raz<61>tko Y';
|
||
$zmSlangTimestamp = 'Raz<61>tko';
|
||
$zmSlangToday = 'Dnes';
|
||
$zmSlangTools = 'N<>stroje';
|
||
$zmSlangTotalBrScore = 'Celkov<6F><br/>sk<73>re';
|
||
$zmSlangTrackDelay = 'Prodleva dr<64>hy';
|
||
$zmSlangTrackMotion = 'Pohyb po dr<64>ze';
|
||
$zmSlangTriggers = 'Trigery';
|
||
$zmSlangTurboPanSpeed = 'Rychlost Turbo ot<6F><74>en<65>';
|
||
$zmSlangTurboTiltSpeed = 'Rychlost Turbo n<>klonu';
|
||
$zmSlangType = 'Typ';
|
||
$zmSlangUnarchive = 'Vyjmout z archivu';
|
||
$zmSlangUnits = 'Jednotky';
|
||
$zmSlangUnknown = 'Nezn<7A>m<EFBFBD>';
|
||
$zmSlangUpdateAvailable = 'Je dostupn<70> nov<6F> update ZoneMinder.';
|
||
$zmSlangUpdateNotNecessary = 'Update nen<65> pot<6F>eba.';
|
||
$zmSlangUpdate = 'Update';
|
||
$zmSlangUseFilterExprsPost = ' v<>raz<61>'; // This is used at the end of the phrase 'use N filter expressions'
|
||
$zmSlangUseFilterExprsPre = 'Pou<6F><75>t '; // This is used at the beginning of the phrase 'use N filter expressions'
|
||
$zmSlangUseFilter = 'Pou<6F><75>t filtr';
|
||
$zmSlangUsername = 'U<>ivatelsk<73> jm<6A>no';
|
||
$zmSlangUsers = 'U<>ivatel<65>';
|
||
$zmSlangUser = 'U<>ivatel';
|
||
$zmSlangValue = 'Hodnota';
|
||
$zmSlangVersionIgnore = 'Ignorovat tuto verzi';
|
||
$zmSlangVersionRemindDay = 'P<>ipomenout za 1 den';
|
||
$zmSlangVersionRemindHour = 'P<>ipomenout za hodinu';
|
||
$zmSlangVersionRemindNever = 'Nep<65>ipom<6F>nat nov<6F> veze';
|
||
$zmSlangVersionRemindWeek = 'P<>ipomenout za t<>den';
|
||
$zmSlangVersion = 'Verze';
|
||
$zmSlangVideoFormat = 'Video form<72>t';
|
||
$zmSlangVideoGenFailed = 'Chyba p<>i generov<6F>n<EFBFBD> videa!';
|
||
$zmSlangVideoGenFiles = 'Existuj<75>c<EFBFBD> video soubory';
|
||
$zmSlangVideoGenNoFiles = '<27><>dn<64> video soubory nenalezeny';
|
||
$zmSlangVideoGenParms = 'Parametry generov<6F>n<EFBFBD> videa';
|
||
$zmSlangVideoGenSucceeded = 'Video vygenerov<6F>no <20>sp<73><70>n<EFBFBD>!';
|
||
$zmSlangVideoSize = 'Velikost videa';
|
||
$zmSlangVideo = 'Video';
|
||
$zmSlangViewAll = 'Zobrazit v<>echny';
|
||
$zmSlangViewEvent = 'Zobrazit z<>znam';
|
||
$zmSlangViewPaged = 'Zobrazit str<74>kov<6F>';
|
||
$zmSlangView = 'Zobrazit';
|
||
$zmSlangWake = 'Vzbudit';
|
||
$zmSlangWarmupFrames = 'Zah<61><68>vac<61> sn<73>mky';
|
||
$zmSlangWatch = 'Sledovat';
|
||
$zmSlangWebColour = 'Webov<6F> barva';
|
||
$zmSlangWeb = 'Web';
|
||
$zmSlangWeek = 'T<>den';
|
||
$zmSlangWhiteBalance = 'Vyv<79><76>en<65> b<>l<EFBFBD>';
|
||
$zmSlangWhite = 'B<>l<EFBFBD>';
|
||
$zmSlangWide = 'Odd<64>lit';
|
||
$zmSlangX10ActivationString = 'X10 aktiva<76>n<EFBFBD> <20>et<65>zec';
|
||
$zmSlangX10InputAlarmString = 'X10 input alarm <20>et<65>zec';
|
||
$zmSlangX10OutputAlarmString = 'X10 output alarm <20>et<65>zec';
|
||
$zmSlangX10 = 'X10';
|
||
$zmSlangX = 'X';
|
||
$zmSlangYes = 'Ano';
|
||
$zmSlangYouNoPerms = 'K tomuto zdroji nem<65>te opr<70>vn<76>n<EFBFBD>.';
|
||
$zmSlangY = 'Y';
|
||
$zmSlangZoneAlarmColour = 'Barva alarmu (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 = 'Z<>ny';
|
||
$zmSlangZone = 'Z<>na';
|
||
$zmSlangZoomIn = 'Zv<5A>t<EFBFBD>it';
|
||
$zmSlangZoomOut = 'Zmen<65>it';
|
||
$zmSlangZoom = 'Zoom';
|
||
|
||
// Complex replacements with formatting and/or placements, must be passed through sprintf
|
||
$zmClangCurrentLogin = 'Pr<50>v<EFBFBD> je p<>ihl<68><6C>en \'%1$s\'';
|
||
$zmClangEventCount = '%1$s %2$s'; // For example '37 Events' (from Vlang below)
|
||
$zmClangLastEvents = 'Posledn<64>ch %1$s %2$s'; // For example 'Last 37 Events' (from Vlang below)
|
||
$zmClangLatestRelease = 'Posledn<64> verze je v%1$s, vy m<>te v%2$s.';
|
||
$zmClangMonitorCount = '%1$s %2$s'; // For example '4 Monitors' (from Vlang below)
|
||
$zmClangMonitorFunction = 'Funkce %1$s kamery';
|
||
$zmClangRunningRecentVer = 'Pou<6F><75>v<EFBFBD>te posledn<64> verzi 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=>'Z<>znam<61>', 1=>'Z<>znam', 2=>'Z<>znamy', 5=>'Z<>znam<61>' );
|
||
$zmVlangMonitor = array( 0=>'Kamer', 1=>'Kamera', 2=>'Kamery', 5=>'Kamer' );
|
||
|
||
// 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";
|
||
//
|
||
|
||
?>
|