1<?php
2//
3// ZoneMinder web Chinese Traditional 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 <Chinese Traditional> Translation by <Greener C. Chiou>
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=Big5" );
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
71setlocale( LC_ALL, 'Big5' ); //All locale settings pre-4.3.0
72//setlocale( LC_ALL, 'Big5' ); //All locale settings 4.3.0 and after
73setlocale( LC_CTYPE, 'Big5' ); //Character class settings 4.3.0 and after
74setlocale( LC_TIME, 'Big5' ); //Date and time formatting 4.3.0 and after
75
76// Simple String Replacements
77$SLANG = array(
78    '24BitColour'          => '24 位元色彩',
79    '32BitColour'          => '32 位元色彩',          // Added - 2011-06-15
80    '8BitGrey'             => '8 位元灰階',
81    'Action'               => 'Action',
82    'Actual'               => 'Actual',
83    'AddNewControl'        => '新增控制',
84    'AddNewMonitor'        => '新增監視',
85    'AddNewServer'         => 'Add New Server',         // Added - 2018-08-30
86    'AddNewStorage'        => 'Add New Storage',        // Added - 2018-08-30
87    'AddNewUser'           => '新增使用者',
88    'AddNewZone'           => '新增監視區',
89    'Alarm'                => '警報',
90    'AlarmBrFrames'        => '警報<br/>框架',
91    'AlarmFrame'           => '警報框架',
92    'AlarmFrameCount'      => '警報框架數',
93    'AlarmLimits'          => 'Alarm Limits',
94    'AlarmMaximumFPS'      => 'Alarm Maximum FPS',
95    'AlarmPx'              => 'Alarm Px',
96    'AlarmRGBUnset'        => 'You must set an alarm RGB colour',
97    'AlarmRefImageBlendPct'=> 'Alarm Reference Image Blend %ge', // Added - 2015-04-18
98    'Alert'                => '警告',
99    'All'                  => '全部',
100    'AnalysisFPS'          => 'Analysis FPS',           // Added - 2015-07-22
101    'AnalysisUpdateDelay'  => 'Analysis Update Delay',  // Added - 2015-07-23
102    'Apply'                => '確定',
103    'ApplyingStateChange'  => '確定狀態改變',
104    'ArchArchived'         => 'Archived Only',
105    'ArchUnarchived'       => 'Unarchived Only',
106    'Archive'              => '存檔',
107    'Archived'             => '已存檔',
108    'Area'                 => 'Area',
109    'AreaUnits'            => 'Area (px/%)',
110    'AttrAlarmFrames'      => 'Alarm Frames',
111    'AttrArchiveStatus'    => 'Archive Status',
112    'AttrAvgScore'         => 'Average Score',
113    'AttrCause'            => 'Cause',
114    'AttrDiskBlocks'       => 'Disk Blocks',
115    'AttrDiskPercent'      => 'Disk Percent',
116    'AttrDiskSpace'        => 'Disk Space',             // Added - 2018-08-30
117    'AttrDuration'         => 'Duration',
118    'AttrEndDate'          => 'End Date',               // Added - 2018-08-30
119    'AttrEndDateTime'      => 'End Date/Time',          // Added - 2018-08-30
120    'AttrEndTime'          => 'End Time',               // Added - 2018-08-30
121    'AttrEndWeekday'       => 'End Weekday',            // Added - 2018-08-30
122    'AttrFilterServer'     => 'Server Filter is Running On', // Added - 2018-08-30
123    'AttrFrames'           => 'Frames',
124    'AttrId'               => 'Id',
125    'AttrMaxScore'         => 'Max. Score',
126    'AttrMonitorId'        => 'Monitor Id',
127    'AttrMonitorName'      => 'Monitor Name',
128    'AttrMonitorServer'    => 'Server Monitor is Running On', // Added - 2018-08-30
129    'AttrName'             => 'Name',
130    'AttrNotes'            => 'Notes',
131    'AttrStartDate'        => 'Start Date',             // Added - 2018-08-30
132    'AttrStartDateTime'    => 'Start Date/Time',        // Added - 2018-08-30
133    'AttrStartTime'        => 'Start Time',             // Added - 2018-08-30
134    'AttrStartWeekday'     => 'Start Weekday',          // Added - 2018-08-30
135    'AttrStateId'          => 'Run State',              // Added - 2018-08-30
136    'AttrStorageArea'      => 'Storage Area',           // Added - 2018-08-30
137    'AttrStorageServer'    => 'Server Hosting Storage', // Added - 2018-08-30
138    'AttrSystemLoad'       => 'System Load',
139    'AttrTotalScore'       => 'Total Score',
140    'Auto'                 => '自動',
141    'AutoStopTimeout'      => '時間過自動停止',
142    'Available'            => 'Available',              // Added - 2009-03-31
143    'AvgBrScore'           => '平均<br/>分數',
144    'Background'           => 'Background',
145    'BackgroundFilter'     => 'Run filter in background',
146    'BadAlarmFrameCount'   => 'Alarm frame count must be an integer of one or more',
147    'BadAlarmMaxFPS'       => 'Alarm Maximum FPS must be a positive integer or floating point value',
148    'BadAnalysisFPS'       => 'Analysis FPS must be a positive integer or floating point value', // Added - 2015-07-22
149    'BadAnalysisUpdateDelay'=> 'Analysis update delay must be set to an integer of zero or more', // Added - 2015-07-23
150    'BadChannel'           => 'Channel must be set to an integer of zero or more',
151    'BadColours'           => 'Target colour must be set to a valid value', // Added - 2011-06-15
152    'BadDevice'            => 'Device must be set to a valid value',
153    'BadFPSReportInterval' => 'FPS report interval buffer count must be an integer of 0 or more',
154    'BadFormat'            => 'Format must be set to an integer of zero or more',
155    'BadFrameSkip'         => 'Frame skip count must be an integer of zero or more',
156    'BadHeight'            => 'Height must be set to a valid value',
157    'BadHost'              => 'Host must be set to a valid ip address or hostname, do not include http://',
158    'BadImageBufferCount'  => 'Image buffer size must be an integer of 2 or more',
159    'BadLabelX'            => 'Label X co-ordinate must be set to an integer of zero or more',
160    'BadLabelY'            => 'Label Y co-ordinate must be set to an integer of zero or more',
161    'BadMaxFPS'            => 'Maximum FPS must be a positive integer or floating point value',
162    'BadMotionFrameSkip'   => 'Motion Frame skip count must be an integer of zero or more',
163    'BadNameChars'         => 'Names may only contain alphanumeric characters plus hyphen and underscore',
164    'BadPalette'           => 'Palette must be set to a valid value', // Added - 2009-03-31
165    'BadPath'              => 'Path must be set to a valid value',
166    'BadPort'              => 'Port must be set to a valid number',
167    'BadPostEventCount'    => 'Post event image count must be an integer of zero or more',
168    'BadPreEventCount'     => 'Pre event image count must be at least zero, and less than image buffer size',
169    'BadRefBlendPerc'      => 'Reference blend percentage must be a positive integer',
170    'BadSectionLength'     => 'Section length must be an integer of 30 or more',
171    'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
172    'BadSourceType'        => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
173    'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
174    'BadWarmupCount'       => 'Warmup frames must be an integer of zero or more',
175    'BadWebColour'         => 'Web colour must be a valid web colour string',
176    'BadWebSitePath'       => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
177    'BadWidth'             => 'Width must be set to a valid value',
178    'Bandwidth'            => '頻寬',
179    'BandwidthHead'        => 'Bandwidth',	// This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
180    'BlobPx'               => 'Blob Px',
181    'BlobSizes'            => 'Blob Sizes',
182    'Blobs'                => 'Blobs',
183    'Brightness'           => '亮度',
184    'Buffer'               => 'Buffer',                 // Added - 2015-04-18
185    'Buffers'              => '緩衝',
186    'CSSDescription'       => 'Change the default css for this computer', // Added - 2015-04-18
187    'CanAutoFocus'         => 'Can Auto Focus',
188    'CanAutoGain'          => 'Can Auto Gain',
189    'CanAutoIris'          => 'Can Auto Iris',
190    'CanAutoWhite'         => 'Can Auto White Bal.',
191    'CanAutoZoom'          => 'Can Auto Zoom',
192    'CanFocus'             => 'Can Focus',
193    'CanFocusAbs'          => 'Can Focus Absolute',
194    'CanFocusCon'          => 'Can Focus Continuous',
195    'CanFocusRel'          => 'Can Focus Relative',
196    'CanGain'              => 'Can Gain ',
197    'CanGainAbs'           => 'Can Gain Absolute',
198    'CanGainCon'           => 'Can Gain Continuous',
199    'CanGainRel'           => 'Can Gain Relative',
200    'CanIris'              => 'Can Iris',
201    'CanIrisAbs'           => 'Can Iris Absolute',
202    'CanIrisCon'           => 'Can Iris Continuous',
203    'CanIrisRel'           => 'Can Iris Relative',
204    'CanMove'              => 'Can Move',
205    'CanMoveAbs'           => 'Can Move Absolute',
206    'CanMoveCon'           => 'Can Move Continuous',
207    'CanMoveDiag'          => 'Can Move Diagonally',
208    'CanMoveMap'           => 'Can Move Mapped',
209    'CanMoveRel'           => 'Can Move Relative',
210    'CanPan'               => 'Can Pan' ,
211    'CanReset'             => 'Can Reset',
212	'CanReboot'             => 'Can Reboot',
213    'CanSetPresets'        => 'Can Set Presets',
214    'CanSleep'             => 'Can Sleep',
215    'CanTilt'              => 'Can Tilt',
216    'CanWake'              => 'Can Wake',
217    'CanWhite'             => 'Can White Balance',
218    'CanWhiteAbs'          => 'Can White Bal. Absolute',
219    'CanWhiteBal'          => 'Can White Bal.',
220    'CanWhiteCon'          => 'Can White Bal. Continuous',
221    'CanWhiteRel'          => 'Can White Bal. Relative',
222    'CanZoom'              => 'Can Zoom',
223    'CanZoomAbs'           => 'Can Zoom Absolute',
224    'CanZoomCon'           => 'Can Zoom Continuous',
225    'CanZoomRel'           => 'Can Zoom Relative',
226    'Cancel'               => '取消',
227    'CancelForcedAlarm'    => 'Cancel Forced Alarm',
228    'CaptureHeight'        => '捕捉高度',
229    'CaptureMethod'        => 'Capture Method',         // Added - 2009-02-08
230    'CapturePalette'       => '捕捉格式',
231    'CaptureResolution'    => 'Capture Resolution',     // Added - 2015-04-18
232    'CaptureWidth'         => '捕捉寬度',
233    'Cause'                => '因素',
234    'CheckMethod'          => 'Alarm Check Method',
235    'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
236    'ChooseFilter'         => 'Choose Filter',
237    'ChooseLogFormat'      => 'Choose a log format',    // Added - 2011-06-17
238    'ChooseLogSelection'   => 'Choose a log selection', // Added - 2011-06-17
239    'ChoosePreset'         => 'Choose Preset',
240    'Clear'                => 'Clear',                  // Added - 2011-06-16
241    'CloneMonitor'         => 'Clone',                  // Added - 2018-08-30
242    'Close'                => '關閉',
243    'Colour'               => 'Colour',
244    'Command'              => 'Command',
245    'Component'            => 'Component',              // Added - 2011-06-16
246    'ConcurrentFilter'     => 'Run filter concurrently', // Added - 2018-08-30
247    'Config'               => 'Config',
248    'ConfiguredFor'        => '配置為',
249    'ConfirmDeleteEvents'  => 'Are you sure you wish to delete the selected events?',
250    'ConfirmPassword'      => '確認密碼',
251    'ConjAnd'              => 'and',
252    'ConjOr'               => 'or',
253    'Console'              => '操控台',
254    'ContactAdmin'         => '請與系統管理者聯繫.',
255    'Continue'             => '連續',
256    'Contrast'             => 'Contrast',
257    'Control'              => 'Control',
258    'ControlAddress'       => 'Control Address',
259    'ControlCap'           => 'Control Capability',
260    'ControlCaps'          => 'Control Capabilities',
261    'ControlDevice'        => 'Control Device',
262    'ControlType'          => 'Control Type',
263    'Controllable'         => 'Controllable',
264    'Current'              => 'Current',                // Added - 2015-04-18
265    'Cycle'                => '分區輪流檢視',
266    'CycleWatch'           => '分區輪流檢視',
267    'DateTime'             => 'Date/Time',              // Added - 2011-06-16
268    'Day'                  => '日',
269    'Debug'                => 'debug',
270    'DefaultRate'          => '預設速率',
271    'DefaultScale'         => '預設尺寸',
272    'DefaultView'          => 'Default View',
273    'Deinterlacing'        => 'Deinterlacing',          // Added - 2015-04-18
274    'Delay'                => 'Delay',                  // Added - 2015-04-18
275    'Delete'               => '刪除',
276    'DeleteAndNext'        => '刪除 &amp; 下一事件',
277    'DeleteAndPrev'        => '刪除 &amp; 上一事件',
278    'DeleteSavedFilter'    => '刪除儲存過濾',
279    'Description'          => '描述',
280    'DetectedCameras'      => 'Detected Cameras',       // Added - 2009-03-31
281    'DetectedProfiles'     => 'Detected Profiles',      // Added - 2015-04-18
282    'Device'               => 'Device',                 // Added - 2009-02-08
283    'DeviceChannel'        => '裝置通道',
284    'DeviceFormat'         => '裝置格式',
285    'DeviceNumber'         => '裝置編號',
286    'DevicePath'           => '裝置路徑',
287    'Devices'              => 'Devices',
288    'Dimensions'           => '尺寸',
289    'DisableAlarms'        => '取消警報',
290    'Disk'                 => '磁碟',
291    'Display'              => 'Display',                // Added - 2011-01-30
292    'Displaying'           => 'Displaying',             // Added - 2011-06-16
293    'DoNativeMotionDetection'=> 'Do Native Motion Detection',
294    'Donate'               => 'Please Donate',
295    'DonateAlready'        => 'No, I\'ve already donated',
296    '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.',
297    'DonateRemindDay'      => 'Not yet, remind again in 1 day',
298    'DonateRemindHour'     => 'Not yet, remind again in 1 hour',
299    'DonateRemindMonth'    => 'Not yet, remind again in 1 month',
300    'DonateRemindNever'    => 'No, I don\'t want to donate, never remind',
301    'DonateRemindWeek'     => 'Not yet, remind again in 1 week',
302    'DonateYes'            => 'Yes, I\'d like to donate now',
303    'Download'             => '下載',
304    'DownloadVideo'        => 'Download Video',         // Added - 2018-08-30
305    'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
306    'Duration'             => '歷時',
307    'Edit'                 => '編輯',
308    'EditLayout'           => 'Edit Layout',            // Added - 2018-08-30
309    'Email'                => 'Email',
310    'EnableAlarms'         => '啟動警報',
311    'Enabled'              => '啟用',
312    'EnterNewFilterName'   => 'Enter new filter name',
313    'Error'                => '錯誤',
314    'ErrorBrackets'        => 'Error, please check you have an equal number of opening and closing brackets',
315    'ErrorValidValue'      => 'Error, please check that all terms have a valid value',
316    'Etc'                  => 'etc',
317    'Event'                => '事件',
318    'EventFilter'          => '事件過濾',
319    'EventId'              => '事件Id',
320    'EventName'            => '事件名稱',
321    'EventPrefix'          => '事件字首',
322    'Events'               => '事件',
323    'Exclude'              => '不包含',
324    'Execute'              => 'Execute',
325    'Exif'                 => 'Embed EXIF data into image', // Added - 2018-08-30
326    'Export'               => '輸出',
327    'ExportDetails'        => '輸出事件細項',
328    'ExportFailed'         => '輸出失敗',
329    'ExportFormat'         => '輸出檔案格式',
330    'ExportFormatTar'      => 'Tar',
331    'ExportFormatZip'      => 'Zip',
332    'ExportFrames'         => '輸出框架細項',
333    'ExportImageFiles'     => '輸出圖片檔',
334    'ExportLog'            => 'Export Log',             // Added - 2011-06-17
335    'ExportMiscFiles'      => '輸出其他檔(若有)',
336    'ExportOptions'        => '輸出選項',
337    'ExportSucceeded'      => 'Export Succeeded',       // Added - 2009-02-08
338    'ExportVideoFiles'     => '輸出影片檔(若有)',
339    'Exporting'            => '輸出中',
340    'FPS'                  => 'fps',
341    'FPSReportInterval'    => 'FPS 報告間距',
342    'FTP'                  => 'FTP',
343    'Far'                  => 'Far',
344    'FastForward'          => 'Fast Forward',
345    'Feed'                 => 'Feed',
346    'Ffmpeg'               => 'Ffmpeg',                 // Added - 2009-02-08
347    'File'                 => 'File',
348    'Filter'               => 'Filter',                 // Added - 2015-04-18
349    'FilterArchiveEvents'  => '自動儲存符合項目',
350    'FilterDeleteEvents'   => '自動刪除符合項目',
351    'FilterEmailEvents'    => '自動寄出詳細符合項目',
352    'FilterExecuteEvents'  => '自動執行符合指令',
353    'FilterLog'            => 'Filter log',             // Added - 2015-04-18
354    'FilterMessageEvents'  => '自動發出符合訊息',
355    'FilterMoveEvents'     => 'Move all matches',       // Added - 2018-08-30
356    'FilterPx'             => 'Filter Px',
357    'FilterUnset'          => '您必需設定濾鏡的寬度和高度',
358    'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
359    'FilterUploadEvents'   => '自動上傳符合項目',
360    'FilterVideoEvents'    => '自動產生符合的影像檔',
361    'Filters'              => '濾鏡',
362    'First'                => 'First',
363    'FlippedHori'          => '水平反轉',
364    'FlippedVert'          => '垂直反轉',
365    'FnMocord'             => 'Mocord',            // Added 2013.08.16.
366    'FnModect'             => 'Modect',            // Added 2013.08.16.
367    'FnMonitor'            => 'Monitor',            // Added 2013.08.16.
368    'FnNodect'             => 'Nodect',            // Added 2013.08.16.
369    'FnNone'               => 'None',            // Added 2013.08.16.
370    'FnRecord'             => 'Record',            // Added 2013.08.16.
371    'Focus'                => 'Focus',
372    'ForceAlarm'           => 'Force Alarm',
373    'Format'               => '格式',
374    'Frame'                => '框架',
375    'FrameId'              => '框架 Id',
376    'FrameRate'            => '框架速率',
377    'FrameSkip'            => '框架忽略',
378    'Frames'               => '框架',
379    'Func'                 => 'Func',
380    'Function'             => '功能',
381    'Gain'                 => 'Gain',
382    'General'              => '一般',
383    'GenerateDownload'     => 'Generate Download',      // Added - 2018-08-30
384    'GenerateVideo'        => '輸出影片',
385    'GeneratingVideo'      => '輸出影片中',
386    'GoToZoneMinder'       => 'Go to ZoneMinder.com',
387    'Grey'                 => 'Grey',
388    'Group'                => 'Group',
389    'Groups'               => 'Groups',
390    'HasFocusSpeed'        => 'Has Focus Speed',
391    'HasGainSpeed'         => 'Has Gain Speed',
392    'HasHomePreset'        => 'Has Home Preset',
393    'HasIrisSpeed'         => 'Has Iris Speed',
394    'HasPanSpeed'          => 'Has Pan Speed',
395    'HasPresets'           => 'Has Presets',
396    'HasTiltSpeed'         => 'Has Tilt Speed',
397    'HasTurboPan'          => 'Has Turbo Pan',
398    'HasTurboTilt'         => 'Has Turbo Tilt',
399    'HasWhiteSpeed'        => 'Has White Bal. Speed',
400    'HasZoomSpeed'         => 'Has Zoom Speed',
401    'High'                 => '高',
402    'HighBW'               => 'High&nbsp;B/W',
403    'Home'                 => 'Home',
404    'Hostname'             => 'Hostname',               // Added - 2018-08-30
405    'Hour'                 => '時',
406    'Hue'                  => 'Hue',
407    'Id'                   => 'Id',
408    'Idle'                 => 'Idle',
409    'Ignore'               => 'Ignore',
410    'Image'                => '影像',
411    'ImageBufferSize'      => '影像緩衝大小',
412    'Images'               => 'Images',
413    'In'                   => 'In',
414    'Include'              => '包含',
415    'Inverted'             => '反轉',
416    'Iris'                 => 'Iris',
417    'KeyString'            => 'Key String',
418    'Label'                => 'Label',
419    'Language'             => '語言',
420    'Last'                 => 'Last',
421    'Layout'               => 'Layout',                 // Added - 2009-02-08
422    'Level'                => 'Level',                  // Added - 2011-06-16
423    'Libvlc'               => 'Libvlc',
424    'LimitResultsPost'     => 'results only;', // This is used at the end of the phrase 'Limit to first N results only'
425    'LimitResultsPre'      => 'Limit to first', // This is used at the beginning of the phrase 'Limit to first N results only'
426    'Line'                 => 'Line',                   // Added - 2011-06-16
427    'LinkedMonitors'       => 'Linked Monitors',
428    'List'                 => '列出',
429    'ListMatches'          => 'List Matches',           // Added - 2018-08-30
430    'Load'                 => '載入',
431    'Local'                => 'Local',
432    'Log'                  => 'Log',                    // Added - 2011-06-16
433    'LoggedInAs'           => '登入名稱',
434    'Logging'              => 'Logging',                // Added - 2011-06-16
435    'LoggingIn'            => '登入中... 請稍後...',
436    'Login'                => '登入',
437    'Logout'               => '登出',
438    'Logs'                 => 'Logs',                   // Added - 2011-06-17
439    'Low'                  => '低',
440    'LowBW'                => 'Low&nbsp;B/W',
441    'Main'                 => 'Main',
442    'Man'                  => 'Man',
443    'Manual'               => 'Manual',
444    'Mark'                 => '標註',
445    'Max'                  => 'Max',
446    'MaxBandwidth'         => 'Max Bandwidth',          // Added - 2009-02-08
447    'MaxBrScore'           => '最高<br/>分數',
448    'MaxFocusRange'        => 'Max Focus Range',
449    'MaxFocusSpeed'        => 'Max Focus Speed',
450    'MaxFocusStep'         => 'Max Focus Step',
451    'MaxGainRange'         => 'Max Gain Range',
452    'MaxGainSpeed'         => 'Max Gain Speed',
453    'MaxGainStep'          => 'Max Gain Step',
454    'MaxIrisRange'         => 'Max Iris Range',
455    'MaxIrisSpeed'         => 'Max Iris Speed',
456    'MaxIrisStep'          => 'Max Iris Step',
457    'MaxPanRange'          => 'Max Pan Range',
458    'MaxPanSpeed'          => 'Max Pan Speed',
459    'MaxPanStep'           => 'Max Pan Step',
460    'MaxTiltRange'         => 'Max Tilt Range',
461    'MaxTiltSpeed'         => 'Max Tilt Speed',
462    'MaxTiltStep'          => 'Max Tilt Step',
463    'MaxWhiteRange'        => 'Max White Bal. Range',
464    'MaxWhiteSpeed'        => 'Max White Bal. Speed',
465    'MaxWhiteStep'         => 'Max White Bal. Step',
466    'MaxZoomRange'         => 'Max Zoom Range',
467    'MaxZoomSpeed'         => 'Max Zoom Speed',
468    'MaxZoomStep'          => 'Max Zoom Step',
469    'MaximumFPS'           => '最大每秒框架數 fps',
470    'Medium'               => '中',
471    'MediumBW'             => 'Medium&nbsp;B/W',
472    'Message'              => 'Message',                // Added - 2011-06-16
473    'MinAlarmAreaLtMax'    => 'Minimum alarm area should be less than maximum',
474    'MinAlarmAreaUnset'    => 'You must specify the minimum alarm pixel count',
475    'MinBlobAreaLtMax'     => 'Minimum blob area should be less than maximum',
476    'MinBlobAreaUnset'     => 'You must specify the minimum blob pixel count',
477    'MinBlobLtMinFilter'   => 'Minimum blob area should be less than or equal to minimum filter area',
478    'MinBlobsLtMax'        => 'Minimum blobs should be less than maximum',
479    'MinBlobsUnset'        => 'You must specify the minimum blob count',
480    'MinFilterAreaLtMax'   => 'Minimum filter area should be less than maximum',
481    'MinFilterAreaUnset'   => 'You must specify the minimum filter pixel count',
482    'MinFilterLtMinAlarm'  => 'Minimum filter area should be less than or equal to minimum alarm area',
483    'MinFocusRange'        => 'Min Focus Range',
484    'MinFocusSpeed'        => 'Min Focus Speed',
485    'MinFocusStep'         => 'Min Focus Step',
486    'MinGainRange'         => 'Min Gain Range',
487    'MinGainSpeed'         => 'Min Gain Speed',
488    'MinGainStep'          => 'Min Gain Step',
489    'MinIrisRange'         => 'Min Iris Range',
490    'MinIrisSpeed'         => 'Min Iris Speed',
491    'MinIrisStep'          => 'Min Iris Step',
492    'MinPanRange'          => 'Min Pan Range',
493    'MinPanSpeed'          => 'Min Pan Speed',
494    'MinPanStep'           => 'Min Pan Step',
495    'MinPixelThresLtMax'   => 'Minimum pixel threshold should be less than maximum',
496    'MinPixelThresUnset'   => 'You must specify a minimum pixel threshold',
497    'MinTiltRange'         => 'Min Tilt Range',
498    'MinTiltSpeed'         => 'Min Tilt Speed',
499    'MinTiltStep'          => 'Min Tilt Step',
500    'MinWhiteRange'        => 'Min White Bal. Range',
501    'MinWhiteSpeed'        => 'Min White Bal. Speed',
502    'MinWhiteStep'         => 'Min White Bal. Step',
503    'MinZoomRange'         => 'Min Zoom Range',
504    'MinZoomSpeed'         => 'Min Zoom Speed',
505    'MinZoomStep'          => 'Min Zoom Step',
506    'Misc'                 => '細項',
507    'Mode'                 => 'Mode',                   // Added - 2015-04-18
508    'Monitor'              => '監視',
509    'MonitorIds'           => 'Monitor&nbsp;Ids',
510    'MonitorPreset'        => 'Monitor Preset',
511    'MonitorPresetIntro'   => 'Select an appropriate preset from the list below.<br><br>Please note that this may overwrite any values you already have configured for this monitor.<br><br>',
512    'MonitorProbe'         => 'Monitor Probe',          // Added - 2009-03-31
513    'MonitorProbeIntro'    => 'The list below shows detected analog and network 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/>', // Added - 2009-03-31
514    'Monitors'             => '監視',
515    'Montage'              => '全部顯示',
516    'MontageReview'        => 'Montage Review',         // Added - 2018-08-30
517    'Month'                => '月',
518    'More'                 => 'More',                   // Added - 2011-06-16
519    'MotionFrameSkip'       => 'Motion Frame Skip',
520    'Move'                 => '移動',
521    'Mtg2widgrd'           => '2-wide grid',              // Added 2013.08.15.
522    'Mtg3widgrd'           => '3-wide grid',              // Added 2013.08.15.
523    'Mtg3widgrx'           => '3-wide grid, scaled, enlarge on alarm',              // Added 2013.08.15.
524    'Mtg4widgrd'           => '4-wide grid',              // Added 2013.08.15.
525    'MtgDefault'           => 'Default',              // Added 2013.08.15.
526    'MustBeGe'             => '需大於或等於',
527    'MustBeLe'             => '需小於或等於',
528    'MustConfirmPassword'  => '您必需確認密碼',
529    'MustSupplyPassword'   => '您必需提供密碼',
530    'MustSupplyUsername'   => '您必需提供使用者名稱',
531    'Name'                 => '名稱',
532    'Near'                 => 'Near',
533    'Network'              => 'Network',
534    'New'                  => '新增',
535    'NewGroup'             => '新群組',
536    'NewLabel'             => 'New Label',
537    'NewPassword'          => '新密碼',
538    'NewState'             => '新狀態',
539    'NewUser'              => '新使用者',
540    'Next'                 => '下一步',
541    'No'                   => 'No',
542    'NoDetectedCameras'    => 'No Detected Cameras',    // Added - 2009-03-31
543    'NoDetectedProfiles'   => 'No Detected Profiles',   // Added - 2018-08-30
544    'NoFramesRecorded'     => 'There are no frames recorded for this event',
545    'NoGroup'              => 'No Group',               // Added - 2009-02-08
546    'NoSavedFilters'       => 'NoSavedFilters',
547    'NoStatisticsRecorded' => 'There are no statistics recorded for this event/frame',
548    'None'                 => '無選取',
549    'NoneAvailable'        => 'None available',
550    'Normal'               => 'Normal',
551    'Notes'                => 'Notes',
552    'NumPresets'           => 'Num Presets',
553    'Off'                  => 'Off',
554    'On'                   => 'On',
555    '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/>', // Added - 2015-04-18
556    'OnvifProbe'           => 'ONVIF',                  // Added - 2015-04-18
557    '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/>', // Added - 2015-04-18
558    'OpEq'                 => 'equal to',
559    'OpGt'                 => 'greater than',
560    'OpGtEq'               => 'greater than or equal to',
561    'OpIn'                 => 'in set',
562    'OpIs'                 => 'is',                     // Added - 2018-08-30
563    'OpIsNot'              => 'is not',                 // Added - 2018-08-30
564    'OpLt'                 => 'less than',
565    'OpLtEq'               => 'less than or equal to',
566    'OpMatches'            => 'matches',
567    'OpNe'                 => 'not equal to',
568    'OpNotIn'              => 'not in set',
569    'OpNotMatches'         => 'does not match',
570    'Open'                 => 'Open',
571    'OptionHelp'           => 'OptionHelp',
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    'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
574    'Options'              => '銓垣專用',//進階選項
575    'OrEnterNewName'       => 'or enter new name',
576    'Order'                => '順序',
577    'Orientation'          => '方向',
578    'Out'                  => 'Out',
579    'OverwriteExisting'    => 'Overwrite Existing',
580    'Paged'                => 'Paged',
581    'Pan'                  => 'Pan',
582    'PanLeft'              => 'Pan Left',
583    'PanRight'             => 'Pan Right',
584    'PanTilt'              => 'Pan/Tilt',
585    'Parameter'            => '參數',
586    'Password'             => '密碼',
587    'PasswordsDifferent'   => 'The new and confirm passwords are different',
588    'Paths'                => 'Paths',
589    'Pause'                => 'Pause',
590    'Phone'                => 'Phone',
591    'PhoneBW'              => 'Phone&nbsp;B/W',
592    'Pid'                  => 'PID',                    // Added - 2011-06-16
593    'PixelDiff'            => 'Pixel Diff',
594    'Pixels'               => 'pixels',
595    'Play'                 => 'Play',
596    'PlayAll'              => '全部播放',
597    'PleaseWait'           => 'Please Wait',
598    'Plugins'              => 'Plugins',
599    'Point'                => '點',
600    'PostEventImageBuffer' => '後置事件影像緩衝',
601    'PreEventImageBuffer'  => '前置事件影像緩衝',
602    'PreserveAspect'       => 'Preserve Aspect Ratio',
603    'Preset'               => 'Preset',
604    'Presets'              => 'Presets',
605    'Prev'                 => '上一事件',
606    'Probe'                => 'Probe',                  // Added - 2009-03-31
607    'ProfileProbe'         => 'Stream Probe',           // Added - 2015-04-18
608    '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/>', // Added - 2015-04-18
609    'Progress'             => 'Progress',               // Added - 2015-04-18
610    'Protocol'             => 'Protocol',
611    'RTSPDescribe'         => 'Use RTSP Response Media URL', // Added - 2018-08-30
612    'RTSPTransport'        => 'RTSP Transport Protocol', // Added - 2018-08-30
613    'Rate'                 => 'Rate',
614    'Real'                 => 'Real',
615    'RecaptchaWarning'     => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
616    'Record'               => '錄影',
617    'RecordAudio'          => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
618    'RefImageBlendPct'     => '參考影像混合 %ge',
619    'Refresh'              => '更新',
620    'Remote'               => 'Remote',
621    'RemoteHostName'       => '遠端主機名稱',
622    'RemoteHostPath'       => '遠端主機路徑',
623    'RemoteHostPort'       => '遠端主機端口',
624    'RemoteHostSubPath'    => 'Remote Host SubPath',    // Added - 2009-02-08
625    'RemoteImageColours'   => 'Remote Image Colours',
626    'RemoteMethod'         => 'Remote Method',          // Added - 2009-02-08
627    'RemoteProtocol'       => 'Remote Protocol',        // Added - 2009-02-08
628    'Rename'               => '重新命名',
629    'Replay'               => '重新播放',
630    'ReplayAll'            => 'All Events',
631    'ReplayGapless'        => 'Gapless Events',
632    'ReplaySingle'         => 'Single Event',
633    'ReportEventAudit'     => 'Audit Events Report',    // Added - 2018-08-30
634    'Reset'                => 'Reset',
635    'ResetEventCounts'     => 'Reset Event Counts',
636    'Restart'              => '重新啟動',
637    'Restarting'           => 'Restarting',
638    'RestrictedCameraIds'  => 'Restricted Camera Ids',
639    'RestrictedMonitors'   => 'Restricted Monitors',
640    'ReturnDelay'          => 'Return Delay',
641    'ReturnLocation'       => 'Return Location',
642    'Rewind'               => 'Rewind',
643    'RotateLeft'           => 'Rotate Left',
644    'RotateRight'          => 'Rotate Right',
645    'RunLocalUpdate'       => 'Please run zmupdate.pl to update', // Added - 2011-05-25
646    'RunMode'              => '監視模式',
647    'RunState'             => '運作狀態',
648    'Running'              => '運行中',
649    'Save'                 => '存檔',
650    'SaveAs'               => '儲存為',
651    'SaveFilter'           => 'Save Filter',
652    'SaveJPEGs'            => 'Save JPEGs',             // Added - 2018-08-30
653    'Scale'                => 'Scale',
654    'Score'                => '分數',
655    'Secs'                 => 'Secs',
656    'Sectionlength'        => '片段長度',
657    'Select'               => '選取',
658    'SelectFormat'         => 'Select Format',          // Added - 2011-06-17
659    'SelectLog'            => 'Select Log',             // Added - 2011-06-17
660    'SelectMonitors'       => 'Select Monitors',
661    'SelfIntersecting'     => 'Polygon edges must not intersect',
662    'Set'                  => 'Set',
663    'SetNewBandwidth'      => '設定新頻寬速度',
664    'SetPreset'            => 'Set Preset',
665    'Settings'             => 'Settings',
666    'ShowFilterWindow'     => '顯示過濾視窗',
667    'ShowTimeline'         => 'Show Timeline',
668    'SignalCheckColour'    => 'Signal Check Colour',
669    'SignalCheckPoints'    => 'Signal Check Points',    // Added - 2018-08-30
670    'Size'                 => 'Size',
671    'SkinDescription'      => 'Change the default skin for this computer', // Added - 2011-01-30
672    'Sleep'                => 'Sleep',
673    'SortAsc'              => 'Asc',
674    'SortBy'               => 'Sort by',
675    'SortDesc'             => 'Desc',
676    'Source'               => '來源',
677    'SourceColours'        => 'Source Colours',         // Added - 2009-02-08
678    'SourcePath'           => 'Source Path',            // Added - 2009-02-08
679    'SourceType'           => '來源形式',
680    'Speed'                => '速度',
681    'SpeedHigh'            => '高 速',
682    'SpeedLow'             => '低 速',
683    'SpeedMedium'          => '中速',
684    'SpeedTurbo'           => 'Turbo Speed',
685    'Start'                => 'Start',
686    'State'                => 'State',
687    'Stats'                => 'Stats',
688    'Status'               => 'Status',
689    'StatusConnected'      => 'Capturing',              // Added - 2018-08-30
690    'StatusNotRunning'     => 'Not Running',            // Added - 2018-08-30
691    'StatusRunning'        => 'Not Capturing',          // Added - 2018-08-30
692    'StatusUnknown'        => 'Unknown',                // Added - 2018-08-30
693    'Step'                 => 'Step',
694    'StepBack'             => 'Step Back',
695    'StepForward'          => 'Step Forward',
696    'StepLarge'            => 'Large Step',
697    'StepMedium'           => 'Medium Step',
698    'StepNone'             => 'No Step',
699    'StepSmall'            => 'Small Step',
700    'Stills'               => '靜止',
701    'Stop'                 => '停止',
702    'Stopped'              => '已停止',
703    'StorageArea'          => 'Storage Area',           // Added - 2018-08-30
704    'StorageScheme'        => 'Scheme',                 // Added - 2018-08-30
705    'Stream'               => '串流',
706    'StreamReplayBuffer'   => 'Stream Replay Image Buffer',
707    'Submit'               => 'Submit',
708    'System'               => 'System',
709    'SystemLog'            => 'System Log',             // Added - 2011-06-16
710    'TargetColorspace'     => 'Target colorspace',      // Added - 2015-04-18
711    'Tele'                 => 'Tele',
712    'Thumbnail'            => '小圖檢視',
713    'Tilt'                 => 'Tilt',
714    'Time'                 => '時間',
715    'TimeDelta'            => 'Time Delta',
716    'TimeStamp'            => 'Time Stamp',             // Added - 2009-02-08
717    'Timeline'             => 'Timeline',               // Added - 2009-02-08
718    'TimelineTip1'          => 'Pass your mouse over the graph to view a snapshot image and event details.',              // Added 2013.08.15.
719    'TimelineTip2'          => 'Click on the coloured sections of the graph, or the image, to view the event.',              // Added 2013.08.15.
720    'TimelineTip3'          => 'Click on the background to zoom in to a smaller time period based around your click.',              // Added 2013.08.15.
721    'TimelineTip4'          => 'Use the controls below to zoom out or navigate back and forward through the time range.',              // Added 2013.08.15.
722    'Timestamp'            => '時間格式',
723    'TimestampLabelFormat' => '時間標示格式',
724    'TimestampLabelSize'   => 'Font Size',              // Added - 2018-08-30
725    'TimestampLabelX'      => '時間標示 X',
726    'TimestampLabelY'      => '時間標示 Y',
727    'Today'                => 'Today',
728    'Tools'                => 'Tools',
729    'Total'                => 'Total',                  // Added - 2011-06-16
730    'TotalBrScore'         => '全部<br/>分數',
731    'TrackDelay'           => 'Track Delay',
732    'TrackMotion'          => 'Track Motion',
733    'Triggers'             => '觸發',
734    'TurboPanSpeed'        => 'Turbo Pan Speed',
735    'TurboTiltSpeed'       => 'Turbo Tilt Speed',
736    'Type'                 => 'Type',
737    'Unarchive'            => '不存檔',
738    'Undefined'            => 'Undefined',              // Added - 2009-02-08
739    'Units'                => 'Units',
740    'Unknown'              => 'Unknown',
741    'Update'               => 'Update',                 // Added - 2009-02-08
742    'UpdateAvailable'      => 'An update to ZoneMinder is available.',
743    'UpdateNotNecessary'   => 'No update is necessary.',
744    'Updated'              => 'Updated',                // Added - 2011-06-16
745    'Upload'               => 'Upload',                 // Added - 2011-08-23
746    'UseFilter'            => 'Use Filter',
747    'UseFilterExprsPost'   => '&nbsp;filter&nbsp;expressions', // This is used at the end of the phrase 'use N filter expressions'
748    'UseFilterExprsPre'    => 'Use&nbsp;', // This is used at the beginning of the phrase 'use N filter expressions'
749    'UsedPlugins'	   => 'Used Plugins',
750    'User'                 => 'User',
751    'Username'             => '使用者名稱',
752    'Users'                => 'Users',
753    'V4L'                  => 'V4L',                    // Added - 2015-04-18
754    'V4LCapturesPerFrame'  => 'Captures Per Frame',     // Added - 2015-04-18
755    'V4LMultiBuffer'       => 'Multi Buffering',        // Added - 2015-04-18
756    'Value'                => '設定值',
757    'Version'              => '版本',
758    'VersionIgnore'        => 'Ignore this version',
759    'VersionRemindDay'     => 'Remind again in 1 day',
760    'VersionRemindHour'    => 'Remind again in 1 hour',
761    'VersionRemindNever'   => 'Don\'t remind about new versions',
762    'VersionRemindWeek'    => 'Remind again in 1 week',
763    'Video'                => 'Video',
764    'VideoFormat'          => 'Video Format',           // Added - 2009-02-08
765    'VideoGenFailed'       => '輸出影片失敗!',
766    'VideoGenFiles'        => 'Existing Video Files',   // Added - 2009-02-08
767    'VideoGenNoFiles'      => 'No Video Files Found',   // Added - 2009-02-08
768    'VideoGenParms'        => '輸出影片參數',
769    'VideoGenSucceeded'    => 'Video Generation Succeeded!', // Added - 2009-02-08
770    'VideoSize'            => '影片尺寸',
771    'VideoWriter'          => 'Video Writer',           // Added - 2018-08-30
772    'View'                 => '檢視',
773    'ViewAll'              => '全部檢視',
774    'ViewEvent'            => 'View Event',             // Added - 2009-02-08
775    'ViewPaged'            => '分頁檢視',
776    'Wake'                 => 'Wake',
777    'WarmupFrames'         => '熱機框架',
778    'Watch'                => 'Watch',
779    'Web'                  => 'Web',
780    'WebColour'            => 'Web Colour',             // Added - 2009-02-08
781    'WebSiteUrl'           => 'Website URL',            // Added - 2018-08-30
782    'Week'                 => '週',
783    'White'                => 'White',
784    'WhiteBalance'         => 'White Balance',
785    'Wide'                 => 'Wide',
786    'X'                    => 'X',
787    'X10'                  => 'X10',
788    'X10ActivationString'  => 'X10 Activation String',
789    'X10InputAlarmString'  => 'X10 Input Alarm String',
790    'X10OutputAlarmString' => 'X10 Output Alarm String',
791    'Y'                    => 'Y',                      // Added - 2009-02-08
792    'Yes'                  => 'Yes',
793    'YouNoPerms'           => 'You do not have permissions to access this resource.',
794    'Zone'                 => 'Zone',
795    'ZoneAlarmColour'      => 'Alarm Colour (RGB)',
796    'ZoneArea'             => 'Zone Area',
797    'ZoneExtendAlarmFrames' => 'Extend Alarm Frame Count',
798    'ZoneFilterSize'       => 'Filter Width/Height (pixels)',
799    'ZoneMinMaxAlarmArea'  => 'Min/Max Alarmed Area',
800    'ZoneMinMaxBlobArea'   => 'Min/Max Blob Area',
801    'ZoneMinMaxBlobs'      => 'Min/Max Blobs',
802    'ZoneMinMaxFiltArea'   => 'Min/Max Filtered Area',
803    'ZoneMinMaxPixelThres' => 'Min/Max Pixel Threshold (0-255)',
804    'ZoneMinderLog'        => 'ZoneMinder Log',         // Added - 2011-06-17
805    'ZoneOverloadFrames'   => 'Overload Frame Ignore Count',
806    'Zones'                => '監視區',
807    'Zoom'                 => 'Zoom',
808    'ZoomIn'               => 'Zoom In',                // Added - 2009-02-08
809    'ZoomOut'              => 'Zoom Out',               // Added - 2009-02-08
810);
811
812// Complex replacements with formatting and/or placements, must be passed through sprintf
813$CLANG = array(
814    'CurrentLogin'         => '目前登入者是 \'%1$s\'',
815    'EventCount'           => '%1$s %2$s', // For example '37 Events' (from Vlang below)
816    'LastEvents'           => 'Last %1$s %2$s', // For example 'Last 37 Events' (from Vlang below)
817    'LatestRelease'        => 'The latest release is v%1$s, you have v%2$s.',
818    'MonitorCount'         => '%1$s %2$s', // For example '4 Monitors' (from Vlang below)
819    'MonitorFunction'      => 'Monitor %1$s Function',
820    'RunningRecentVer'     => 'You are running the most recent version of ZoneMinder, v%s.',
821    'VersionMismatch'      => 'Version mismatch, system is version %1$s, database is %2$s.', // Added - 2011-05-25
822);
823
824// The next section allows you to describe a series of word ending and counts used to
825// generate the correctly conjugated forms of words depending on a count that is associated
826// with that word.
827// This intended to allow phrases such a '0 potatoes', '1 potato', '2 potatoes' etc to
828// conjugate correctly with the associated count.
829// In some languages such as English this is fairly simple and can be expressed by assigning
830// a count with a singular or plural form of a word and then finding the nearest (lower) value.
831// So '0' of something generally ends in 's', 1 of something is singular and has no extra
832// ending and 2 or more is a plural and ends in 's' also. So to find the ending for '187' of
833// something you would find the nearest lower count (2) and use that ending.
834//
835// So examples of this would be
836// $zmVlangPotato = array( 0=>'Potatoes', 1=>'Potato', 2=>'Potatoes' );
837// $zmVlangSheep = array( 0=>'Sheep' );
838//
839// where you can have as few or as many entries in the array as necessary
840// If your language is similar in form to this then use the same format and choose the
841// appropriate zmVlang function below.
842// If however you have a language with a different format of plural endings then another
843// approach is required . For instance in Russian the word endings change continuously
844// depending on the last digit (or digits) of the numerator. In this case then zmVlang
845// arrays could be written so that the array index just represents an arbitrary 'type'
846// and the zmVlang function does the calculation about which version is appropriate.
847//
848// So an example in Russian might be (using English words, and made up endings as I
849// don't know any Russian!!)
850// $zmVlangPotato = array( 1=>'Potati', 2=>'Potaton', 3=>'Potaten' );
851//
852// and the zmVlang function decides that the first form is used for counts ending in
853// 0, 5-9 or 11-19 and the second form when ending in 1 etc.
854//
855
856// Variable arrays expressing plurality, see the zmVlang description above
857$VLANG = array(
858    'Event'                => array( 0=>'事件', 1=>'事件', 2=>'事件' ),
859    'Monitor'              => array( 0=>'監視', 1=>'監視', 2=>'監視' ),
860);
861
862// You will need to choose or write a function that can correlate the plurality string arrays
863// with variable counts. This is used to conjugate the Vlang arrays above with a number passed
864// in to generate the correct noun form.
865//
866// In languages such as English this is fairly simple
867// Note this still has to be used with printf etc to get the right formatting
868function zmVlang( $langVarArray, $count )
869{
870    krsort( $langVarArray );
871    foreach ( $langVarArray as $key=>$value )
872    {
873        if ( abs($count) >= $key )
874        {
875            return( $value );
876        }
877    }
878    die( 'Error, unable to correlate variable language string' );
879}
880
881// This is an version that could be used in the Russian example above
882// The rules are that the first word form is used if the count ends in
883// 0, 5-9 or 11-19. The second form is used then the count ends in 1
884// (not including 11 as above) and the third form is used when the
885// count ends in 2-4, again excluding any values ending in 12-14.
886//
887// function zmVlang( $langVarArray, $count )
888// {
889//  $secondlastdigit = substr( $count, -2, 1 );
890//  $lastdigit = substr( $count, -1, 1 );
891//  // or
892//  // $secondlastdigit = ($count/10)%10;
893//  // $lastdigit = $count%10;
894//
895//  // Get rid of the special cases first, the teens
896//  if ( $secondlastdigit == 1 && $lastdigit != 0 )
897//  {
898//      return( $langVarArray[1] );
899//  }
900//  switch ( $lastdigit )
901//  {
902//      case 0 :
903//      case 5 :
904//      case 6 :
905//      case 7 :
906//      case 8 :
907//      case 9 :
908//      {
909//          return( $langVarArray[1] );
910//          break;
911//      }
912//      case 1 :
913//      {
914//          return( $langVarArray[2] );
915//          break;
916//      }
917//      case 2 :
918//      case 3 :
919//      case 4 :
920//      {
921//          return( $langVarArray[3] );
922//          break;
923//      }
924//  }
925//  die( 'Error, unable to correlate variable language string' );
926// }
927
928// This is an example of how the function is used in the code which you can uncomment and
929// use to test your custom function.
930//$monitors = array();
931//$monitors[] = 1; // Choose any number
932//echo sprintf( $zmClangMonitorCount, count($monitors), zmVlang( $zmVlangMonitor, count($monitors) ) );
933
934// In this section you can override the default prompt and help texts for the options area
935// These overrides are in the form show below where the array key represents the option name minus the initial ZM_
936// So for example, to override the help text for ZM_LANG_DEFAULT do
937$OLANG = array(
938	'OPTIONS_FFMPEG' => array(
939		'Help' => "Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~ ".
940		          "Examples (do not enter quotes)~~~~".
941		          "\"allowed_media_types=video\" Set datatype to request fromcam (audio, video, data)~~~~".
942		          "\"reorder_queue_size=nnn\" Set number of packets to buffer for handling of reordered packets~~~~".
943		          "\"loglevel=debug\" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)"
944	),
945	'OPTIONS_LIBVLC' => array(
946		'Help' => "Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ ".
947		          "Examples (do not enter quotes)~~~~".
948		          "\"--rtp-client-port=nnn\" Set local port to use for rtp data~~~~".
949		          "\"--verbose=2\" Set verbosity of libVLC"
950	),
951
952//    'LANG_DEFAULT' => array(
953//        'Prompt' => "This is a new prompt for this option",
954//        'Help' => "This is some new help for this option which will be displayed in the window when the ? is clicked"
955//    ),
956);
957
958?>
959