diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-17 09:47:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-17 09:47:59 -0400 |
| commit | 43df6a5c001540690df76a888f42c64fc3310115 (patch) | |
| tree | 4b7cff6689485002ffafcfeb70454d287a2543c9 /www/lang | |
| parent | 548c4cf8662e0c7b64cb84ff038a7fc548144cd2 (diff) | |
#681 make sure falllback happens in reasonable time, also improve progress messages to keep user updated
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 cb776682..76b42f72 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -17,6 +17,7 @@ "kAt" :"at", "kAuthSuccess" :"authentication success", "kAuthenticating" :"authenticating", + "kAuthenticatingWebScrape" : "authenticating via web scrape", "kAutoSwitchBW" :"auto switch bandwidth", "kAwake1" :"Keep display on", "kAwake2" :"(when viewing footage)", @@ -294,6 +295,7 @@ "kProfileChangeNotification" :"You have changed from {{oldName}} to {{newName}}. Please save this profile first", "kProtect" :"protect", "kPullToReload" :"pull to reload data", + "kReachabilityFailed" : "primary login failed, trying fallbacks", "kReAuthenticating" :"re-authenticating", "kRecaptcha" :"Looks like you have enabled reCaptcha. It needs to be turned off for the app to work", "kReconfirmPin" :"Reconfirm PIN", |
