diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-03 07:17:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-03 07:17:36 -0500 |
| commit | 89ade3c9f048bbda108948d89de3c2b9c0d4a0ed (patch) | |
| tree | 90908f09946acdc41a60ed81a16277b6baead9e8 /www/lang | |
| parent | 332bdab3fcbc6560eb2400fafd871571afe8f2ff (diff) | |
fixed hardcoded strings, except 'Back' #400
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 af191d83..67ad0ca4 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -136,6 +136,7 @@ "kGraphAll" :"all", "kGraphError" :"there was an error rendering the graph. Please see logs", "kH264VideoSupport" :"H264 Video support", + "kHelp" : "Help", "kHideMonsWithoutEvents" :"Hide monitors without events", "kHideTip" :"hide tip", "kHighBWDisplay" :"high bandwidth", @@ -154,6 +155,7 @@ "kLiveView" :"Live View", "kLoad" :"load", "kLoading" :"loading", + "kLoadingEvents" : "loading events", "kLoadingGraph" :"loading graph", "kLoadingMonitors" :"loading monitors", "kLocalTimeZone" :"use local timezone", |
