From c90e4b23945ce93fd518c1595aa3d9275743f788 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 3 Nov 2019 09:51:31 -0500 Subject: add option to pause streams for simul, turn it off for default --- www/lang/locale-en.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/lang') diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index e4774cb3..d4b48150 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -283,6 +283,8 @@ "kPathToCgiExample" :"e.g. server/zm/cgi-bin", "kPause" :"pause", "kPaused" :"paused", + "kPauseStreams" : "pause/resume streams to save bandwidth", + "kPauseStreamsNote" : "only applies if multi-port is used", "kPinProtect" :"PIN Protect", "kPlaceHolderBasicAuthPass" :"basic auth password", "kPlaceHolderBasicAuthUser" :"basic auth user name", -- cgit v1.2.3 From 318f5f8912001fac0941c546a19814b4fa462dbd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 8 Nov 2019 11:00:03 -0500 Subject: allow vertical scrolling in timeline, also handle touches if on moble --- www/lang/locale-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lang') diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index d4b48150..ac25692e 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -395,8 +395,8 @@ "kTime" :"time", "kTimeZoneNotSupported" :"your API doesn't support this", "kTimeline" :"Timeline", - "kTimelineControlsD" : "hover: thumbnail, tap: event, double-tap: frames", - "kTimelineControlsM" : "tap: thumbnail (tap thumbnail for event), double-tap: frames", + "kTimelineControlsD" : "hover: thumbnail, double-tap: play", + "kTimelineControlsM" : "tap: thumbnail, double-tap: play", "kTimelineEvent" :"view event", "kTimelineGraph" :"analyze frames", "kTimelineMessage" :"double-tap exits. touch/mouse-over and drag over items to see frames", -- cgit v1.2.3