diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-04 15:30:08 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-04 15:30:08 -0400 |
| commit | 0d2378002fa40ce4f20f2c5ca3e002b708e5caf5 (patch) | |
| tree | 2daccf46f11c5a1efa946b5541f0d8868a17d549 /www/lang | |
| parent | 1671bec66825fe28e131fe5094af035ee6cf8d44 (diff) | |
Displays latest events (for last 2-3 minutes) and other tweaks. #356 should be mostly working - the only caveat is long running event recordings in mocord/record -- they won't keep getting updated till the currently recorded event is over.
Diffstat (limited to 'www/lang')
| -rw-r--r-- | www/lang/locale-en.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 0a89274a..74253b6f 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -194,7 +194,7 @@ "kMore" :"more", "kNeedToKnow" :"I need to know your ZoneMinder login and path details to get started", "kNegotiatingStreamAuth" :"negotiating stream authentication", - "kNews" :"News", + "kNews" :"News", "kNext" :"Next", "kNextEvent" :"next event", "kNextMonitor" :"next monitor", @@ -366,7 +366,8 @@ "kLocalTimeZone" :"use local timezone", "kTimeZoneNotSupported" : "your API doesn't support this", "kServerTimeZone" : "server TZ", - "kFollowTime" : "follow current time", - "kFollowError" : "You must be in Day mode tofollow time" + "kUpdateTimeline" : "enable dynamic updates", + "kLatestEvents" : "latest events" + } |
