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/skins/classic/includes/functions.php
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -192,51 +192,51 @@ function getPageHelpData() {
192
192
returnarray(
193
193
'console' => array(
194
194
'title' => 'Monitors',
195
-
'help' => 'Monitor dashboard showing status, events, and resource usage. Use the column picker to show/hide columns. Click a monitor name to view its live feed.',
195
+
'help' => 'Dashboard showing status, events, and resource usage. Use the column picker to show/hide columns. Click a stream name to view its live feed.',
196
196
),
197
197
'montage' => array(
198
198
'title' => 'Montage',
199
-
'help' => 'Live grid view of all monitors. Drag to rearrange, use the layout selector to change grid size, and resize handles to adjust individual feeds.',
199
+
'help' => 'Live grid view of all streams. Drag to rearrange, use the layout selector to change grid size, and resize handles to adjust individual feeds.',
200
200
),
201
201
'montagereview' => array(
202
202
'title' => 'Montage Review',
203
-
'help' => 'Review recorded footage from multiple monitors simultaneously. Use the timeline to scrub through events and the speed controls for playback.',
203
+
'help' => 'Review recorded footage from multiple streams simultaneously. Use the timeline to scrub through events and the speed controls for playback.',
204
204
),
205
205
'events' => array(
206
206
'title' => 'Events',
207
-
'help' => 'Browse and search recorded events. Use filters to narrow by monitor, date, or severity. Click an event to play it back.',
207
+
'help' => 'Browse and search recorded events. Use filters to narrow by stream, date, or severity. Click an event to play it back.',
208
208
),
209
209
'event' => array(
210
210
'title' => 'Event',
211
211
'help' => 'Event playback and review. Use the timeline to navigate frames, view detection zones, and export or download video.',
212
212
),
213
213
'watch' => array(
214
214
'title' => 'Live Feed',
215
-
'help' => 'Live view of a single monitor with PTZ controls (if configured), event list, and zone overlay.',
215
+
'help' => 'Live view of a single stream with PTZ controls (if configured), event list, and zone overlay.',
216
216
),
217
217
'cycle' => array(
218
218
'title' => 'Cycle',
219
-
'help' => 'Automatically cycles through monitor live feeds at a configurable interval.',
219
+
'help' => 'Automatically cycles through stream live feeds at a configurable interval.',
220
220
),
221
221
'options' => array(
222
222
'title' => 'Options',
223
223
'help' => 'System configuration. Changes to most settings take effect immediately. Daemon-related settings require a restart of the affected service.',
224
224
),
225
225
'log' => array(
226
226
'title' => 'System Log',
227
-
'help' => 'Live view of ZoneMinder system logs. Filter by component, level, or search text. Useful for diagnosing camera connection or recording issues.',
227
+
'help' => 'Live view of system logs. Filter by component, level, or search text. Useful for diagnosing camera connection or recording issues.',
228
228
),
229
229
'filter' => array(
230
230
'title' => 'Event Filter',
231
231
'help' => 'Create and manage event filters for automated actions like email alerts, archiving, or deletion. Filters run periodically via zmfilter.',
232
232
),
233
233
'groups' => array(
234
234
'title' => 'Groups',
235
-
'help' => 'Organize monitors into groups for easier management. Groups can be nested and are used to filter monitors in the console and montage views.',
235
+
'help' => 'Organize streams into groups for easier management. Groups can be nested and are used to filter streams in various views.',
236
236
),
237
237
'zones' => array(
238
238
'title' => 'Zones',
239
-
'help' => 'Detection zones for a monitor. Each zone defines a region and sensitivity for motion detection. Multiple zones allow different sensitivity in different areas.',
239
+
'help' => 'Detection zones for streams. Each zone defines a region and sensitivity for motion detection. Multiple zones allow different sensitivity in different areas.',
0 commit comments