1<?php
2//
3// ZoneMinder web UK English language file, $Date$, $Revision$
4// Copyright (C) 2001-2008 Philip Coombes
5//
6// This program is free software; you can redistribute it and/or
7// modify it under the terms of the GNU General Public License
8// as published by the Free Software Foundation; either version 2
9// of the License, or (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19//
20
21// ZoneMinder Bosnian Translation by Damir Merdan (merdan.damir@gmail.com)
22
23// Notes for Translators
24// 0. Get some credit, put your name in the line above (optional)
25// 1. When composing the language tokens in your language you should try and keep to roughly the
26//   same length text if possible. Abbreviate where necessary as spacing is quite close in a number of places.
27// 2. There are four types of string replacement
28//   a) Simple replacements are words or short phrases that are static and used directly. This type of
29//     replacement can be used 'as is'.
30//   b) Complex replacements involve some dynamic element being included and so may require substitution
31//     or changing into a different order. The token listed in this file will be passed through sprintf as
32//     a formatting string. If the dynamic element is a number you will usually need to use a variable
33//     replacement also as described below.
34//   c) Variable replacements are used in conjunction with complex replacements and involve the generation
35//     of a singular or plural noun depending on the number passed into the zmVlang function. See the
36//     the zmVlang section below for a further description of this.
37//   d) Optional strings which can be used to replace the prompts and/or help text for the Options section
38//     of the web interface. These are not listed below as they are quite large and held in the database
39//     so that they can also be used by the zmconfig.pl script. However you can build up your own list
40//     quite easily from the Config table in the database if necessary.
41// 3. The tokens listed below are not used to build up phrases or sentences from single words. Therefore
42//   you can safely assume that a single word token will only be used in that context.
43// 4. In new language files, or if you are changing only a few words or phrases it makes sense from a
44//   maintenance point of view to include the original language file and override the old definitions rather
45//   than copy all the language tokens across. To do this change the line below to whatever your base language
46//   is and uncomment it.
47// require_once( 'zm_lang_en_gb.php' );
48
49// You may need to change the character set here, if your web server does not already
50// do this by default, uncomment this if required.
51//
52// Example
53// header( "Content-Type: text/html; charset=iso-8859-1" );
54
55// You may need to change your locale here if your default one is incorrect for the
56// language described in this file, or if you have multiple languages supported.
57// If you do need to change your locale, be aware that the format of this function
58// is subtlely different in versions of PHP before and after 4.3.0, see
59// http://uk2.php.net/manual/en/function.setlocale.php for details.
60// Also be aware that changing the whole locale may affect some floating point or decimal
61// arithmetic in the database, if this is the case change only the individual locale areas
62// that don't affect this rather than all at once. See the examples below.
63// Finally, depending on your setup, PHP may not enjoy have multiple locales in a shared
64// threaded environment, if you get funny errors it may be this.
65//
66// Examples
67// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
68// setlocale( LC_ALL, 'en_GB' ); All locale settings 4.3.0 and after
69// setlocale( LC_CTYPE, 'en_GB' ); Character class settings 4.3.0 and after
70// setlocale( LC_TIME, 'en_GB' ); Date and time formatting 4.3.0 and after
71
72// Simple String Replacements
73$SLANG = array(
74    'SystemLog'             => 'Dnevnik',
75    'DateTime'              => 'Datum/Vrijeme',
76    'Component'             => 'Komponenta',
77    'Pid'                   => 'PID',
78    'Level'                 => 'Nivo',
79    'Message'               => 'Poruka',
80    'Line'                  => 'Linija',
81    'More'                  => 'Više',
82    'Clear'                 => 'Očisti',
83    '24BitColour'           => '24 bitne boje',
84    '32BitColour'           => '32 bitne boje',
85    '8BitGrey'              => '8 bit siva nijansa',
86    'Action'                => 'Action',
87    'Actual'                => 'Stvarno',
88    'AddNewControl'         => 'Dodaj kontrolu',
89    'AddNewMonitor'         => 'Dodaj monitor',
90    'AddNewServer'          => 'Dodaj novi server',
91    'AddNewStorage'         => 'Dodaj novi disk',
92    'AddNewUser'            => 'Dodaj novog korisnika',
93    'AddNewZone'            => 'Dodaj novu zonu',
94    'Alarm'                 => 'Alarm',
95    'AlarmBrFrames'         => 'Alarm<br/>Sličice',
96    'AlarmFrame'            => 'Alarm sličica',
97    'AlarmFrameCount'       => 'Brzina snimanja alarma (u frejmovima)',
98    'AlarmLimits'           => 'Alarm limiti',
99    'AlarmMaximumFPS'       => 'Alarm Max SPS',
100    'AlarmPx'               => 'Alarm Px',
101    'AlarmRefImageBlendPct' => 'Alarm Reference Image Blend %ge',
102    'AlarmRGBUnset'         => 'Morate postaviti RGB boju za alarm',
103    'Alert'                 => 'Uzbuna',
104    'All'                   => 'Sve',
105    'AnalysisFPS'           => 'Analiza frejmova',
106    'AnalysisUpdateDelay'   => 'Analysis Update Delay',
107    'Apply'                 => 'Primjeni',
108    'ApplyingStateChange'   => 'Primjenjujem promjenu stanja',
109    'ArchArchived'          => 'Samo arhivirano',
110    'Archive'               => 'Arhiva',
111    'Archived'              => 'Ahivirano',
112    'ArchUnarchived'        => 'Samo nearhivirano',
113    'Area'                  => 'Oblast',
114    'AreaUnits'             => 'Oblast (px/%)',
115    'AttrAlarmFrames'       => 'Alarm frejmovi',
116    'AttrArchiveStatus'     => 'Status arhive',
117    'AttrAvgScore'          => 'Prosj. score',
118    'AttrCause'             => 'Uzrok',
119    'AttrStartDate'         => 'Pocetni datum',
120    'AttrEndDate'           => 'Krajnji datum',
121    'AttrStartDateTime'     => 'Pocetni Datum/Vrijeme',
122    'AttrEndDateTime'       => 'Krajnji Datum/Vrijeme',
123    'AttrDiskSpace'         => 'Disk prostor',
124    'AttrDiskBlocks'        => 'Disk blokovi',
125    'AttrDiskPercent'       => 'Disk procentualno',
126    'AttrDuration'          => 'Trajanje',
127    'AttrFrames'            => 'Frejmovi',
128    'AttrId'                => 'Id',
129    'AttrMaxScore'          => 'Max. Score',
130    'AttrMonitorId'         => 'ID Kamere',
131    'AttrMonitorName'       => 'Naziv Kamere',
132    'AttrStorageArea'       => 'Storage Area',
133    'AttrFilterServer'      => 'Server Filter je pokrenut na',
134    'AttrMonitorServer'     => 'Server Monitor je pokrenut na',
135    'AttrStorageServer'     => 'Server Hosting Storage',
136    'AttrStateId'           => 'Status',
137    'AttrName'              => 'Naziv',
138    'AttrNotes'             => 'Bilješke',
139    'AttrSystemLoad'        => 'Opterećenje sistema',
140    'AttrStartTime'         => 'Vrijeme početka',
141    'AttrEndTime'           => 'Vrijeme završetka',
142    'AttrTotalScore'        => 'Ukupan score',
143    'AttrStartWeekday'      => 'Početni dan',
144    'AttrEndWeekday'        => 'Krajnji dan',
145    'Auto'                  => 'Automatski',
146    'AutoStopTimeout'       => 'Auto Stop Timeout',
147    'Available'             => 'Dostupno',
148    'AvgBrScore'            => 'Avg.<br/>Score',
149    'Available'             => 'Dostupno',
150    'Background'            => 'Pozadina',
151    'BackgroundFilter'      => 'Pokreni filter u pozadini',
152    'BadAlarmFrameCount'    => 'Brojač alarm frejmova mora biti tipa integer počevši od jedan ili više',
153    'BadAlarmMaxFPS'        => 'Max FPS za alarm mora biti pozitivan cjeli broj ili broj sa pomičnim zarezom',
154    'BadAnalysisFPS'        => 'Broj frejmova za analitiku mora pozitivan cjeli broj ili broj sa pomičnim zarezom',
155    'BadAnalysisUpdateDelay'=> 'Vrijeme zadrške analitike mora biti broj od nula ili više',
156    'BadChannel'            => 'Kanal mora biti postavljen na cjeli broj nula ili više',
157    'BadDevice'             => 'Uredaj mora biti postavljen na validnu vrijednost',
158    'BadFormat'             => 'Format mora biti postavljen na validnu vrijenost',
159    'BadFPSReportInterval'  => 'FPS report interval buffer count must be an integer of 0 or more',
160    'BadFrameSkip'          => 'Frame skip count must be an integer of zero or more',
161    'BadMotionFrameSkip'    => 'Motion Frame skip count must be an integer of zero or more',
162    'BadHeight'             => 'Height must be set to a valid value',
163    'BadHost'               => 'Host must be set to a valid ip address or hostname, do not include http://',
164    'BadImageBufferCount'   => 'Image buffer size must be an integer of 2 or more',
165    'BadLabelX'             => 'Label X co-ordinate must be set to an integer of zero or more',
166    'BadLabelY'             => 'Label Y co-ordinate must be set to an integer of zero or more',
167    'BadMaxFPS'             => 'Maximum FPS must be a positive integer or floating point value',
168    'BadNameChars'          => 'Names may only contain alphanumeric characters plus spaces, hyphen and underscore',
169    'BadPalette'            => 'Palette must be set to a valid value',
170    'BadColours'            => 'Target colour must be set to a valid value',
171    'BadPath'               => 'Path must be set to a valid value',
172    'BadPort'               => 'Port must be set to a valid number',
173    'BadPostEventCount'     => 'Post event image count must be an integer of zero or more',
174    'BadPreEventCount'      => 'Pre event image count must be at least zero, and less than image buffer size',
175    'BadRefBlendPerc'       => 'Reference blend percentage must be a positive integer',
176    'BadSectionLength'      => 'Section length must be an integer of 30 or more',
177    'BadSignalCheckColour'  => 'Signal check colour must be a valid RGB colour string',
178    'BadStreamReplayBuffer' => 'Stream replay buffer must be an integer of zero or more',
179    'BadSourceType'         => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"',
180    'BadWarmupCount'        => 'Warmup frames must be an integer of zero or more',
181    'BadWebColour'          => 'Web colour must be a valid web colour string',
182    'BadWebSitePath'        => 'Please enter a complete website url, including the http:// or https:// prefix.',
183    'BadWidth'              => 'Width must be set to a valid value',
184    'Bandwidth'             => 'Propusnost',
185    'BandwidthHead'         => 'propusnost',	// This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
186    'BlobPx'                => 'Blob Px',
187    'Blobs'                 => 'Blobs',
188    'BlobSizes'             => 'Blob velicine',
189    'Brightness'            => 'Svjetloća',
190    'Buffer'                => 'Bufer',
191    'Buffers'               => 'Buferi',
192    'CanAutoFocus'          => 'Podržava Auto fokusiranje',
193    'CanAutoGain'           => 'Podržava Auto pojačanje',
194    'CanAutoIris'           => 'Podržava Auto blenda',
195    'CanAutoWhite'          => 'Podržava Auto balans bijel.',
196    'CanAutoZoom'           => 'Podržava Auto zum',
197    'Cancel'                => 'otkaži',
198    'CancelForcedAlarm'     => 'Otkaži prisilni alarm',
199    'CanFocusAbs'           => 'Podržava Abs fokus',
200    'CanFocus'              => 'Podržava Fokus',
201    'CanFocusCon'           => 'Podržava Kontinuirani fokus',
202    'CanFocusRel'           => 'Podržava Relativni fokus',
203    'CanGainAbs'            => 'Podržava Aps. pojačanje',
204    'CanGain'               => 'Podržava Pojačanje ',
205    'CanGainCon'            => 'Podržava Kontinuirano pojačanje',
206    'CanGainRel'            => 'Podržava Relativno pojačanje',
207    'CanIrisAbs'            => 'Podržava Aps. blenda',
208    'CanIris'               => 'Podržava Blenda',
209    'CanIrisCon'            => 'Podržava kontinuirana blenda',
210    'CanIrisRel'            => 'Podržava Relativna blenda',
211    'CanMoveAbs'            => 'Podržava Aps. kretanje',
212    'CanMove'               => 'Podržava Kretanje',
213    'CanMoveCon'            => 'Podržava Kontinuirano kretanje',
214    'CanMoveDiag'           => 'Podržava Dijagonalno kretanje',
215    'CanMoveMap'            => 'Podržava Mapirano kretanje',
216    'CanMoveRel'            => 'Podržava Relativno kretanje',
217    'CanPan'                => 'Podržava Pomak' ,
218    'CanReset'              => 'PodržavaReset',
219	'CanReboot'             => 'Can Reboot',
220    'CanSetPresets'         => 'Podržava presetove',
221    'CanSleep'              => 'Podržava Sleep',
222    'CanTilt'               => 'Podržava nagib',
223    'CanWake'               => 'Podržava Wake',
224    'CanWhiteAbs'           => 'Podržava Aps. balans bijele boje',
225    'CanWhiteBal'           => 'Podržava balans bijel.',
226    'CanWhite'              => 'Podržava bijelu',
227    'CanWhiteCon'           => 'Podržava kont. balans bijele boje',
228    'CanWhiteRel'           => 'Podržava relativ. balans bijele boje',
229    'CanZoomAbs'            => 'Podržava Aps. zoom',
230    'CanZoom'               => 'Podržava Zoom',
231    'CanZoomCon'            => 'Podržava kontinuirani Zoom',
232    'CanZoomRel'            => 'Podržava Relativni zoom',
233    'CaptureHeight'         => 'Visina slike',
234    'CaptureMethod'         => 'Metoda snimanja',
235    'CaptureResolution'     => 'Snimi rezoluciju',
236    'CapturePalette'        => 'Paleta boja',
237    'CaptureWidth'          => 'Širina slike',
238    'Cause'                 => 'Uzrok',
239    'CheckMethod'           => 'Metoda provjere alarma',
240    'ChooseDetectedCamera'  => 'Odaberi otkrivenu kameru',
241    'ChooseFilter'          => 'Odaberi filter',
242    'ChooseLogFormat'       => 'Odaberi dugi format',
243    'ChooseLogSelection'    => 'Odaberi dugu selekciju',
244    'ChoosePreset'          => 'Odaberi preset',
245    'CloneMonitor'          => 'Kloniraj',
246    'Close'                 => 'Zatvori',
247    'Colour'                => 'Bojs',
248    'Command'               => 'Komanda',
249    'ConcurrentFilter'      => 'Istovremeno pokreni filter',
250    'Config'                => 'Postavke',
251    'ConfiguredFor'         => 'Podešeno za',
252    'ConfirmDeleteEvents'   => 'Sigurni ste da želite izbrisati odabrane događaje?',
253    'ConfirmPassword'       => 'Potvrdi lozinku',
254    'ConjAnd'               => 'i',
255    'ConjOr'                => 'ili',
256    'Console'               => 'Konzola',
257    'ContactAdmin'          => 'Molimo konkatirajte svog administratora za detalje.',
258    'Continue'              => 'Nastavi',
259    'Contrast'              => 'Kontrast',
260    'ControlAddress'        => 'Kontrolna adresa',
261    'ControlCap'            => 'Control Capability',
262    'ControlCaps'           => 'Control Capabilities',
263    'Control'               => 'PTZ kontole',
264    'ControlDevice'         => 'Kontroliši uređaj',
265    'Controllable'          => 'Moguće kontrolisati',
266    'ControlType'           => 'Tipa kontrole',
267    'Current'               => 'Tekuće',
268    'Cycle'                 => 'Kruži',
269    'CycleWatch'            => 'Kružni prikaz',
270    'Day'                   => 'Dan',
271    'Debug'                 => 'Debug',
272    'DefaultRate'           => 'Podrazumjevana stopa',
273    'DefaultScale'          => 'Podrazumjevani razmjer',
274    'DefaultView'           => 'Podrazumjevani prikaz',
275    'Deinterlacing'         => 'Deinterlacing',
276    'RTSPDescribe'         => 'Use RTSP Response Media URL',
277    'Delay'                 => 'Zadrška',
278    'DeleteAndNext'         => 'Izbriši &amp; Sljedeće',
279    'DeleteAndPrev'         => 'Izbriši &amp; Preth',
280    'Delete'                => 'Izbriši',
281    'DeleteSavedFilter'     => 'Izbriši spremljeni filter',
282    'Description'           => 'Opis',
283    'DetectedCameras'       => 'Detektovane kamere:',
284    'DetectedProfiles'      => 'Otkriveni profili',
285    'DeviceChannel'         => 'Kanal',
286    'DeviceFormat'          => 'Sistem boja',
287    'DeviceNumber'          => 'Broj uređaja',
288    'DevicePath'            => 'Putanja uređaja',
289    'Device'                => 'Uređaj',
290    'Devices'               => 'Uređaji',
291    'Dimensions'            => 'Dimenzije',
292    'DisableAlarms'         => 'Onemogući alarme',
293    'Disk'                  => 'Disk',
294    'Display'               => 'Prikaz',
295    'Displaying'            => 'Prikazujem',
296    'DonateAlready'         => 'Ne, već sam napravio donaciju.',
297    'DonateEnticement'      => 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br/><br/>If you would like to donate please select the option below or go to https://zoneminder.com/donate/ in your browser.<br/><br/>Thank you for using ZoneMinder and don\'t forget to visit the forums on ZoneMinder.com for support or suggestions about how to make your ZoneMinder experience even better.',
298    'Donate'                => 'Molimo donirajte',
299    'DonateRemindDay'       => 'Ne još, podsjetime za 1 dan',
300    'DonateRemindHour'      => 'Ne još, podsjetime za 1 sat',
301    'DonateRemindMonth'     => 'Ne još, podsjeti me za jedan mjesec',
302    'DonateRemindNever'     => 'Ne, ne želim donirati, nemoj me više podsjećati.',
303    'DonateRemindWeek'      => 'Ne još, podsjeti me za sedam dana.',
304    'DonateYes'             => 'Da, želim da doniram sada.',
305    'DoNativeMotionDetection'=> 'Nativna detekcija pokreta',
306    'Download'              => 'Preuzmi',
307    'DuplicateMonitorName'  => 'Dupliciraj ime monitora',
308    'Duration'              => 'Trajanje',
309    'Edit'                  => 'Uredi',
310    'EditLayout'            => 'Uredi raspored',
311    'Email'                 => 'Email',
312    'EnableAlarms'          => 'Omogući alarme',
313    'Enabled'               => 'Omogućeno',
314    'EnterNewFilterName'    => 'Unesi novo ime za filter',
315    'ErrorBrackets'         => 'Greška, provjerite da li imate jednak broj otvorenih i zatvorenih zagrada.',
316    'Error'                 => 'Greška',
317    'ErrorValidValue'       => 'Greška, osigurajte se da svi pojmovi imaju valide vrijednosti',
318    'Etc'                   => 'itd',
319    'Event'                 => 'Događaj',
320    'EventFilter'           => 'Filter događaja',
321    'EventId'               => 'ID događaja',
322    'EventName'             => 'Naziv događaja',
323    'EventPrefix'           => 'Prefiks događaja',
324    'Events'                => 'Događaji',
325    'Exclude'               => 'Isključi',
326    'Execute'               => 'Izvrši',
327    'ExportDetails'         => 'Izvezi detalje o događaju',
328    'Exif'                  => 'Umetni EXIF podatke u sliku',
329    'Export'                => 'Izvezi',
330    'DownloadVideo'         => 'Preuzmi video',
331    'GenerateDownload'      => 'Generiši preuzimanje',
332    'ExportFailed'          => 'Izvoz nije uspio',
333    'ExportFormat'          => 'Format za izvoz',
334    'ExportFormatTar'       => 'Tar',
335    'ExportFormatZip'       => 'Zip',
336    'ExportFrames'          => 'Izvezi detalje frejma',
337    'ExportImageFiles'      => 'Izvezi slike',
338    'ExportLog'             => 'Izvezi zapisnik',
339    'Exporting'             => 'Izvozim',
340    'ExportMiscFiles'       => 'Izvezi druge fajlove (ukoliko postoje)',
341    'ExportOptions'         => 'Opcije izvoženja',
342    'ExportSucceeded'       => 'Izvoz uspio',
343    'ExportVideoFiles'      => 'Izvezi video fileove (ukoliko postoje)',
344    'Far'                   => 'Far',
345    'FastForward'           => 'Naprijed',
346    'Feed'                  => 'Feed',
347    'Ffmpeg'                => 'Ffmpeg',
348    'File'                  => 'File',
349    'FilterArchiveEvents'   => 'Arhiviraj pronađeno',
350    'FilterUpdateDiskSpace' => 'Ažuriraj korišteni prostor na disku',
351    'FilterDeleteEvents'    => 'Izbriši sve pronađeno',
352    'FilterMoveEvents'      => 'Premjesti pronađeno',
353    'FilterEmailEvents'     => 'Pošalji detalje mailom',
354    'FilterExecuteEvents'   => 'Izvrši sljededeću komandu',
355    'FilterLog'             => 'Filtriraj zapis',
356    'FilterMessageEvents'   => 'Message details of all matches',
357    'FilterPx'              => 'Filter Px',
358    'Filter'                => 'Filter',
359    'Filters'               => 'Filteri',
360    'FilterUnset'           => 'Morate navesti širinu i visinu filtera',
361    'FilterUploadEvents'    => 'Učitaj sve događaje',
362    'FilterVideoEvents'     => 'Napravi video',
363    'First'                 => 'Prvi',
364    'FlippedHori'           => 'Zaokrenuto horizontalno',
365    'FlippedVert'           => 'Zaokrenuto vertikalno',
366    'FnNone'                => 'nijedan',            // Added 2013.08.16.
367    'FnMonitor'             => 'Monitor',            // Added 2013.08.16.
368    'FnModect'              => 'Modect',            // Added 2013.08.16.
369    'FnRecord'              => 'Record',            // Added 2013.08.16.
370    'FnMocord'              => 'Mocord',            // Added 2013.08.16.
371    'FnNodect'              => 'Nodect',            // Added 2013.08.16.
372    'Focus'                 => 'Fokus',
373    'ForceAlarm'            => 'Prisilni alarm',
374    'Format'                => 'Format',
375    'FPS'                   => 'fps',
376    'FPSReportInterval'     => 'FPS Report Interval',
377    'Frame'                 => 'Frame',
378    'FrameId'               => 'Frame Id',
379    'FrameRate'             => 'Frame Rate',
380    'Frames'                => 'Frejmovi',
381    'FrameSkip'             => 'Preskoči frejm',
382    'MotionFrameSkip'       => 'Motion Frame Skip',
383    'FTP'                   => 'FTP',
384    'Func'                  => 'Func',
385    'Function'              => 'Funkcija',
386    'Gain'                  => 'Pojačanje',
387    'General'               => 'Opšte',
388    'GenerateVideo'         => 'Generiši video',
389    'GeneratingVideo'       => 'Generiši video',
390    'GoToZoneMinder'        => 'Idi na ZoneMinder.com',
391    'Grey'                  => 'Siva',
392    'Group'                 => 'Grupa',
393    'Groups'                => 'Grupe',
394    'HasFocusSpeed'         => 'Posjeduje brzo fokusiranja',
395    'HasGainSpeed'          => 'Posjeduje brzo pojačanja',
396    'HasHomePreset'         => 'Has Home Preset',
397    'HasIrisSpeed'          => 'Posjeduje brzu blendu',
398    'HasPanSpeed'           => 'Posjeduje brzi pomak',
399    'HasPresets'            => 'Posjeduje pre-setove',
400    'HasTiltSpeed'          => 'Posjeduje brzi nagiba',
401    'HasTurboPan'           => 'Posjeduje turbo pomak',
402    'HasTurboTilt'          => 'Posjeduje turbo nagib',
403    'HasWhiteSpeed'         => 'Posjeduje brzo podeš.bijele',
404    'HasZoomSpeed'          => 'Posjeduje brzi zoom',
405    'HighBW'                => 'High&nbsp;B/W',
406    'High'                  => 'veliku',
407    'Home'                  => 'Početna',
408    'Hostname'				=> 'Hostname',
409    'Hour'                  => 'Sat',
410    'Hue'                   => 'Nijansa',
411    'Id'                    => 'Id',
412    'Idle'                  => 'Na čekanju',
413    'Ignore'                => 'Zanemari',
414    'ImageBufferSize'       => 'Veličina slikovnog bufera (u frejmovima)',
415    'Image'                 => 'Slika',
416    'Images'                => 'Slike',
417    'Include'               => 'Uključi',
418    'In'                    => 'U',
419    'Inverted'              => 'Invertirano',
420    'Iris'                  => 'Blenda',
421    'KeyString'             => 'Key String',
422    'Label'                 => 'Oznaka',
423    'Language'              => 'Jezik',
424    'Last'                  => 'Zadnje',
425    'Layout'                => 'Raspored',
426    'Libvlc'                => 'Libvlc',
427    'LimitResultsPost'      => 'results only', // This is used at the end of the phrase 'Limit to first N results only'
428    'LimitResultsPre'       => 'Limit to first', // This is used at the beginning of the phrase 'Limit to first N results only'
429    'LinkedMonitors'        => 'Povezani monitori',
430    'List'                  => 'Popis',
431    'ListMatches'           => 'Prikaži pronađeno',
432    'Load'                  => 'Opterećenje',
433    'Local'                 => 'Lokalno',
434    'Log'                   => 'Zapis',
435    'Logs'                  => 'Zapisi',
436    'Logging'               => 'Dnevnik događaja',
437    'LoggedInAs'            => 'Prijavljen kao',
438    'LoggingIn'             => 'Prijavljujem',
439    'Login'                 => 'prijava',
440    'Logout'                => 'odjava',
441    'LowBW'                 => 'Low&nbsp;B/W',
442    'Low'                   => 'nisku',
443    'Main'                  => 'Glavno',
444    'Man'                   => 'Man',
445    'Manual'                => 'Ručno',
446    'Mark'                  => 'Označi',
447    'MaxBandwidth'          => 'Max propusnost',
448    'MaxBrScore'            => 'Max.<br/>Score',
449    'MaxFocusRange'         => 'Max raspon fokusa',
450    'MaxFocusSpeed'         => 'Max brzina fokusa',
451    'MaxFocusStep'          => 'Max korak fokusa',
452    'MaxGainRange'          => 'Max raspon pojačanja',
453    'MaxGainSpeed'          => 'Max brzina pojačanja',
454    'MaxGainStep'           => 'Max korak pojačanja',
455    'MaximumFPS'            => 'Maximum FPS',
456    'MaxIrisRange'          => 'Max raspon blende',
457    'MaxIrisSpeed'          => 'Max brzina blende',
458    'MaxIrisStep'           => 'Max korak blende',
459    'Max'                   => 'Max',
460    'MaxPanRange'           => 'Max raspon pomaka',
461    'MaxPanSpeed'           => 'Max brzina pomaka',
462    'MaxPanStep'            => 'Max korak pomaka',
463    'MaxTiltRange'          => 'Max raspon nagiba',
464    'MaxTiltSpeed'          => 'Max brzina nagiba',
465    'MaxTiltStep'           => 'Max korak nagiba',
466    'MaxWhiteRange'         => 'Max raspon bijele',
467    'MaxWhiteSpeed'         => 'Max brzina bijele',
468    'MaxWhiteStep'          => 'Max korak bijele',
469    'MaxZoomRange'          => 'Max raspon zumiranja',
470    'MaxZoomSpeed'          => 'Max brzina zumiranja',
471    'MaxZoomStep'           => 'Max korak zumiranja',
472    'MediumBW'              => 'Medium&nbsp;B/W',
473    'Medium'                => 'srednju',
474    'MinAlarmAreaLtMax'     => 'Min područje alarma mora biti manje od maksimalnog',
475    'MinAlarmAreaUnset'     => 'Morate zadati minimalni broj alarm piksela',
476    'MinBlobAreaLtMax'      => 'Min blob područje mora biti manje od maksimalnog',
477    'MinBlobAreaUnset'      => 'Morate zadati minimalni broj blob piksela',
478    'MinBlobLtMinFilter'    => 'Min blob oblast mora biti manja ili jednaka minimalnoj oblasti filtera',
479    'MinBlobsLtMax'         => 'Min blob mora biti manji od maksimalne',
480    'MinBlobsUnset'         => 'morate zadati minimalni broj blob-ova',
481    'MinFilterAreaLtMax'    => 'Minimalna oblast filtera mora biti manja od maksimalne',
482    'MinFilterAreaUnset'    => 'Morate zadati minimalni broj filter piksela',
483    'MinFilterLtMinAlarm'   => 'Min oblast filtera mora biti manja ili jednaka minimalnoj oblasti alarmne oblasti',
484    'MinFocusRange'         => 'Min raspon fokusiranja',
485    'MinFocusSpeed'         => 'Min brzina fokusiranja',
486    'MinFocusStep'          => 'Min korak fokusiranja',
487    'MinGainRange'          => 'Min raspon pojačanja',
488    'MinGainSpeed'          => 'Min brzina pojačanja',
489    'MinGainStep'           => 'Min korak pojačanja',
490    'MinIrisRange'          => 'Min raspon blende',
491    'MinIrisSpeed'          => 'Min brzina blende',
492    'MinIrisStep'           => 'Min korak blende',
493    'MinPanRange'           => 'Min raspon pomaka',
494    'MinPanSpeed'           => 'Min brzina pomaka',
495    'MinPanStep'            => 'Min korak pomaka',
496    'MinPixelThresLtMax'    => 'Min prag piksela mora biti manji od maksimalnog',
497    'MinPixelThresUnset'    => 'Morate zadati minimalni prag piksela',
498    'MinTiltRange'          => 'Min Tilt Range',
499    'MinTiltSpeed'          => 'Min Tilt Speed',
500    'MinTiltStep'           => 'Min Tilt Step',
501    'MinWhiteRange'         => 'Min raspon bijelog balansa',
502    'MinWhiteSpeed'         => 'Min brzina bijelog balansa',
503    'MinWhiteStep'          => 'Min White Bal. Step',
504    'MinZoomRange'          => 'Min raspon zumiranja',
505    'MinZoomSpeed'          => 'Min brzina zumiranja',
506    'MinZoomStep'           => 'Min korak zumiranja',
507    'Misc'                  => 'Razno',
508    'Mode'                  => 'Modus',
509    'MonitorIds'            => 'Monitor&nbsp;Ids',
510    'Monitor'               => 'Monitor',
511    'MonitorPresetIntro'    => 'Odaberite odgovarajuće pre-setove sa popisa.<br/><br/>Imajte u vidu da ovo može prepisati bilo koju vrijednost koja postoji za odabrane monitore.<br/><br/>',
512    'MonitorPreset'         => 'Monitor Preset',
513    'MonitorProbeIntro'     => 'Donji popis prikazuje otkrivene analogne i mrežne kamere, te da li se iste već koriste i da li su dostupne.<br/><br/>Odaberite željenu kameru sa donjeg popisa.<br/><br/>Imajte u vidu da ovo može prepisati bilo koju vrijednost koja postoji za odabrane monitore.<br/><br/>',
514    'MonitorProbe'          => 'Detektuj kameru',
515    'Monitors'              => 'Monitori',
516    'Montage'               => 'Montage',
517    'MontageReview'         => 'Montage pregled',
518    'Month'                 => 'Mjesec',
519    'Move'                  => 'Pomjeri',
520    'MtgDefault'            => 'Podrazumjevano',              // Added 2013.08.15.
521    'Mtg2widgrd'            => '2-struka rešetka',              // Added 2013.08.15.
522    'Mtg3widgrd'            => '3-struka rešetka',              // Added 2013.08.15.
523    'Mtg4widgrd'            => '4-struka rešetka',              // Added 2013.08.15.
524    'Mtg3widgrx'            => '3-wide grid, scaled, enlarge on alarm',              // Added 2013.08.15.
525    'MustBeGe'              => 'mora biti veće ili jednako',
526    'MustBeLe'              => 'mora biti manje ili jednako',
527    'MustConfirmPassword'   => 'Morate potvrditi lozinku',
528    'MustSupplyPassword'    => 'Morate unjeti lozinku',
529    'MustSupplyUsername'    => 'Morate unjeti korisničko ime',
530    'Name'                  => 'Ime',
531    'Near'                  => 'Blizu',
532    'Network'               => 'Mreža',
533    'NewGroup'              => 'Nova grupa',
534    'NewLabel'              => 'Nova oznaka',
535    'New'                   => 'Novo',
536    'NewPassword'           => 'Nova lozinka',
537    'NewState'              => 'Novi radni modus',
538    'NewUser'               => 'Novi korisnik',
539    'Next'                  => 'Sljedeće',
540    'NoDetectedCameras'     => 'Nema otkrivenih kamera',
541    'NoDetectedProfiles'    => 'Nema otkrivenih profila',
542    'NoFramesRecorded'      => 'Nije ništa snimljeno za ovaj događaj',
543    'NoGroup'               => 'Nema grupe',
544    'NoneAvailable'         => 'Nijedno dostupno',
545    'None'                  => 'Nijedno',
546    'No'                    => 'Ne',
547    'Normal'                => 'Normalno',
548    'NoSavedFilters'        => 'NemaSnimljenihFiltera',
549    'NoStatisticsRecorded'  => 'Nema snimljenih statistika za ovaj događaj',
550    'Notes'                 => 'Bilješke',
551    'NumPresets'            => 'Num Presets',
552    'Off'                   => 'Isključeno',
553    'On'                    => 'Uključeno',
554    'OnvifProbe'            => 'ONVIF detekcija',
555    'OnvifProbeIntro'       => 'The list below shows detected ONVIF cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
556    'OnvifCredentialsIntro' => 'Please supply user name and password for the selected camera.<br/>If no user has been created for the camera then the user given here will be created with the given password.<br/><br/>',
557    'Open'                  => 'Otvori',
558    'OpEq'                  => 'jednako',
559    'OpGtEq'                => 'veće ili jednako od',
560    'OpGt'                  => 'veće ',
561    'OpIn'                  => 'in set',
562    'OpLtEq'                => 'manje ili jednako od',
563    'OpLt'                  => 'manje od',
564    'OpMatches'             => 'matches',
565    'OpNe'                  => 'nije jednako',
566    'OpNotIn'               => 'nije u ',
567    'OpNotMatches'          => 'ne poklapa se',
568    'OpIs'                  => 'je',
569    'OpIsNot'               => 'nije',
570    'OptionalEncoderParam'  => 'Opcionalni parametri enkodera',
571    'OptionHelp'            => 'Option Help',
572    'OptionRestartWarning'  => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
573    'Options'               => 'Opcije',
574    'Order'                 => 'Redosljed',
575    'OrEnterNewName'        => 'ili unesi novo ime',
576    'Orientation'           => 'Orijentacija',
577    'Out'                   => 'Izlaz',
578    'OverwriteExisting'     => 'Prepiši preko postojećeg',
579    'Paged'                 => 'stranično',
580    'PanLeft'               => 'Pomak lijevo',
581    'Pan'                   => 'Pomak',
582    'PanRight'              => 'Pomak desno',
583    'PanTilt'               => 'Pomak/Nagib',
584    'Parameter'             => 'Parametar',
585    'Password'              => 'Lozinka',
586    'PasswordsDifferent'    => 'Nova i potvrđena lozinka se razlikuju',
587    'Paths'                 => 'Putanje',
588    'Pause'                 => 'Pauza',
589    'PhoneBW'               => 'Telefon&nbsp;B/W',
590    'Phone'                 => 'Telefon',
591    'PixelDiff'             => 'Piksel razli.',
592    'Pixels'                => 'pikseli',
593    'PlayAll'               => 'play all',
594    'Play'                  => 'Play',
595    'Plugins'               => 'Plugini',
596    'PleaseWait'            => 'Molim čekati',
597    'Point'                 => 'Point',
598    'PostEventImageBuffer'  => 'Br. frejmova poslije događaja',
599    'PreEventImageBuffer'   => 'Br. frejmova prije događaja',
600    'PreserveAspect'        => 'Zadrži omjer',
601    'Preset'                => 'Preset',
602    'Presets'               => 'Presets',
603    'Prev'                  => 'Preth',
604    'Privacy'               => 'Privatnost',
605    'PrivacyAbout'          => 'O',
606    'PrivacyAboutText'      => 'Since 2002, ZoneMinder has been the premier free and open-source Video Management System (VMS) solution for Linux platforms. ZoneMinder is supported by the community and is managed by those who choose to volunteer their spare time to the project. The best way to improve ZoneMinder is to get involved.',
607    'PrivacyContact'        => 'Konakt',
608    'PrivacyContactText'    => 'Please contact us <a href="https://zoneminder.com/contact/">here</a> for any questions regarding our privacy policy or to have your information removed.<br><br>For support, there are three primary ways to engage with the community:<ul><li>The ZoneMinder <a href="https://forums.zoneminder.com/">user forum</a></li><li>The ZoneMinder <a href="https://zoneminder-chat.herokuapp.com/">Slack channel</a></li><li>The ZoneMinder <a href="https://github.com/ZoneMinder/zoneminder/issues">Github forum</a></li></ul><p>Our Github forum is only for bug reporting. Please use our user forum or slack channel for all other questions or comments.</p>',
609    'PrivacyCookies'        => 'Kolačići',
610    'PrivacyCookiesText'    => 'Whether you use a web browser or a mobile app to communicate with the ZoneMinder server, a ZMSESSID cookie is created on the client to uniquely identify a session with the ZoneMinder server. ZmCSS and zmSkin cookies are created to remember your style and skin choices.',
611    'PrivacyTelemetry'      => 'Telemetry',
612    'PrivacyTelemetryText'  => 'Because ZoneMinder is open-source, anyone can install it without registering. This makes it difficult to  answer questions such as: how many systems are out there, what is the largest system out there, what kind of systems are out there, or where are these systems located? Knowing the answers to these questions, helps users who ask us these questions, and it helps us set priorities based on the majority user base.',
613    'PrivacyTelemetryList'  => 'The ZoneMinder Telemetry daemon collects the following data about your system:<ul><li>A unique identifier (UUID) <li>City based location is gathered by querying <a href="https://ipinfo.io/geo">ipinfo.io</a>. City, region, country, latitude, and longitude parameters are saved. The latitude and longitude coordinates are accurate down to the city or town level only!<li>Current time<li>Total number of monitors<li>Total number of events<li>System architecture<li>Operating system kernel, distro, and distro version<li>Version of ZoneMinder<li>Total amount of memory<li>Number of cpu cores</ul>',
614    'PrivacyMonitorList'    => 'The following configuration parameters from each monitor are collected:<ul><li>Id<li>Name<li>Type<li>Function<li>Width<li>Height<li>Colours<li>MaxFPS<li>AlarmMaxFPS</ul>',
615    'PrivacyConclusionText' => 'We are <u>NOT</u> collecting any image specific data from your cameras. We don�t know what your cameras are watching. This data will not be sold or used for any purpose not stated herein. By clicking accept, you agree to send us this data to help make ZoneMinder a better product. By clicking decline, you can still freely use ZoneMinder and all its features.',
616    'Probe'                 => 'Detektuj kameru',
617    'ProfileProbe'          => 'Stream proba',
618    'ProfileProbeIntro'     => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
619    'Progress'              => 'Napredak',
620    'Protocol'              => 'Protkol',
621    'Rate'                  => 'Stopa',
622    'RecaptchaWarning'      => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // added Sep 24 2015 - PP
623	'RecordAudio'			=> 'Whether to store the audio stream when saving an event.',
624    'Real'                  => 'Stvarno',
625    'Record'                => 'Snimaj',
626    'RefImageBlendPct'      => 'Reference Image Blend %ge',
627    'Refresh'               => 'Osvježi',
628    'RemoteHostName'        => 'Naziv uređaja',
629    'RemoteHostPath'        => 'Putanja',
630    'RemoteHostSubPath'     => 'Pod-putanja',
631    'RemoteHostPort'        => 'Port',
632    'RemoteImageColours'    => 'Boje slike',
633    'RemoteMethod'          => 'Metoda',
634    'RemoteProtocol'        => 'Protokol',
635    'Remote'                => 'Udaljeno',
636    'Rename'                => 'Preimenuj',
637    'ReplayAll'             => 'Svi događaji',
638    'ReplayGapless'         => 'Gapless Events',
639    'Replay'                => 'Ponovo odigraj',
640    'ReplaySingle'          => 'Jedan događaj',
641    'ReportEventAudit'      => 'Audit Events Report',
642    'ResetEventCounts'      => 'Resetiraj događaje',
643    'Reset'                 => 'Reset',
644    'Restarting'            => 'Restartiram',
645    'Restart'               => 'Restaruj',
646    'RestrictedCameraIds'   => 'Restricted Camera Ids',
647    'RestrictedMonitors'    => 'Ograničeni monitori',
648    'ReturnDelay'           => 'Vrati kašnjenje',
649    'ReturnLocation'        => 'Vrati lokaciju',
650    'Rewind'                => 'Premotaj',
651    'RotateLeft'            => 'Rotoraj ulijevo',
652    'RotateRight'           => 'Rotiraj udesno',
653    'RTSPTransport'         => 'RTSP Transport Protocol',
654    'RunAudit'              => 'Run Audit Process',
655    'RunLocalUpdate'        => 'Pokrenite zmupdate.pl za ažuriranje',
656    'RunMode'               => 'Modus rada',
657    'Running'               => 'Pokrenuto',
658    'RunState'              => 'Radni modus',
659    'RunStats'              => 'Pokreni stats proces',
660    'RunTrigger'            => 'Pokreni triger proces',
661    'SaveAs'                => 'Spremi kao',
662    'SaveFilter'            => 'Spremi Filter',
663    'SaveJPEGs'             => 'Spremi JPEGs',
664    'Save'                  => 'Spremi',
665    'Scale'                 => 'Razmjer',
666    'Score'                 => 'Zbir',
667    'Secs'                  => 'Secs',
668    'Sectionlength'         => 'Odaberi dužinu',
669    'SelectMonitors'        => 'SOdaberi monitore',
670    'Select'                => 'Odaberi',
671    'SelectFormat'          => 'Odaberi format',
672    'SelectLog'             => 'Odaberi zapis',
673    'SelfIntersecting'      => 'Polygon edges must not intersect',
674    'SetNewBandwidth'       => 'Postavi propusnost na',
675    'SetPreset'             => 'Postavi pozicije',
676    'Set'                   => 'Postavi',
677    'Settings'              => 'Postavke',
678    'ShowFilterWindow'      => 'Prikaži prozor za filter',
679    'ShowTimeline'          => 'Prikaži vremensku liniju',
680    'SignalCheckColour'     => 'Signal Check Colour',
681    'SignalCheckPoints'     => 'Signal Check Points',
682    'Size'                  => 'Veličina',
683    'SkinDescription'       => 'Izmjeni izgled za ovu sesiju',
684    'CSSDescription'        => 'Izmjeni css za ovu sesiju',
685    'Sleep'                 => 'Sleep',
686    'SortAsc'               => 'Rastuće',
687    'SortBy'                => 'Sortiraj po',
688    'SortDesc'              => 'Padajuće',
689    'Source'                => 'Izvor',
690    'SourceColours'         => 'Source Colours',
691    'SourcePath'            => 'Putanja izvora ',
692    'SourceType'            => 'Izvor videa',
693    'SpeedHigh'             => 'Velika brzina',
694    'SpeedLow'              => 'Niska brzina',
695    'SpeedMedium'           => 'Srednja brzina',
696    'Speed'                 => 'brzina',
697    'SpeedTurbo'            => 'Turbo brzina',
698    'Start'                 => 'Start',
699    'State'                 => 'Stanje',
700    'Stats'                 => 'Statistka',
701    'Status'                => 'Status',
702    'StatusUnknown'         => 'Nepoznato',
703    'StatusConnected'       => 'Snimam',
704    'StatusNotRunning'      => 'Nije pokrenuto',
705    'StatusRunning'         => 'Ne snima',
706    'StepBack'              => 'Korak nazad',
707    'StepForward'           => 'Korak naprijed',
708    'StepLarge'             => 'Veliki korak',
709    'StepMedium'            => 'Srednji korak',
710    'StepNone'              => 'Bez koraka',
711    'StepSmall'             => 'Mali korak',
712    'Step'                  => 'Korak',
713    'Stills'                => 'Stills',
714    'Stopped'               => 'Zaustavljeno',
715    'Stop'                  => 'Zaustavi',
716    'StorageArea'           => 'Storage Area',
717    'StorageDoDelete'       => 'Brisanja',
718    'StorageScheme'         => 'Šema',
719    'StreamReplayBuffer'    => 'Stream Replay Image Buffer',
720    'Stream'                => 'Stream',
721    'Submit'                => 'Pošalji',
722    'System'                => 'Sistem',
723    'TargetColorspace'      => 'Rezolucija boja',
724    'Tele'                  => 'Udaljeno',
725    'Thumbnail'             => 'Sličica',
726    'Tilt'                  => 'Tilt',
727    'TimeDelta'             => 'Vremenska razlika',
728    'Timeline'              => 'Vremenska linija',
729    'TimelineTip1'          => 'Pass your mouse over the graph to view a snapshot image and event details.',              // Added 2013.08.15.
730    'TimelineTip2'          => 'Click on the coloured sections of the graph, or the image, to view the event.',              // Added 2013.08.15.
731    'TimelineTip3'          => 'Click on the background to zoom in to a smaller time period based around your click.',              // Added 2013.08.15.
732    'TimelineTip4'          => 'Use the controls below to zoom out or navigate back and forward through the time range.',              // Added 2013.08.15.
733    'TimestampLabelFormat'  => 'Timestamp format oznake',
734    'TimestampLabelX'       => 'Timestamp oznaka X',
735    'TimestampLabelY'       => 'Timestamp oznaka Y',
736    'TimestampLabelSize'    => 'Veličina fonta',
737    'Timestamp'             => 'Timestamp',
738    'TimeStamp'             => 'Vremenski pečat',
739    'Time'                  => 'Vrijeme',
740    'Today'                 => 'Danas',
741    'Tools'                 => 'Alati',
742    'Total'                 => 'Ukupno',
743    'TotalBrScore'          => 'Total<br/>Score',
744    'TrackDelay'            => 'Kašnjenje',
745    'TrackMotion'           => 'Prati pokret',
746    'Triggers'              => 'Okidači',
747    'TurboPanSpeed'         => 'Turbo Pan brzina',
748    'TurboTiltSpeed'        => 'Turbo Tilt brzina',
749    'Type'                  => 'Tip',
750    'Unarchive'             => 'Dearhiviraj',
751    'Undefined'             => 'Nedefinisano',
752    'Units'                 => 'Mjere',
753    'Unknown'               => 'Nepoznato',
754    'UpdateAvailable'       => 'Dostupno je novo ažurranje za Zoneminder .',
755    'UpdateNotNecessary'    => 'Ažuriranje nije potrebno.',
756    'Update'                => 'Ažuiriaj',
757    'Upload'                => 'Upload',
758    'Updated'               => 'Ažurirano',
759    'UsedPlugins'	   => 'Korišteni plugini ',
760    'UseFilterExprsPost'    => '&nbsp;filter&nbsp;expressions', // This is used at the end of the phrase 'use N filter expressions'
761    'UseFilterExprsPre'     => 'Use&nbsp;', // This is used at the beginning of the phrase 'use N filter expressions'
762    'UseFilter'             => 'Koristi filter',
763    'Username'              => 'Korisničko ime',
764    'Users'                 => 'Korisnici',
765    'User'                  => 'Korisnik',
766    'Value'                 => 'Vrijednost',
767    'VersionIgnore'         => 'Ignoriši ovu verziju',
768    'VersionRemindDay'      => 'Podsjeti me za jedan dan',
769    'VersionRemindHour'     => 'Podsjeti me za jedan sat',
770    'VersionRemindNever'    => 'Ne podsjecaj me na nove verzije',
771    'VersionRemindWeek'     => 'Podsjeti me za sedam dana',
772    'Version'               => 'Verzija',
773    'VideoFormat'           => 'Video Format',
774    'VideoGenFailed'        => 'Generisanje videa nije uspjelo!',
775    'VideoGenFiles'         => 'Postojece video datoteke',
776    'VideoGenNoFiles'       => 'Video datoteke nisu pronadjene',
777    'VideoGenParms'         => 'Parametri za generisanje videa',
778    'VideoGenSucceeded'     => 'Generisanje videa uspjelo!',
779    'VideoSize'             => 'Velicina videa',
780    'VideoWriter'           => 'Video pisac',
781    'Video'                 => 'Video',
782    'ViewAll'               => 'Pregledaj sve',
783    'ViewEvent'             => 'Pregled događaja',
784    'ViewPaged'             => 'Stanični pregled',
785    'View'                  => 'Pregled',
786	'V4L'					=> 'V4L',
787	'V4LCapturesPerFrame'	=> 'Snimci po frejmu',
788	'V4LMultiBuffer'		=> 'Višestr. bafer',
789    'Wake'                  => 'Budi',
790    'WarmupFrames'          => 'Warmup frejmovi',
791    'Watch'                 => 'Gledaj',
792    'WebColour'             => 'Web boja',
793    'Web'                   => 'Web',
794    'WebSiteUrl'            => 'URL web stranice',
795    'Week'                  => 'Sedmica',
796    'WhiteBalance'          => 'Balans bijele',
797    'White'                 => 'Bijelo',
798    'Wide'                  => 'Široko',
799    'X10ActivationString'   => 'X10 znakovni niz za aktiviranje',
800    'X10InputAlarmString'   => 'X10 ulazni znakovni niz za alarm',
801    'X10OutputAlarmString'  => 'X10 izlazni znakovni niz za alarm',
802    'X10'                   => 'X10',
803    'X'                     => 'X',
804    'Yes'                   => 'Da',
805    'YouNoPerms'            => 'Nemate potrebne dozvole za pristup ovom resursu.',
806    'Y'                     => 'Y',
807    'ZoneAlarmColour'       => 'Boja alarma (Red/Green/Blue)',
808    'ZoneArea'              => 'Oblast zone',
809    'ZoneFilterSize'        => 'Filter Width/Height (pixels)',
810    'ZoneMinderLog'         => 'ZoneMinder zapisnik',
811    'ZoneMinMaxAlarmArea'   => 'Min/Max alarmirana oblast',
812    'ZoneMinMaxBlobArea'    => 'Min/Max blob oblast',
813    'ZoneMinMaxBlobs'       => 'Min/Max Blobovi',
814    'ZoneMinMaxFiltArea'    => 'Min/Max filtrirane oblasti',
815    'ZoneMinMaxPixelThres'  => 'Min/Max Pixel Threshold (0-255)',
816    'ZoneOverloadFrames'    => 'Overload Frame Ignore Count',
817    'ZoneExtendAlarmFrames' => 'Extend Alarm Frame Count',
818    'Zones'                 => 'Zone',
819    'Zone'                  => 'Zona',
820    'ZoomIn'                => 'Zoom In',
821    'ZoomOut'               => 'Zoom Out',
822    'Zoom'                  => 'Zumiranje',
823);
824
825// Complex replacements with formatting and/or placements, must be passed through sprintf
826$CLANG = array(
827    'CurrentLogin'          => 'Prijavljeni ste kao \'%1$s\'',
828    'EventCount'            => '%1$s %2$s', // For example '37 Events' (from Vlang below)
829    'LastEvents'            => 'Last %1$s %2$s', // For example 'Last 37 Events' (from Vlang below)
830    'LatestRelease'         => 'Zadnja verzija servera je v%1$s, vi imate v%2$s.',
831    'MonitorCount'          => '%1$s %2$s', // For example '4 Monitors' (from Vlang below)
832    'MonitorFunction'       => 'Monitor %1$s Function',
833    'RunningRecentVer'      => 'Koristite najnoviju verziju Zoneminder servera, v%s.',
834    'VersionMismatch'       => 'Version mismatch, system is version %1$s, database is %2$s.',
835);
836
837// The next section allows you to describe a series of word ending and counts used to
838// generate the correctly conjugated forms of words depending on a count that is associated
839// with that word.
840// This intended to allow phrases such a '0 potatoes', '1 potato', '2 potatoes' etc to
841// conjugate correctly with the associated count.
842// In some languages such as English this is fairly simple and can be expressed by assigning
843// a count with a singular or plural form of a word and then finding the nearest (lower) value.
844// So '0' of something generally ends in 's', 1 of something is singular and has no extra
845// ending and 2 or more is a plural and ends in 's' also. So to find the ending for '187' of
846// something you would find the nearest lower count (2) and use that ending.
847//
848// So examples of this would be
849// $zmVlangPotato = array( 0=>'Potatoes', 1=>'Potato', 2=>'Potatoes' );
850// $zmVlangSheep = array( 0=>'Sheep' );
851//
852// where you can have as few or as many entries in the array as necessary
853// If your language is similar in form to this then use the same format and choose the
854// appropriate zmVlang function below.
855// If however you have a language with a different format of plural endings then another
856// approach is required . For instance in Russian the word endings change continuously
857// depending on the last digit (or digits) of the numerator. In this case then zmVlang
858// arrays could be written so that the array index just represents an arbitrary 'type'
859// and the zmVlang function does the calculation about which version is appropriate.
860//
861// So an example in Russian might be (using English words, and made up endings as I
862// don't know any Russian!!)
863// 'Potato' => array( 1=>'Potati', 2=>'Potaton', 3=>'Potaten' ),
864//
865// and the zmVlang function decides that the first form is used for counts ending in
866// 0, 5-9 or 11-19 and the second form when ending in 1 etc.
867//
868
869// Variable arrays expressing plurality, see the zmVlang description above
870$VLANG = array(
871    'Event'                 => array( 0=>'Events', 1=>'Event', 2=>'Events' ),
872    'Monitor'               => array( 0=>'Monitors', 1=>'Monitor', 2=>'Monitors' ),
873);
874// You will need to choose or write a function that can correlate the plurality string arrays
875// with variable counts. This is used to conjugate the Vlang arrays above with a number passed
876// in to generate the correct noun form.
877//
878// In languages such as English this is fairly simple
879// Note this still has to be used with printf etc to get the right formatting
880function zmVlang( $langVarArray, $count )
881{
882    krsort( $langVarArray );
883    foreach ( $langVarArray as $key=>$value )
884    {
885        if ( abs($count) >= $key )
886        {
887            return( $value );
888        }
889    }
890    die( 'Error, unable to correlate variable language string' );
891}
892
893// This is an version that could be used in the Russian example above
894// The rules are that the first word form is used if the count ends in
895// 0, 5-9 or 11-19. The second form is used then the count ends in 1
896// (not including 11 as above) and the third form is used when the
897// count ends in 2-4, again excluding any values ending in 12-14.
898//
899// function zmVlang( $langVarArray, $count )
900// {
901//  $secondlastdigit = substr( $count, -2, 1 );
902//  $lastdigit = substr( $count, -1, 1 );
903//  // or
904//  // $secondlastdigit = ($count/10)%10;
905//  // $lastdigit = $count%10;
906//
907//  // Get rid of the special cases first, the teens
908//  if ( $secondlastdigit == 1 && $lastdigit != 0 )
909//  {
910//      return( $langVarArray[1] );
911//  }
912//  switch ( $lastdigit )
913//  {
914//      case 0 :
915//      case 5 :
916//      case 6 :
917//      case 7 :
918//      case 8 :
919//      case 9 :
920//      {
921//          return( $langVarArray[1] );
922//          break;
923//      }
924//      case 1 :
925//      {
926//          return( $langVarArray[2] );
927//          break;
928//      }
929//      case 2 :
930//      case 3 :
931//      case 4 :
932//      {
933//          return( $langVarArray[3] );
934//          break;
935//      }
936//  }
937//  die( 'Error, unable to correlate variable language string' );
938// }
939
940// This is an example of how the function is used in the code which you can uncomment and
941// use to test your custom function.
942//$monitors = array();
943//$monitors[] = 1; // Choose any number
944//echo sprintf( $CLANG['MonitorCount'], count($monitors), zmVlang( $VLANG['VlangMonitor'], count($monitors) ) );
945
946// In this section you can override the default prompt and help texts for the options area
947// These overrides are in the form show below where the array key represents the option name minus the initial ZM_
948// So for example, to override the help text for ZM_LANG_DEFAULT do
949$OLANG = array(
950	'OPTIONS_FFMPEG' => array(
951		'Help' => "Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~ ".
952		          "Examples (do not enter quotes)~~~~".
953		          "\"allowed_media_types=video\" Set datatype to request fromcam (audio, video, data)~~~~".
954		          "\"reorder_queue_size=nnn\" Set number of packets to buffer for handling of reordered packets~~~~".
955		          "\"loglevel=debug\" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)"
956	),
957        'OPTIONS_RTSPTrans' => array(
958		'Help' => "This sets the RTSP Transport Protocol for FFmpeg.~~ ".
959                          "TCP - Use TCP (interleaving within the RTSP control channel) as transport protocol.~~".
960                          "UDP - Use UDP as transport protocol. Higher resolution cameras have experienced some 'smearing' while using UDP, if so try TCP~~".
961                          "UDP Multicast - Use UDP Multicast as transport protocol~~".
962                          "HTTP - Use HTTP tunneling as transport protocol, which is useful for passing proxies.~~"
963	),
964	'OPTIONS_LIBVLC' => array(
965		'Help' => "Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ ".
966		          "Examples (do not enter quotes)~~~~".
967		          "\"--rtp-client-port=nnn\" Set local port to use for rtp data~~~~".
968		          "\"--verbose=2\" Set verbosity of libVLC"
969	),
970	'OPTIONS_EXIF' => array(
971		'Help' => "Enable this option to embed EXIF data into each jpeg frame."
972	),
973	'OPTIONS_RTSPDESCRIBE' => array(
974		'Help' => "Sometimes, during the initial RTSP handshake, the camera will send an updated media URL. ".
975		          "Enable this option to tell ZoneMinder to use this URL. Disable this option to ignore the ".
976		          "value from the camera and use the value as entered in the monitor configuration~~~~".
977		          "Generally this should be enabled. However, there are cases where the camera can get its".
978		          "own URL incorrect, such as when the camera is streaming through a firewall"),
979	'OPTIONS_MAXFPS' => array(
980		'Help' => "This field has certain limitations when used for non-local devices.~~ ".
981		          "Failure to adhere to these limitations will cause a delay in live video, irregular frame skipping, ".
982		          "and missed events~~".
983		          "For streaming IP cameras, do not use this field to reduce the frame rate. Set the frame rate in the".
984                          " camera, instead. You can, however, use a value that is slightly higher than the frame rate in the camera. ".
985		          "In this case, this helps keep the cpu from being overtaxed in the event of a network problem.~~".
986		          "Some, mostly older, IP cameras support snapshot mode. In this case ZoneMinder is actively polling the camera ".
987		          "for new images. In this case, it is safe to use the field."
988	),
989
990//    'LANG_DEFAULT' => array(
991//        'Prompt' => "This is a new prompt for this option",
992//        'Help' => "This is some new help for this option which will be displayed in the window when the ? is clicked"
993//    ),
994);
995
996?>
997