diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-26 19:57:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-26 19:57:05 -0400 |
| commit | 06335254ef1335189efa1bf37d369640ad651bb1 (patch) | |
| tree | c0d3745d4b86385770c0f608c6ceec802aba424a /www | |
| parent | f05ea75e47ddb2108a2ea34435f7d628bfe2eefd (diff) | |
monitor status shows event type
Former-commit-id: ad67141b0ad856f892bcba0d769666ed68b6a467
Diffstat (limited to 'www')
| -rw-r--r-- | www/lang/locale-en.json | 7 | ||||
| -rw-r--r-- | www/templates/monitors.html | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 499052df..1b78cde3 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -73,6 +73,7 @@ "kEventMontage" :"Event Montage", "kEventMontageImageScale" :"Event Montage image scale", "kEventNavVidFeeds" :"Event navigation is not available with video feeds. ZoneMinder doesn't yet support them", + "kEventRecording" :"Event Recording", "kEventServer" :"Event Server", "kEventServerConfig1" :"Please make sure your ZM settings are configured and saved before you configure the event server", "kEventServerVersionBody1" :"You are running version", @@ -102,6 +103,7 @@ "kFitScreen" :"fit screen", "kFootage" :"Footage", "kForceAlarmConfirm" :"Are you sure you want to force an alarm for Monitor:", + "kForceImagePath" :"Force events to use file path", "kForcingAlarm" :"forcing alarm", "kFrame" :"frame", "kFrameUpdate" :"Frame update", @@ -116,6 +118,7 @@ "kHideMonsWithoutEvents" :"Hide monitors without events", "kHideTip" :"hide tip", "kId" :"Id", + "kImages" :"Images", "kImpMsg1" :"Important Message", "kImpMsg2" :"I'd appreciate if you upgraded ZoneMinder", "kImpMsg3" :"You are running", @@ -298,6 +301,7 @@ "kValidNameZMAuth" :"Please enter a valid username and password for ZM auth", "kVersion" :"Version", "kVersionIncompatible" :"I am incompatible with your ZoneMinder version", + "kVideo" :"Video", "kWarningLargeTimeline" :"A large value can affect timeline performance. If you find timeline performance slow, try reducing the value to 200 and work your way up from there.", "kWeek" :"Week", "kWelcomeWizard" :"Welcome to zmWizard", @@ -324,6 +328,5 @@ "kZMSettingsFor" :"ZoneMinder settings for", "kZMStopped" :"stopped", "kZMUndetermined" :"undetermined", - "kZMUpgradeNeeded" :"ZoneMinder upgrade needed", - "kForceImagePath": "Force events to use file path" + "kZMUpgradeNeeded" :"ZoneMinder upgrade needed" } diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 20555a33..266bcd19 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -37,6 +37,7 @@ <br/> {{'kAlarmFrameCount' |translate}}: {{monitor.Monitor.AlarmFrameCount}} <br/> {{'kStatus' | translate}}: {{monitor.Monitor.isRunningText}} <br/> {{'kId' | translate}}: {{monitor.Monitor.Id}} + <br/> {{'kEventRecording' | translate}}: {{(monitor.Monitor.VideoWriter==1?'kVideo':'kImages') | translate}} <br/> <br/> </p> |
