diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-08 10:43:25 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-08 10:43:25 -0500 |
| commit | af2b59902e50264a9a34f4ca0a5bdf06ecc13b8d (patch) | |
| tree | a1d40b5d9e610a30c40ef73cfe0e37a451437cf7 /www/lang | |
| parent | e4ab4d9769331713288040f96044e188d15d6d49 (diff) | |
#499 - fix case when you try and configure ES before logging into portal (first setup)
Diffstat (limited to 'www/lang')
| -rw-r--r-- | www/lang/locale-en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 229250b1..ac04384f 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -110,6 +110,9 @@ "kEventServerVersionBody1" :"You are running version", "kEventServerVersionBody2" :"Please upgrade to", "kEventServerVersionTitle" :"Event Server version not supported", + + "kEventServerNotLoggedIn" :"You are not yet logged in. Please make sure you have logged in successfully (save your login data, and ensure login is successful)", + "kEventSingleImageScale" :"Event single image scale", "kEventView" :"Event View", "kEvents" :"events", @@ -372,6 +375,7 @@ "kTimelineOnlyDisplaying1" :"only displaying last {{maxItemsVal}} events", "kTitleNotLoggedIn" :"Not logged in", "kTitleNotLoggedInBody" :"It doesn't look like you are logged in. For detection to work, you must fill in your login details, portal URL and then tap on Save. Then come back to this feature.", + "kTitlePortalNotConfigured" :"Portal not configured", "kTo" :"to", "kToDate" :"To Date", |
