diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-10 15:00:43 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-10 15:00:43 -0500 |
| commit | f0ec391af778f6a152b52b68e31b496fb5053aba (patch) | |
| tree | 2a283c859cb262b3f672e514de7d6f70e8d12cae /www/lang | |
| parent | 445dbcf856901bde8175829edf3a08400f830d56 (diff) | |
timezone API check fix plus error handling for unplayable videos
Diffstat (limited to 'www/lang')
| -rw-r--r-- | www/lang/locale-en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index d9e70a12..5e9d032c 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -339,6 +339,8 @@ "kVersionIncompatible" :"I am incompatible with your ZoneMinder version", "kVibrateOnPush" :"Vibrate on push", "kVideo" :"Video", + "kVideoError" : "Video not playable.", + "kVideoErrorMobile" : "Video not playable. Try enabling 'force image path for events' in Dev Settings. The format may also be incompatible with a mobile system view", "kWake" :"Wake", "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", |
