784 lines
41 KiB
PHP
784 lines
41 KiB
PHP
|
<?php
|
|||
|
//
|
|||
|
// ZoneMinder web HU Hungarian 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 Hungarian Translation by szimszon at oregpreshaz dot eu, robi
|
|||
|
// version: 0.3 - 2006.04.27. - ford<72>t<EFBFBD>s befejez<65>se, elrendez<65>se elf<6C>r<EFBFBD>shez (robi)
|
|||
|
// version: 0.2 - 2006.12.05. - par javitas
|
|||
|
// version: 0.1 - 2006.11.27. - sok typoval es par leforditatlan resszel
|
|||
|
|
|||
|
// 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=iso8859-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', 'en_GB' ); All locale settings pre-4.3.0
|
|||
|
// setlocale( LC_ALL, 'hu_HU' ); //All locale settings 4.3.0 and after
|
|||
|
//setlocale( LC_CTYPE, 'hu_HU'); //Character class settings 4.3.0 and after
|
|||
|
//setlocale( LC_TIME, 'hu_HU'); //Date and time formatting 4.3.0 and after
|
|||
|
|
|||
|
setlocale(LC_TIME, 'hu_HU');
|
|||
|
|
|||
|
// Simple String Replacements
|
|||
|
$zmSlang24BitColour = '24 bites sz<73>n';
|
|||
|
$zmSlang8BitGrey = '8 bit sz<73>rke<6B>rnyalat';
|
|||
|
$zmSlangAction = 'M<>velet';
|
|||
|
$zmSlangActual = 'Aktu<74>lis';
|
|||
|
$zmSlangAddNewControl = '<27>j vez<65>rl<72>s';
|
|||
|
$zmSlangAddNewMonitor = '<27>j monitor';
|
|||
|
$zmSlangAddNewUser = '<27>j felhaszn<7A>l<EFBFBD>';
|
|||
|
$zmSlangAddNewZone = '<27>j z<>na';
|
|||
|
$zmSlangAlarm = 'Riad<61>';
|
|||
|
$zmSlangAlarmBrFrames = 'Riad<61><br/>k<>pek';
|
|||
|
$zmSlangAlarmFrame = 'Riad<61> k<>p';
|
|||
|
$zmSlangAlarmFrameCount = 'Riad<61> k<>pek sz<73>ma';
|
|||
|
$zmSlangAlarmLimits = 'Riaszt<7A>si hat<61>rok';
|
|||
|
$zmSlangAlarmMaximumFPS = 'Maxim<69>lis FPS riaszt<7A>sn<73>l';
|
|||
|
$zmSlangAlarmPx = 'Riad<61> k<>ppont';
|
|||
|
$zmSlangAlarmRGBUnset = 'Be kell <20>ll<6C>tani egy RGB sz<73>nt a riaszt<7A>shoz';
|
|||
|
$zmSlangAlert = 'Riaszt<7A>s';
|
|||
|
$zmSlangAll = 'Mind';
|
|||
|
$zmSlangApply = 'Alkalmaz';
|
|||
|
$zmSlangApplyingStateChange = '<27>llapot v<>lt<6C>s...';
|
|||
|
$zmSlangArchArchived = 'Csak archiv<69>lt';
|
|||
|
$zmSlangArchive = 'Arch<63>vum';
|
|||
|
$zmSlangArchived = 'Archiv<69>lt';
|
|||
|
$zmSlangArchUnarchived = 'Csak archiv<69>latlan';
|
|||
|
$zmSlangArea = 'Ter<65>let';
|
|||
|
$zmSlangAreaUnits = 'Ter<65>let (px/%)';
|
|||
|
$zmSlangAttrAlarmFrames = 'Riad<61> k<>pkock<63>k';
|
|||
|
$zmSlangAttrArchiveStatus = 'Archiv<69>lt <20>llapot';
|
|||
|
$zmSlangAttrAvgScore = '<27>tlagos <20>rt<72>k';
|
|||
|
$zmSlangAttrCause = 'Okoz<6F>';
|
|||
|
$zmSlangAttrDate = 'D<>tum';
|
|||
|
$zmSlangAttrDateTime = 'D<>tum/Id<49>';
|
|||
|
$zmSlangAttrDiskBlocks = 'Lemez blokkok';
|
|||
|
$zmSlangAttrDiskPercent = 'Lemez sz<73>zal<61>k';
|
|||
|
$zmSlangAttrDuration = 'Id<49>tartam';
|
|||
|
$zmSlangAttrFrames = 'K<>pkock<63>k';
|
|||
|
$zmSlangAttrId = 'Azonos<6F>t<EFBFBD>';
|
|||
|
$zmSlangAttrMaxScore = 'Max. <20>rt<72>k';
|
|||
|
$zmSlangAttrMonitorId = 'Monitor azon.';
|
|||
|
$zmSlangAttrMonitorName = 'Monitor n<>v';
|
|||
|
$zmSlangAttrName = 'N<>v';
|
|||
|
$zmSlangAttrNotes = 'Megjegyz<79>s';
|
|||
|
$zmSlangAttrTime = 'Id<49>';
|
|||
|
$zmSlangAttrTotalScore = '<27>ssz. <20>rt<72>k';
|
|||
|
$zmSlangAttrWeekday = 'H<>tk<74>znap';
|
|||
|
$zmSlangAuto = 'Auto';
|
|||
|
$zmSlangAutoStopTimeout = 'Auto meg<65>ll<6C>si id<69> t<>ll<6C>p<EFBFBD>s';
|
|||
|
$zmSlangAvgBrScore = '<27>tlag<br/><3E>rt<72>k';
|
|||
|
$zmSlangBackground = 'H<>tt<74>r';
|
|||
|
$zmSlangBackgroundFilter = 'Sz<53>r<EFBFBD> futtat<61>sa a h<>tt<74>rben';
|
|||
|
$zmSlangBadAlarmFrameCount = 'Riad<61> k<>pek sz<73>ma 1 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadAlarmMaxFPS = 'A riad<61> maxim<69>lis FPS sz<73>ma pozit<69>v sz<73>m legyen';
|
|||
|
$zmSlangBadChannel = 'A csatorna sz<73>ma 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadDevice = 'Az eszk<7A>z <20>rt<72>k val<61>s legyen';
|
|||
|
$zmSlangBadFormat = 'A t<>pus 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadFPSReportInterval = 'FPS inform<72>ci<63>s id<69>k<EFBFBD>z puffer sz<73>ml<6D>l<EFBFBD>ja 100 vagy nagyobb eg<65>sz legyen';
|
|||
|
$zmSlangBadFrameSkip = 'K<>pkocka eldob<6F>sok sz<73>ma 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadHeight = 'A k<>pmagass<73>g <20>rv<72>nyes <20>rt<72>k legyen k<>ppontban';
|
|||
|
$zmSlangBadHost = 'A hoszt val<61>s IP c<>m vagy hosztn<74>v legyen, http:// n<>lk<6C>l';
|
|||
|
$zmSlangBadImageBufferCount = 'K<>p puffer m<>rete legyen 10 vagy nagyobb sz<73>m';
|
|||
|
$zmSlangBadLabelX = 'A cimke X koordin<69>t<EFBFBD>ja legyen 0 vagy nagyobb eg<65>sz sz<73>m';
|
|||
|
$zmSlangBadLabelY = 'A cimke Y koordin<69>t<EFBFBD>ja legyen 0 vagy nagyobb eg<65>sz sz<73>m';
|
|||
|
$zmSlangBadMaxFPS = 'A maxim<69>lis FPS null<6C>n<EFBFBD>l nagyobb sz<73>m legyen';
|
|||
|
$zmSlangBadNameChars = 'A n<>v csak alfanumerikus karaktereket, plusz-, k<>t<EFBFBD>-, <20>s al<61>h<EFBFBD>z<EFBFBD>sjelet tartalmazhat';
|
|||
|
$zmSlangBadPath = 'A k<>p el<65>r<EFBFBD>si <20>tvonala val<61>s legyen';
|
|||
|
$zmSlangBadPort = 'A portsz<73>m val<61>s legyen';
|
|||
|
$zmSlangBadPostEventCount = 'Az esem<65>ny ut<75>ni k<>pek puffere 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadPreEventCount = 'Az esem<65>ny el<65>tti k<>pek puffere 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadRefBlendPerc = 'A referencia k<>pkever<65>k-sz<73>zal<61>k pozit<69>v eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadSectionLength = 'Egy egys<79>g hossza 30 vagy hosszabb legyen';
|
|||
|
$zmSlangBadWarmupCount = 'Bemeleg<65>t<EFBFBD> k<>pek sz<73>ma 0 vagy nagyobb eg<65>sz sz<73>m legyen';
|
|||
|
$zmSlangBadWebColour = 'A web sz<73>n <20>rv<72>nyes web sz<73>n k<>d legyen';
|
|||
|
$zmSlangBadWidth = 'A k<>psz<73>less<73>g <20>rv<72>nyes <20>rt<72>k legyen k<>ppontban';
|
|||
|
$zmSlangBandwidth = 'S<>vsz<73>less<73>gre';
|
|||
|
$zmSlangBlobPx = 'Blob k<>ppont';
|
|||
|
$zmSlangBlobs = 'Blob-ok';
|
|||
|
$zmSlangBlobSizes = 'Blob m<>rete';
|
|||
|
$zmSlangBrightness = 'F<>nyer<65>';
|
|||
|
$zmSlangBuffers = 'Pufferek';
|
|||
|
$zmSlangCanAutoFocus = 'Auto f<>kusz van';
|
|||
|
$zmSlangCanAutoGain = 'Auto gain van';
|
|||
|
$zmSlangCanAutoIris = 'Auto <20>risz van';
|
|||
|
$zmSlangCanAutoWhite = 'Van aut<75>mata feh<65>r egyens<6E>ly';
|
|||
|
$zmSlangCanAutoZoom = 'Auto zoom van';
|
|||
|
$zmSlangCancel = 'M<>gsem';
|
|||
|
$zmSlangCancelForcedAlarm = 'K<>zi riaszt<7A>s le<6C>ll<6C>t<EFBFBD>sa';
|
|||
|
$zmSlangCanFocusAbs = 'Tud abszol<6F>t f<>kuszt';
|
|||
|
$zmSlangCanFocus = 'Tud f<>kusz<73>lni';
|
|||
|
$zmSlangCanFocusCon = 'Tud folyamatos f<>kuszt';
|
|||
|
$zmSlangCanFocusRel = 'Tud relat<61>v f<>kuszt';
|
|||
|
$zmSlangCanGainAbs = 'Tud abszol<6F>t er<65>s<EFBFBD>t<EFBFBD>st';
|
|||
|
$zmSlangCanGain = 'Tud er<65>s<EFBFBD>teni';
|
|||
|
$zmSlangCanGainCon = 'Tud folyamatos er<65>s<EFBFBD>t<EFBFBD>st';
|
|||
|
$zmSlangCanGainRel = 'Tud relat<61>v er<65>s<EFBFBD>t<EFBFBD>st';
|
|||
|
$zmSlangCanIrisAbs = 'Tud abszolut <20>riszt';
|
|||
|
$zmSlangCanIris = 'Tud <20>riszt v<>ltoztatni';
|
|||
|
$zmSlangCanIrisCon = 'Folyamatosan tud <20>riszt v<>ltoztatni';
|
|||
|
$zmSlangCanIrisRel = 'Relat<61>ven tud <20>riszt v<>ltoztatni';
|
|||
|
$zmSlangCanMoveAbs = 'Tud abszolult mozg<7A>st';
|
|||
|
$zmSlangCanMove = 'Tud mozogni';
|
|||
|
$zmSlangCanMoveCon = 'Folyamatosan tud mozogni';
|
|||
|
$zmSlangCanMoveDiag = 'Diagon<6F>lban tud mozogni';
|
|||
|
$zmSlangCanMoveMap = '<27>tvonalon tud mozogni';
|
|||
|
$zmSlangCanMoveRel = 'Relat<61>ven tud mozogni';
|
|||
|
$zmSlangCanPan = 'Tud jobb-bal mozg<7A>st' ;
|
|||
|
$zmSlangCanReset = 'Tud alaphelyzetbe j<>nni';
|
|||
|
$zmSlangCanSetPresets = 'Tud menteni profilokat';
|
|||
|
$zmSlangCanSleep = 'Tud phihen<65> <20>zemm<6D>dot';
|
|||
|
$zmSlangCanTilt = 'Tud fel-le mozg<7A>st';
|
|||
|
$zmSlangCanWake = 'Tud fel<65>ledni';
|
|||
|
$zmSlangCanWhiteAbs = 'Tud abszolut feh<65>r egyens<6E>lyt';
|
|||
|
$zmSlangCanWhiteBal = 'Tud feh<65>r egyens<6E>lyt';
|
|||
|
$zmSlangCanWhite = 'Tud feh<65>r egyens<6E>lyt';
|
|||
|
$zmSlangCanWhiteCon = 'Tud folyamatos feh<65>r egyens<6E>lyt';
|
|||
|
$zmSlangCanWhiteRel = 'Tud relat<61>v feh<65>r egyens<6E>lyt';
|
|||
|
$zmSlangCanZoomAbs = 'Tud abszolut zoom-ot';
|
|||
|
$zmSlangCanZoom = 'Tud zoom-olni';
|
|||
|
$zmSlangCanZoomCon = 'Tud folyamatos zoom-ot';
|
|||
|
$zmSlangCanZoomRel = 'Tud relat<61>v zoom-ot';
|
|||
|
$zmSlangCaptureHeight = 'K<>pmagass<73>g';
|
|||
|
$zmSlangCapturePalette = 'Felv<6C>tel sz<73>n-paletta';
|
|||
|
$zmSlangCaptureWidth = 'K<>psz<73>less<73>g';
|
|||
|
$zmSlangCause = 'Okoz<6F>';
|
|||
|
$zmSlangCheckMethod = 'A riaszt<7A>s figyel<65>s<EFBFBD>nek m<>dja';
|
|||
|
$zmSlangChooseFilter = 'V<>lassz sz<73>r<EFBFBD>t';
|
|||
|
$zmSlangChoosePreset = 'V<>lassz profilt';
|
|||
|
$zmSlangClose = 'Bez<65>r';
|
|||
|
$zmSlangColour = 'Sz<53>n';
|
|||
|
$zmSlangCommand = 'Parancs';
|
|||
|
$zmSlangConfig = 'Be<42>ll<6C>t<EFBFBD>s';
|
|||
|
$zmSlangConfiguredFor = 'Be<42>ll<6C>tva';
|
|||
|
$zmSlangConfirmDeleteEvents = 'Biztos benne, hogy t<>rli a kiv<69>lasztott esem<65>nyeket?';
|
|||
|
$zmSlangConfirmPassword = 'Jelsz<73> meger<65>s<EFBFBD>t<EFBFBD>s';
|
|||
|
$zmSlangConjAnd = '<27>s';
|
|||
|
$zmSlangConjOr = 'vagy';
|
|||
|
$zmSlangConsole = 'Konzol';
|
|||
|
$zmSlangContactAdmin = 'K<>rem vegye fel a kapcsolatot a rendszergazd<7A>val a r<>szletek<65>rt.';
|
|||
|
$zmSlangContinue = 'Folytat<61>s';
|
|||
|
$zmSlangContrast = 'Kontraszt';
|
|||
|
$zmSlangControlAddress = 'Vez<65>rl<72>si jogok';
|
|||
|
$zmSlangControlCap = 'Vez<65>rl<72>si lehet<65>s<EFBFBD>g';
|
|||
|
$zmSlangControlCaps = 'Vez<65>rl<72>si lehet<65>s<EFBFBD>gek';
|
|||
|
$zmSlangControl = 'Vez<65>rl<72>s';
|
|||
|
$zmSlangControlDevice = 'Vez<65>rl<72> eszk<7A>z';
|
|||
|
$zmSlangControllable = 'Vez<65>relhet<65>';
|
|||
|
$zmSlangControlType = 'Vez<65>rl<72>s t<>pusa';
|
|||
|
$zmSlangCycle = 'K<>rkapcsol<6F>s';
|
|||
|
$zmSlangCycleWatch = 'K<>rkapcsol<6F>s';
|
|||
|
$zmSlangDay = 'Napon';
|
|||
|
$zmSlangDebug = 'Nyomon<br>k<>vet<65>s';
|
|||
|
$zmSlangDefaultRate = 'Alap<61>rtelmezett FPS';
|
|||
|
$zmSlangDefaultScale = 'Alap<61>rtelmezett ar<61>ny';
|
|||
|
$zmSlangDefaultView = 'Alap<61>rtelmezett n<>zet';
|
|||
|
$zmSlangDeleteAndNext = 'T<>r<EFBFBD>l &<br>k<>vetkez<65>';
|
|||
|
$zmSlangDeleteAndPrev = 'T<>r<EFBFBD>l &<br>el<65>z<EFBFBD>';
|
|||
|
$zmSlangDelete = 'T<>r<EFBFBD>l';
|
|||
|
$zmSlangDeleteSavedFilter = 'Mentett sz<73>r<EFBFBD> t<>rl<72>se';
|
|||
|
$zmSlangDescription = 'Le<4C>r<EFBFBD>s';
|
|||
|
$zmSlangDeviceChannel = 'Eszk<7A>z csatorn<72>ja';
|
|||
|
$zmSlangDeviceFormat = 'Eszk<7A>z form<72>tuma';
|
|||
|
$zmSlangDeviceNumber = 'Eszk<7A>z sz<73>m';
|
|||
|
$zmSlangDevicePath = 'Eszk<7A>z el<65>r<EFBFBD>si <20>tvonala';
|
|||
|
$zmSlangDevices = 'Eszk<7A>z<EFBFBD>k';
|
|||
|
$zmSlangDimensions = 'Dimenzi<7A>k';
|
|||
|
$zmSlangDisableAlarms = 'Riaszt<7A>s tilt<6C>sa';
|
|||
|
$zmSlangDisk = 'T<>rhely';
|
|||
|
$zmSlangDonateAlready = 'Nem, <20>n m<>r t<>mogattam';
|
|||
|
$zmSlangDonateEnticement = '<27>n m<>r j<> ideje haszn<7A>lja a ZoneMindert rem<65>lhet<65>leg hasznos kieg<65>sz<73>t<EFBFBD>snek tartja h<>za vagy munkahelye biztos<6F>t<EFBFBD>s<EFBFBD>ban. B<>r ZoneMinder szabad, ny<6E>lt forr<72>sk<73>d<EFBFBD>, <20>s az is marad; a fejleszt<7A>se p<>nzbe ker<65>l. Ha t<>mogatni szeretn<74> a j<>v<EFBFBD>beni fejleszt<7A>seket <20>s az <20>j funkci<63>kat k<>rem t<>mogasson. A t<>mogat<61>s teljesen <20>nk<6E>ntes, de nagyon megbecs<63>lt <20>s annyival tud t<>mogatni amennyivel k<>v<EFBFBD>n.<br><br>Ha t<>mogatni szertne k<>rem v<>lasszon az al<61>bbi lehet<65>s<EFBFBD>gekb<6B>l vagy l<>togassa meg a http://www.zoneminder.com/donate.html oldalt.<br><br>K<>sz<73>n<EFBFBD>m, hogy haszn<7A>lja a ZoneMinder-t <20>s ne felejtse el megl<67>togatni a f<>rumokat a ZoneMinder.com oldalon t<>mogat<61>s<EFBFBD>rt <20>s <20>tletek<65>rt, hogy tudja m<>g jobban haszn<7A>lni a ZoneMinder-t.';
|
|||
|
$zmSlangDonate = 'K<>rem t<>mogasson';
|
|||
|
$zmSlangDonateRemindDay = 'Nem most, figyelmeztess 1 nap m<>lva';
|
|||
|
$zmSlangDonateRemindHour = 'Nem most, figyelmeztess 1 <20>ra m<>lva';
|
|||
|
$zmSlangDonateRemindMonth = 'Nem most, figyelmeztess 1 h<>nap m<>lva';
|
|||
|
$zmSlangDonateRemindNever = 'Nem akarom t<>mogatni, ne is eml<6D>keztess';
|
|||
|
$zmSlangDonateRemindWeek = 'Nem most, figyelmeztess 1 h<>t m<>lva';
|
|||
|
$zmSlangDonateYes = 'Igen, most szeretn<74>m t<>mogatni';
|
|||
|
$zmSlangDownload = 'Let<65>lt';
|
|||
|
$zmSlangDuration = 'Id<49>tartam';
|
|||
|
$zmSlangEdit = 'Szerkeszt';
|
|||
|
$zmSlangEmail = 'Email';
|
|||
|
$zmSlangEnableAlarms = 'Riaszt<7A>s felold<6C>sa';
|
|||
|
$zmSlangEnabled = 'Enged<65>lyezve';
|
|||
|
$zmSlangEnterNewFilterName = '<27>rd be az <20>j sz<73>r<EFBFBD> nev<65>t';
|
|||
|
$zmSlangErrorBrackets = 'Hiba, ellen<65>rizd, hogy ugyanannyi nyit<69> <20>s z<>r<EFBFBD> z<>r<EFBFBD>jel van';
|
|||
|
$zmSlangError = 'Hiba';
|
|||
|
$zmSlangErrorValidValue = 'Hiba, ellen<65>rizd, hogy minden be<62>ll<6C>t<EFBFBD>snak <20>rv<72>nyes <20>rt<72>ke van';
|
|||
|
$zmSlangEtc = 'stb';
|
|||
|
$zmSlangEvent = 'Esem<65>ny';
|
|||
|
$zmSlangEventFilter = 'Esem<65>ny sz<73>r<EFBFBD>';
|
|||
|
$zmSlangEventId = 'Esem<65>ny azonos<6F>t<EFBFBD>';
|
|||
|
$zmSlangEventName = 'Esem<65>ny n<>v';
|
|||
|
$zmSlangEventPrefix = 'Esem<65>ny el<65>tag';
|
|||
|
$zmSlangEvents = 'Esem<65>nyek';
|
|||
|
$zmSlangExclude = 'Kiz<69>r';
|
|||
|
$zmSlangExecute = 'Futtat';
|
|||
|
$zmSlangExportDetails = 'Esem<65>ny adatainak export<72>l<EFBFBD>sa';
|
|||
|
$zmSlangExport = 'Export<72>l';
|
|||
|
$zmSlangExportFailed = 'Hib<69>s export<72>l<EFBFBD>s';
|
|||
|
$zmSlangExportFormat = 'Export<72>lt f<>jl form<72>tuma';
|
|||
|
$zmSlangExportFormatTar = 'TAR';
|
|||
|
$zmSlangExportFormatZip = 'ZIP';
|
|||
|
$zmSlangExportFrames = 'K<>pek adatainak export<72>l<EFBFBD>sa';
|
|||
|
$zmSlangExportImageFiles = 'K<>pek export<72>l<EFBFBD>sa';
|
|||
|
$zmSlangExporting = 'Export<72>l<EFBFBD>s...';
|
|||
|
$zmSlangExportMiscFiles = 'Egy<67>b f<>jlok export<72>l<EFBFBD>sa (ha vannak)';
|
|||
|
$zmSlangExportOptions = 'Export<72>l<EFBFBD>s be<62>ll<6C>t<EFBFBD>sai';
|
|||
|
$zmSlangExportVideoFiles = 'Vide<64> f<>jlok export<72>l<EFBFBD>sa (ha vannak)';
|
|||
|
$zmSlangFar = 'T<>vol';
|
|||
|
$zmSlangFeed = 'Folyam';
|
|||
|
$zmSlangFileColours = 'F<>jl sz<73>nei';
|
|||
|
$zmSlangFile = 'F<>jl';
|
|||
|
$zmSlangFilePath = 'F<>jl el<65>r<EFBFBD>si <20>tvonala';
|
|||
|
$zmSlangFilterArchiveEvents = 'Minden tal<61>lat archiv<69>l<EFBFBD>sa';
|
|||
|
$zmSlangFilterDeleteEvents = 'Minden tal<61>lat t<>rl<72>se';
|
|||
|
$zmSlangFilterEmailEvents = 'Minden tal<61>lat adatainak elk<6C>ld<6C>se E-mailben';
|
|||
|
$zmSlangFilterExecuteEvents = 'Parancs futtat<61>sa minden tal<61>laton';
|
|||
|
$zmSlangFilterMessageEvents = 'Minden tal<61>lat adatainak <20>zen<65>se';
|
|||
|
$zmSlangFilterPx = 'Sz<53>rt k<>pkock<63>k';
|
|||
|
$zmSlangFilters = 'Sz<53>r<EFBFBD>k';
|
|||
|
$zmSlangFilterUnset = 'Meg kell adnod a sz<73>r<EFBFBD> sz<73>less<73>g<EFBFBD>t <20>s magass<73>g<EFBFBD>t';
|
|||
|
$zmSlangFilterUploadEvents = 'Minden tal<61>lat felt<6C>lt<6C>se';
|
|||
|
$zmSlangFilterVideoEvents = 'Vide<64> k<>sz<73>t<EFBFBD>se minden tal<61>latr<74>l';
|
|||
|
$zmSlangFirst = 'Els<6C>';
|
|||
|
$zmSlangFlippedHori = 'V<>zszintes t<>kr<6B>z<EFBFBD>s';
|
|||
|
$zmSlangFlippedVert = 'F<>gg<67>leges t<>kr<6B>z<EFBFBD>s';
|
|||
|
$zmSlangFocus = 'F<>kusz';
|
|||
|
$zmSlangForceAlarm = 'K<>zi riaszt<7A>s';
|
|||
|
$zmSlangFormat = 'Form<72>tum';
|
|||
|
$zmSlangFPS = 'fps';
|
|||
|
$zmSlangFPSReportInterval = 'FPS jelent<6E>s id<69>k<EFBFBD>ze';
|
|||
|
$zmSlangFrame = 'K<>pkocka';
|
|||
|
$zmSlangFrameId = 'K<>pkocka azonos<6F>t<EFBFBD>';
|
|||
|
$zmSlangFrameRate = 'FPS';
|
|||
|
$zmSlangFrames = 'K<>pkocka';
|
|||
|
$zmSlangFrameSkip = 'K<>pk. kihagy<67>s';
|
|||
|
$zmSlangFTP = 'FTP';
|
|||
|
$zmSlangFunc = 'Funk.';
|
|||
|
$zmSlangFunction = 'Funkci<63>';
|
|||
|
$zmSlangGain = 'Er<45>s<EFBFBD>t<EFBFBD>s';
|
|||
|
$zmSlangGeneral = '<27>ltal<61>nos';
|
|||
|
$zmSlangGenerateVideo = 'Vide<64> k<>sz<73>t<EFBFBD>s';
|
|||
|
$zmSlangGeneratingVideo = 'Vide<64> k<>sz<73>t<EFBFBD>se...';
|
|||
|
$zmSlangGoToZoneMinder = 'L<>togat<61>s a ZoneMinder.com-ra';
|
|||
|
$zmSlangGrey = 'Sz<53>rke';
|
|||
|
$zmSlangGroup = 'Csoport';
|
|||
|
$zmSlangGroups = 'Csoportok';
|
|||
|
$zmSlangHasFocusSpeed = 'Van f<>kusz sebess<73>g';
|
|||
|
$zmSlangHasGainSpeed = 'Van er<65>s<EFBFBD>t<EFBFBD>s sebess<73>g';
|
|||
|
$zmSlangHasHomePreset = 'Van kedvenc profilja';
|
|||
|
$zmSlangHasIrisSpeed = 'Van <20>risz sebess<73>g';
|
|||
|
$zmSlangHasPanSpeed = 'Van jobb-bal sebess<73>g';
|
|||
|
$zmSlangHasPresets = 'Vannak profiljai';
|
|||
|
$zmSlangHasTiltSpeed = 'Van le-fel sebess<73>g';
|
|||
|
$zmSlangHasTurboPan = 'Van turb<72> jobb-bal';
|
|||
|
$zmSlangHasTurboTilt = 'Van turb<72> le-fel';
|
|||
|
$zmSlangHasWhiteSpeed = 'Van feh<65>r egyens<6E>ly sebess<73>g';
|
|||
|
$zmSlangHasZoomSpeed = 'Van zoom sebess<73>g';
|
|||
|
$zmSlangHighBW = 'Magas<br>s<>vsz.';
|
|||
|
$zmSlangHigh = 'Magas';
|
|||
|
$zmSlangHome = 'Home';
|
|||
|
$zmSlangHour = '<27>r<EFBFBD>ban';
|
|||
|
$zmSlangHue = 'Sz<53>n<EFBFBD>rnyalat';
|
|||
|
$zmSlangId = 'Azon.';
|
|||
|
$zmSlangIdle = 'nincs esem<65>ny';
|
|||
|
$zmSlangIgnore = 'Figyelmen k<>v<EFBFBD>l hagy';
|
|||
|
$zmSlangImageBufferSize = 'K<>ppuffer m<>rete (k<>pkock<63>k)';
|
|||
|
$zmSlangImage = 'K<>p';
|
|||
|
$zmSlangImages = 'K<>p';
|
|||
|
$zmSlangInclude = 'Be<42>gyaz';
|
|||
|
$zmSlangIn = 'In';
|
|||
|
$zmSlangInverted = 'Invert<72>lva';
|
|||
|
$zmSlangIris = '<27>risz';
|
|||
|
$zmSlangKeyString = 'Kulcs karaktersor';
|
|||
|
$zmSlangLabel = 'Cimke';
|
|||
|
$zmSlangLanguage = 'Nyelv';
|
|||
|
$zmSlangLast = 'Utols<6C>';
|
|||
|
$zmSlangLimitResultsPost = 'tal<61>latig korl<72>toz'; // This is used at the end of the phrase 'Limit to first N results only'
|
|||
|
$zmSlangLimitResultsPre = 'Az els<6C>'; // This is used at the beginning of the phrase 'Limit to first N results only'
|
|||
|
$zmSlangLinkedMonitors = '<27>sszef<65>gg<67> monitorok';
|
|||
|
$zmSlangList = 'Lista';
|
|||
|
$zmSlangLoad = 'Terhel<65>s';
|
|||
|
$zmSlangLocal = 'Helyi';
|
|||
|
$zmSlangLoggedInAs = 'Bejelentkezve mint';
|
|||
|
$zmSlangLoggingIn = 'Bejelentkez<65>s folyamatban';
|
|||
|
$zmSlangLogin = 'Bejelentkez<65>s';
|
|||
|
$zmSlangLogout = 'Kil<69>p<EFBFBD>s';
|
|||
|
$zmSlangLowBW = 'Alacsony<br>s<>vsz.';
|
|||
|
$zmSlangLow = 'Alacsony';
|
|||
|
$zmSlangMain = 'F<>';
|
|||
|
$zmSlangMan = 'Man';
|
|||
|
$zmSlangManual = 'K<>zik<69>nyv';
|
|||
|
$zmSlangMark = 'Jel<65>l<EFBFBD>s';
|
|||
|
$zmSlangMaxBandwidth = 'Max. s<>vsz<73>less<73>g';
|
|||
|
$zmSlangMaxBrScore = 'Max.<br/><3E>rt<72>k';
|
|||
|
$zmSlangMaxFocusRange = 'Max. f<>kusz tartom<6F>ny';
|
|||
|
$zmSlangMaxFocusSpeed = 'Max. f<>kusz sebess<73>g';
|
|||
|
$zmSlangMaxFocusStep = 'Max. f<>kusz l<>p<EFBFBD>s';
|
|||
|
$zmSlangMaxGainRange = 'Max Gain Range';
|
|||
|
$zmSlangMaxGainSpeed = 'Max Gain Speed';
|
|||
|
$zmSlangMaxGainStep = 'Max Gain Step';
|
|||
|
$zmSlangMaximumFPS = 'Maximum FPS';
|
|||
|
$zmSlangMaxIrisRange = 'Max. <20>risz tartom<6F>ny';
|
|||
|
$zmSlangMaxIrisSpeed = 'Max. <20>risz sebess<73>g';
|
|||
|
$zmSlangMaxIrisStep = 'Max. <20>risz l<>p<EFBFBD>s';
|
|||
|
$zmSlangMax = 'Max.';
|
|||
|
$zmSlangMaxPanRange = 'Max. jobb-bal tartom<6F>ny';
|
|||
|
$zmSlangMaxPanSpeed = 'Max. jobb-bal sebess<73>g';
|
|||
|
$zmSlangMaxPanStep = 'Max. jobb-bal l<>p<EFBFBD>s';
|
|||
|
$zmSlangMaxTiltRange = 'Max. fel-le tartom<6F>ny';
|
|||
|
$zmSlangMaxTiltSpeed = 'Max. fel-le sebess<73>g';
|
|||
|
$zmSlangMaxTiltStep = 'Max. fel-le l<>p<EFBFBD>s';
|
|||
|
$zmSlangMaxWhiteRange = 'Max. feh<65>r egyens<6E>ly tartom<6F>ny';
|
|||
|
$zmSlangMaxWhiteSpeed = 'Max. feh<65>r egyens<6E>ly sebess<73>g';
|
|||
|
$zmSlangMaxWhiteStep = 'Max. feh<65>r egyens<6E>ly l<>p<EFBFBD>s';
|
|||
|
$zmSlangMaxZoomRange = 'Max. zoom tartom<6F>ny';
|
|||
|
$zmSlangMaxZoomSpeed = 'Max. zoom sebess<73>g';
|
|||
|
$zmSlangMaxZoomStep = 'Max. zoom l<>p<EFBFBD>s';
|
|||
|
$zmSlangMediumBW = 'K<>zepes<br>s<>vsz.';
|
|||
|
$zmSlangMedium = 'K<>zepes';
|
|||
|
$zmSlangMinAlarmAreaLtMax = 'A minimum riasztott ter<65>letnek kisebbnek kell lennie mint a maximumnak';
|
|||
|
$zmSlangMinAlarmAreaUnset = 'Meg kell adnod a minimum riasztott k<>ppontok sz<73>m<EFBFBD>t';
|
|||
|
$zmSlangMinBlobAreaLtMax = 'A minimum blob ter<65>letnek kisebbnek kell lennie mint a maximumnak';
|
|||
|
$zmSlangMinBlobAreaUnset = 'Meg kell adnod a minimum blob k<>ppontok sz<73>m<EFBFBD>t';
|
|||
|
$zmSlangMinBlobLtMinFilter = 'A minimum blob ter<65>letnek kisebbnek vagy egyenl<6E>nek kell lennie a megsz<73>rt ter<65>lettel';
|
|||
|
$zmSlangMinBlobsLtMax = 'A minimum bloboknak kisebbeknek kell lenni<6E>k, mint a maximum';
|
|||
|
$zmSlangMinBlobsUnset = 'Meg kell adnod a blobok sz<73>m<EFBFBD>t';
|
|||
|
$zmSlangMinFilterAreaLtMax = 'A minimum megsz<73>rt ter<65>letnek kisebbnek kell lennie mint a maximum';
|
|||
|
$zmSlangMinFilterAreaUnset = 'Meg kell adnod a megsz<73>rt ter<65>let k<>ppontjainak sz<73>m<EFBFBD>t';
|
|||
|
$zmSlangMinFilterLtMinAlarm = 'A megsz<73>rt ter<65>letnek kisebbnek vagy ugyanakkor<6F>nak kell lennie mint a riasztott ter<65>let';
|
|||
|
$zmSlangMinFocusRange = 'Min. f<>kusz ter<65>let';
|
|||
|
$zmSlangMinFocusSpeed = 'Min. f<>kusz sebess<73>g';
|
|||
|
$zmSlangMinFocusStep = 'Min. f<>kusz l<>p<EFBFBD>s';
|
|||
|
$zmSlangMinGainRange = 'Min Gain Range';
|
|||
|
$zmSlangMinGainSpeed = 'Min Gain Speed';
|
|||
|
$zmSlangMinGainStep = 'Min Gain Step';
|
|||
|
$zmSlangMinIrisRange = 'Min. <20>risz ter<65>let';
|
|||
|
$zmSlangMinIrisSpeed = 'Min. <20>risz sebess<73>g';
|
|||
|
$zmSlangMinIrisStep = 'Min. <20>risz l<>p<EFBFBD>s';
|
|||
|
$zmSlangMinPanRange = 'Min. jobb-bal tartom<6F>ny';
|
|||
|
$zmSlangMinPanSpeed = 'Min. jobb-bal sebess<73>g';
|
|||
|
$zmSlangMinPanStep = 'Min. jobb-bal l<>p<EFBFBD>s';
|
|||
|
$zmSlangMinPixelThresLtMax = 'A minimum k<>sz<73>b k<>ppontnak kisebbnek kell lennie, mint a maximum';
|
|||
|
$zmSlangMinPixelThresUnset = 'Meg kell adnod a minimum k<>ppont k<>sz<73>b<EFBFBD>t';
|
|||
|
$zmSlangMinTiltRange = 'Min. fel-le tartom<6F>ny';
|
|||
|
$zmSlangMinTiltSpeed = 'Min. fel-le sebess<73>g';
|
|||
|
$zmSlangMinTiltStep = 'Min. fel-le l<>p<EFBFBD>s';
|
|||
|
$zmSlangMinWhiteRange = 'Min. feh<65>r egyens<6E>ly ter<65>let';
|
|||
|
$zmSlangMinWhiteSpeed = 'Min. feh<65>r egyens<6E>ly sebess<73>g';
|
|||
|
$zmSlangMinWhiteStep = 'Min. feh<65>r egyens<6E>ly l<>p<EFBFBD>s';
|
|||
|
$zmSlangMinZoomRange = 'Min. zoom ter<65>let';
|
|||
|
$zmSlangMinZoomSpeed = 'Min. zoom sebess<73>g';
|
|||
|
$zmSlangMinZoomStep = 'Min. zoom l<>p<EFBFBD>s';
|
|||
|
$zmSlangMisc = 'Egy<67>b';
|
|||
|
$zmSlangMonitorIds = 'Monitor Azonos<6F>t<EFBFBD>k';
|
|||
|
$zmSlangMonitor = 'Monitor';
|
|||
|
$zmSlangMonitorPresetIntro = 'V<>lassz egy, az el<65>re meghat<61>rozott<br> <20>rt<72>kprofilt az al<61>bbiak k<>z<EFBFBD>l.<br><br>Vedd figyelembe, hogy ez fel<65>l<EFBFBD>rhatja <br>az <20>ltalad m<>r be<62>ll<6C>tott <20>rt<72>keket.<br><br>';
|
|||
|
$zmSlangMonitorPreset = 'El<45>re be<62>ll<6C>tott <20>rt<72>kprofilok megfigyel<65>shez';
|
|||
|
$zmSlangMonitors = 'Megfigyel<65>sek';
|
|||
|
$zmSlangMontage = 'T<>bbkamer<65>s n<>zet';
|
|||
|
$zmSlangMonth = 'H<>napban';
|
|||
|
$zmSlangMove = 'Mozg<7A>s';
|
|||
|
$zmSlangMustBeGe = 'nagyobbnak vagy egyenl<6E>nek kell lennie';
|
|||
|
$zmSlangMustBeLe = 'kisebbnek vagy egyenl<6E>nek kell lennie';
|
|||
|
$zmSlangMustConfirmPassword = 'Meg kell er<65>s<EFBFBD>tened a jelsz<73>t';
|
|||
|
$zmSlangMustSupplyPassword = 'Meg kell adnod a jelsz<73>t';
|
|||
|
$zmSlangMustSupplyUsername = 'Meg kell adnod felhaszn<7A>l<EFBFBD>i nevet';
|
|||
|
$zmSlangName = 'N<>v';
|
|||
|
$zmSlangNear = 'K<>zel';
|
|||
|
$zmSlangNetwork = 'H<>l<EFBFBD>zat';
|
|||
|
$zmSlangNewGroup = '<27>j csoport';
|
|||
|
$zmSlangNewLabel = '<27>j cimke';
|
|||
|
$zmSlangNew = '<27>j';
|
|||
|
$zmSlangNewPassword = '<27>j jelsz<73>';
|
|||
|
$zmSlangNewState = '<27>j <20>llapot';
|
|||
|
$zmSlangNewUser = '<27>j felhaszn<7A>l<EFBFBD>';
|
|||
|
$zmSlangNext = 'K<>vetkez<65>';
|
|||
|
$zmSlangNoFramesRecorded = 'Nincs felvett k<>pkocka ehhez az esem<65>nyhez';
|
|||
|
$zmSlangNoGroup = 'Nincs csoport';
|
|||
|
$zmSlangNoneAvailable = 'Nincs el<65>rhet<65>';
|
|||
|
$zmSlangNone = 'Nincs kiv<69>lasztva';
|
|||
|
$zmSlangNo = 'Nem';
|
|||
|
$zmSlangNormal = 'Norm<72>lis';
|
|||
|
$zmSlangNoSavedFilters = 'Nincs mentett sz<73>r<EFBFBD>';
|
|||
|
$zmSlangNoStatisticsRecorded = 'Nincs mentett statisztika ehhez az esem<65>nyhez/k<>pkock<63>hoz';
|
|||
|
$zmSlangNotes = 'Megjegyz<79>sek';
|
|||
|
$zmSlangNumPresets = 'Profilok sz<73>ma';
|
|||
|
$zmSlangOff = 'Ki';
|
|||
|
$zmSlangOn = 'Be';
|
|||
|
$zmSlangOpen = 'Megnyit<69>s';
|
|||
|
$zmSlangOpEq = 'egyenl<6E>';
|
|||
|
$zmSlangOpGtEq = 'nagyobb van egyenl<6E>';
|
|||
|
$zmSlangOpGt = 'nagyobb mint';
|
|||
|
$zmSlangOpIn = 'be<62>ll<6C>tva';
|
|||
|
$zmSlangOpLtEq = 'kisebb vagy egyenl<6E>';
|
|||
|
$zmSlangOpLt = 'kisebb mint';
|
|||
|
$zmSlangOpMatches = 'tal<61>latok';
|
|||
|
$zmSlangOpNe = 'nem egyenl<6E>';
|
|||
|
$zmSlangOpNotIn = 'nincs be<62>ll<6C>tva';
|
|||
|
$zmSlangOpNotMatches = 'nincs tal<61>lat';
|
|||
|
$zmSlangOptionHelp = 'Be<42>ll<6C>t<EFBFBD>si seg<65>ts<74>g';
|
|||
|
$zmSlangOptionRestartWarning = 'Ez a be<62>ll<6C>t<EFBFBD>s nem jut teljesen <20>rv<72>nyre\nam<61>g a rendszer fut. Ha megtett<74>l minden\nbe<62>ll<6C>t<EFBFBD>st, ind<6E>tsd <20>jra a ZoneMinder szolg<6C>ltat<61>st.';
|
|||
|
$zmSlangOptions = 'Be<42>ll<6C>t<EFBFBD>sok';
|
|||
|
$zmSlangOrder = 'Sorrend';
|
|||
|
$zmSlangOrEnterNewName = 'vagy adj meg <20>j nevet';
|
|||
|
$zmSlangOrientation = 'Orient<6E>ci<63>';
|
|||
|
$zmSlangOut = 'Kifel<65>';
|
|||
|
$zmSlangOverwriteExisting = 'Megl<67>v<EFBFBD> fel<65>l<EFBFBD>r<EFBFBD>sa';
|
|||
|
$zmSlangPaged = 'Lapozva';
|
|||
|
$zmSlangPanLeft = 'Mozog balra';
|
|||
|
$zmSlangPan = 'Jobb-bal mozg<7A>s';
|
|||
|
$zmSlangPanRight = 'Mozog jobbra';
|
|||
|
$zmSlangPanTilt = 'Mozgat';
|
|||
|
$zmSlangParameter = 'Param<61>ter';
|
|||
|
$zmSlangPassword = 'Jelsz<73>';
|
|||
|
$zmSlangPasswordsDifferent = 'Az <20>j <20>s a meger<65>s<EFBFBD>tett jelsz<73> k<>l<EFBFBD>nb<6E>zik!';
|
|||
|
$zmSlangPaths = 'Utak';
|
|||
|
$zmSlangPhoneBW = 'Bet<65>rcs<63>z<EFBFBD><br>s<>vsz.';
|
|||
|
$zmSlangPhone = 'Telefonon bet<65>rcs<63>zva';
|
|||
|
$zmSlangPixelDiff = 'K<>ppont elt<6C>r<EFBFBD>s';
|
|||
|
$zmSlangPixels = 'k<>ppont';
|
|||
|
$zmSlangPlayAll = 'Mind lej<65>tsz<73>sa';
|
|||
|
$zmSlangPleaseWait = 'K<>rlek v<>rj...';
|
|||
|
$zmSlangPoint = 'Pont';
|
|||
|
$zmSlangPostEventImageBuffer = 'Esem<65>ny ut<75>ni k<>ppuffer';
|
|||
|
$zmSlangPreEventImageBuffer = 'Esem<65>ny el<65>tti k<>ppuffer';
|
|||
|
$zmSlangPreset = 'El<45>re be<62>ll<6C>tott profil';
|
|||
|
$zmSlangPresets = 'El<45>re be<62>ll<6C>tott profilok';
|
|||
|
$zmSlangPrev = 'El<45>z<EFBFBD>';
|
|||
|
$zmSlangRate = 'FPS';
|
|||
|
$zmSlangReal = 'Val<61>s';
|
|||
|
$zmSlangRecord = 'Felv<6C>tel';
|
|||
|
$zmSlangRefImageBlendPct = 'Referencia k<>p kever<65>s %-a';
|
|||
|
$zmSlangRefresh = 'Friss<73>t';
|
|||
|
$zmSlangRemoteHostName = 'H<>l<EFBFBD>zati IP c<>m/hosztn<74>v';
|
|||
|
$zmSlangRemoteHostPath = 'A k<>p el<65>r<EFBFBD>si <20>tja';
|
|||
|
$zmSlangRemoteHostPort = 'H<>l<EFBFBD>zati g<>p portsz<73>ma';
|
|||
|
$zmSlangRemoteImageColours = 'A k<>p sz<73>ne';
|
|||
|
$zmSlangRemote = 'H<>l<EFBFBD>zati';
|
|||
|
$zmSlangRename = '<27>tnevez';
|
|||
|
$zmSlangReplay = 'Az elej<65>t<EFBFBD>l';
|
|||
|
$zmSlangResetEventCounts = 'Esem<65>ny sz<73>ml<6D>l<EFBFBD> null<6C>z<EFBFBD>sa';
|
|||
|
$zmSlangReset = 'Alap<61>rt<72>kre <20>ll<6C>t';
|
|||
|
$zmSlangRestarting = '<27>jraind<6E>t<EFBFBD>s';
|
|||
|
$zmSlangRestart = '<27>jraind<6E>t';
|
|||
|
$zmSlangRestrictedCameraIds = 'Korl<72>tozott kamer<65>k azonos<6F>t<EFBFBD>i';
|
|||
|
$zmSlangRestrictedMonitors = 'Korl<72>tozott kamer<65>k';
|
|||
|
$zmSlangReturnDelay = 'Vissza<7A>rkez<65>s k<>sleltet<65>se';
|
|||
|
$zmSlangReturnLocation = 'Vissza<7A>rkez<65>s helye';
|
|||
|
$zmSlangRotateLeft = 'Balra forgat<61>s';
|
|||
|
$zmSlangRotateRight = 'Jobbra forgat<61>s';
|
|||
|
$zmSlangRunMode = 'Fut<75>si m<>d';
|
|||
|
$zmSlangRunning = '<27>les';
|
|||
|
$zmSlangRunState = 'Fut<75>si <20>llapot';
|
|||
|
$zmSlangSaveAs = 'Ment<6E>s mint';
|
|||
|
$zmSlangSaveFilter = 'Sz<53>r<EFBFBD> ment<6E>se';
|
|||
|
$zmSlangSave = 'Ment<6E>s';
|
|||
|
$zmSlangScale = 'M<>retez<65>s';
|
|||
|
$zmSlangScore = 'Pontsz<73>m';
|
|||
|
$zmSlangSecs = 'mp.';
|
|||
|
$zmSlangSectionlength = 'R<>sz hossz';
|
|||
|
$zmSlangSelectMonitors = 'Monitorok kiv<69>laszt<7A>sa';
|
|||
|
$zmSlangSelect = 'Kiv<69>laszt<7A>s';
|
|||
|
$zmSlangSelfIntersecting = 'Polygon edges must not intersect';
|
|||
|
$zmSlangSetLearnPrefs = 'Set Learn Prefs'; // This can be ignored for now
|
|||
|
$zmSlangSetNewBandwidth = '<27>j s<>vsz<73>less<73>g be<62>ll<6C>t<EFBFBD>s';
|
|||
|
$zmSlangSetPreset = 'Alap<61>rtelmezett be<62>ll<6C>t<EFBFBD>sa';
|
|||
|
$zmSlangSet = 'Be<42>ll<6C>t';
|
|||
|
$zmSlangSettings = 'Be<42>ll<6C>t<EFBFBD>sok';
|
|||
|
$zmSlangShowFilterWindow = 'Sz<53>r<EFBFBD>ablak megjelen<65>t<EFBFBD>s';
|
|||
|
$zmSlangShowTimeline = 'Id<49>vonal megjelen<65>t<EFBFBD>s';
|
|||
|
$zmSlangSize = 'F<>jlm<6C>ret';
|
|||
|
$zmSlangSleep = 'Alv<6C>s';
|
|||
|
$zmSlangSortAsc = 'N<>vekv<6B>';
|
|||
|
$zmSlangSortBy = 'Sorbarendez<65>s:';
|
|||
|
$zmSlangSortDesc = 'Cs<43>kken<65>';
|
|||
|
$zmSlangSource = 'Forr<72>s';
|
|||
|
$zmSlangSourceType = 'Forr<72>s t<>pusa';
|
|||
|
$zmSlangSpeedHigh = 'Nagy sebss<73>g';
|
|||
|
$zmSlangSpeedLow = 'Alacsony sebess<73>g';
|
|||
|
$zmSlangSpeedMedium = 'K<>zepes sebess<73>g';
|
|||
|
$zmSlangSpeed = 'Sebess<73>g';
|
|||
|
$zmSlangSpeedTurbo = 'Turb<72> sebess<73>g';
|
|||
|
$zmSlangStart = 'Ind<6E>t';
|
|||
|
$zmSlangState = '<27>llapot';
|
|||
|
$zmSlangStats = 'Statisztik<69>k';
|
|||
|
$zmSlangStatus = 'St<53>tusz';
|
|||
|
$zmSlangStepLarge = 'Nagy ugr<67>s';
|
|||
|
$zmSlangStepMedium = 'K<>zepes ugr<67>s';
|
|||
|
$zmSlangStepNone = 'Nincs ugr<67>s';
|
|||
|
$zmSlangStepSmall = 'Kis ugr<67>s';
|
|||
|
$zmSlangStep = 'Ugr<67>s';
|
|||
|
$zmSlangStills = '<27>ll<6C>k<EFBFBD>pek';
|
|||
|
$zmSlangStopped = 'Meg<65>ll<6C>tva';
|
|||
|
$zmSlangStop = 'Meg<65>ll<6C>t';
|
|||
|
$zmSlangStream = '<27>l<EFBFBD> folyam';
|
|||
|
$zmSlangSubmit = 'Elk<6C>ld';
|
|||
|
$zmSlangSystem = 'Rendszer';
|
|||
|
$zmSlangTele = 'Tele';
|
|||
|
$zmSlangThumbnail = 'El<45>n<EFBFBD>zet';
|
|||
|
$zmSlangTilt = 'Fel-le mozg<7A>s';
|
|||
|
$zmSlangTimeDelta = 'Id<49> v<>ltoz<6F>s';
|
|||
|
$zmSlangTimeline = 'Id<49>vonal';
|
|||
|
$zmSlangTimestampLabelFormat = 'Id<49>b<EFBFBD>lyeg form<72>tum';
|
|||
|
$zmSlangTimestampLabelX = 'Elhelyez<65>s X pozici<63>';
|
|||
|
$zmSlangTimestampLabelY = 'Elhelyez<65>s Y pozici<63>';
|
|||
|
$zmSlangTimestamp = 'Id<49>b<EFBFBD>lyeg';
|
|||
|
$zmSlangTimeStamp = 'Id<49>b<EFBFBD>lyeg';
|
|||
|
$zmSlangTime = 'Id<49>pont';
|
|||
|
$zmSlangToday = 'Ma';
|
|||
|
$zmSlangTools = 'Eszk<7A>z<EFBFBD>k';
|
|||
|
$zmSlangTotalBrScore = '<27>ssz.<br/>pontsz<73>m';
|
|||
|
$zmSlangTrackDelay = 'K<>sleltet<65>s k<>vet<65>se';
|
|||
|
$zmSlangTrackMotion = 'Mozg<7A>s k<>vet<65>se';
|
|||
|
$zmSlangTriggers = 'El<45>id<69>z<EFBFBD>k';
|
|||
|
$zmSlangTurboPanSpeed = 'Turb<72> jobb-bal sebess<73>g';
|
|||
|
$zmSlangTurboTiltSpeed = 'Turbo fel-le sebess<73>g';
|
|||
|
$zmSlangType = 'T<>pus';
|
|||
|
$zmSlangUnarchive = 'Arch<63>vumb<6D>l kivesz';
|
|||
|
$zmSlangUnits = 'Egys<79>gek';
|
|||
|
$zmSlangUnknown = 'Ismeretlen';
|
|||
|
$zmSlangUpdateAvailable = 'El<45>rhet<65> ZoneMinder friss<73>t<EFBFBD>s.';
|
|||
|
$zmSlangUpdateNotNecessary = 'Nem sz<73>ks<6B>ges a friss<73>t<EFBFBD>s.';
|
|||
|
$zmSlangUpdate = 'Friss<73>t<EFBFBD>s';
|
|||
|
$zmSlangUseFilterExprsPost = ' sz<73>r<EFBFBD> kifejez<65>s haszn<7A>lata'; // 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 = 'Sz<53>r<EFBFBD>t haszn<7A>l';
|
|||
|
$zmSlangUsername = 'Felhaszn<7A>l<EFBFBD>n<EFBFBD>v';
|
|||
|
$zmSlangUsers = 'Felhaszn<7A>l<EFBFBD>k';
|
|||
|
$zmSlangUser = 'Felhaszn<7A>l<EFBFBD>';
|
|||
|
$zmSlangValue = '<27>rt<72>k';
|
|||
|
$zmSlangVersionIgnore = 'Ennek a verzi<7A>nak a figyelmen k<>v<EFBFBD>l hagy<67>sa';
|
|||
|
$zmSlangVersionRemindDay = '1 nap m<>lva eml<6D>keztess';
|
|||
|
$zmSlangVersionRemindHour = '1 <20>ra m<>lva eml<6D>keztess';
|
|||
|
$zmSlangVersionRemindNever = 'Ne eml<6D>keztess az <20>j verzi<7A>r<EFBFBD>l';
|
|||
|
$zmSlangVersionRemindWeek = '1 h<>t m<>lva eml<6D>keztess';
|
|||
|
$zmSlangVersion = 'Verzi<7A>';
|
|||
|
$zmSlangVideoFormat = 'Vide<64> form<72>tum';
|
|||
|
$zmSlangVideoGenFailed = 'Hiba a vide<64> k<>sz<73>t<EFBFBD>sekor!';
|
|||
|
$zmSlangVideoGenFiles = 'L<>tez<65> vide<64>k';
|
|||
|
$zmSlangVideoGenNoFiles = 'Nem tal<61>lhat<61>k vide<64>k';
|
|||
|
$zmSlangVideoGenParms = 'Vide<64> k<>sz<73>t<EFBFBD>si param<61>terek';
|
|||
|
$zmSlangVideoGenSucceeded = 'A vide<64> elk<6C>sz<73>lt!';
|
|||
|
$zmSlangVideoSize = 'K<>p m<>rete';
|
|||
|
$zmSlangVideo = 'Vide<64>';
|
|||
|
$zmSlangViewAll = 'Az <20>sszes list<73>z<EFBFBD>sa';
|
|||
|
$zmSlangViewEvent = 'Esem<65>nyek n<>zet';
|
|||
|
$zmSlangViewPaged = 'Oldal n<>zet';
|
|||
|
$zmSlangView = 'Megtekint';
|
|||
|
$zmSlangWake = '<27>breszt';
|
|||
|
$zmSlangWarmupFrames = 'Bemeleg<65>t<EFBFBD> k<>pkock<63>k';
|
|||
|
$zmSlangWatch = 'Figyel';
|
|||
|
$zmSlangWebColour = 'Sz<53>n az id<69>vonal ablakban';
|
|||
|
$zmSlangWeb = 'Web';
|
|||
|
$zmSlangWeek = 'H<>ten';
|
|||
|
$zmSlangWhiteBalance = 'Feh<65>r egyens<6E>ly';
|
|||
|
$zmSlangWhite = 'Feh<65>r';
|
|||
|
$zmSlangWide = 'Sz<53>les';
|
|||
|
$zmSlangX10ActivationString = 'X10 <20>les<65>t<EFBFBD> karaktersor';
|
|||
|
$zmSlangX10InputAlarmString = 'X10 bemeneti riad<61> karaktersor';
|
|||
|
$zmSlangX10OutputAlarmString = 'X10 kimeneti riad<61> karaktersor';
|
|||
|
$zmSlangX10 = 'X10';
|
|||
|
$zmSlangX = 'X';
|
|||
|
$zmSlangYes = 'Igen';
|
|||
|
$zmSlangYouNoPerms = 'Nincs jogod az er<65>forr<72>s el<65>r<EFBFBD>s<EFBFBD>hez.';
|
|||
|
$zmSlangY = 'Y';
|
|||
|
$zmSlangZoneAlarmColour = 'Riad<61> sz<73>n (R/G/B)';
|
|||
|
$zmSlangZoneArea = 'Z<>na ter<65>let';
|
|||
|
$zmSlangZoneFilterSize = 'Sz<53>rt sz<73>less<73>g/magass<73>g (k<>ppontok)';
|
|||
|
$zmSlangZoneMinMaxAlarmArea = 'Min/Max riad<61> ter<65>let';
|
|||
|
$zmSlangZoneMinMaxBlobArea = 'Min/Max Blob ter<65>let';
|
|||
|
$zmSlangZoneMinMaxBlobs = 'Min/Max Blobok';
|
|||
|
$zmSlangZoneMinMaxFiltArea = 'Min/Max sz<73>rt ter<65>let';
|
|||
|
$zmSlangZoneMinMaxPixelThres = 'Min/Max k<>ppont k<>sz<73>b (0-255)';
|
|||
|
$zmSlangZones = 'Z<>n<EFBFBD>k';
|
|||
|
$zmSlangZone = 'Z<>na:';
|
|||
|
$zmSlangZoomIn = 'Zoom be';
|
|||
|
$zmSlangZoomOut = 'Zoom ki';
|
|||
|
$zmSlangZoom = 'Zoom';
|
|||
|
$zmSlangPreserveAspect = 'K<>par<61>ny megtart<72>sa';
|
|||
|
|
|||
|
// Complex replacements with formatting and/or placements, must be passed through sprintf
|
|||
|
$zmClangCurrentLogin = 'Jelenleg bel<65>pve mint \'%1$s\'';
|
|||
|
$zmClangEventCount = '%1$s %2$s'; // For example '37 Events' (from Vlang below)
|
|||
|
$zmClangLastEvents = 'Utols<6C> %1$s %2$s'; // For example 'Last 37 Events' (from Vlang below)
|
|||
|
$zmClangLatestRelease = 'Az utols<6C> kiad<61>s v%1$s, ami neked van v%2$s.';
|
|||
|
$zmClangMonitorCount = '%1$s %2$s'; // For example '4 Monitors' (from Vlang below)
|
|||
|
$zmClangMonitorFunction = 'Megfigyel<65>s funkci<63>: %1$s';
|
|||
|
$zmClangRunningRecentVer = 'A legfrissebb ZoneMinder verzi<7A>t haszn<7A>lod, 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=>'Esem<65>nyek', 1=>'Esem<65>ny', 2=>'Esem<65>ny' );
|
|||
|
$zmVlangMonitor = array( 0=>'Monitorok', 1=>'Monitor', 2=>'Monitor' );
|
|||
|
|
|||
|
// 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";
|
|||
|
//
|
|||
|
|
|||
|
?>
|
|||
|
|