You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/lang/en_gb.php
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1106,6 +1106,26 @@ function zmVlang($langVarArray, $count) {
1106
1106
help to get it to work... it is confirmed to work in some chinese cameras that do not implement ONVIF entirely
1107
1107
'
1108
1108
),
1109
+
'OPTIONS_ONVIF_Alarm_Text' => array(
1110
+
'Help' => '
1111
+
Text associated with event when alarm is activated.~~
1112
+
Some standard values:~~
1113
+
- AnalyticsService~~
1114
+
- ConfigurationChanged~~
1115
+
- Crossed~~
1116
+
- DetectedSound~~
1117
+
- Face~~
1118
+
- FireAlarm~~
1119
+
- IPConflict~~
1120
+
- Motion~~
1121
+
- MotionAlarm (set by default)~~
1122
+
- ObjectsInside~~
1123
+
- ProfileChanged~~
1124
+
- SceneTemperature~~
1125
+
- Tamper~~
1126
+
For more details, see the instructions for your camera, as well as the specifications at the link:~~https://www.onvif.org/specs/core/ONVIF-Core-Specification.pdf
1127
+
'
1128
+
),
1109
1129
'ZM_OPT_TRAINING' => array(
1110
1130
'Prompt' => 'Enable custom model training features',
1111
1131
'Help' => 'Enable annotation tools on the event view for correcting object detection results.~~Corrected annotations are saved in YOLO format for training custom models via pyzm.~~When enabled, an Annotate button appears on the event view toolbar.'
0 commit comments