diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-24 11:28:33 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 11:28:33 +1300 |
commit | f6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e (patch) | |
tree | 5885919549e09fd1433ab283cb03bc339b73c8a1 /web/l10n/en.json | |
parent | ae31f81fc81ed306411b07a5ebbf3d47e12c3243 (diff) | |
parent | 7f35b89560276d2ae23fb1164a429283fb64ff45 (diff) | |
download | trackermap-web-f6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e.tar.gz trackermap-web-f6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e.tar.bz2 trackermap-web-f6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e.zip |
Merge pull request #305 from Abyss777/reset_distance
Implement reset device distance dialog
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 1b8c9668..ff9a7c47 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -1,6 +1,7 @@ { "sharedLoading": "Loading...", "sharedSave": "Save", + "sharedSet": "Set", "sharedCancel": "Cancel", "sharedAdd": "Add", "sharedEdit": "Edit", @@ -36,6 +37,8 @@ "sharedAttributeAlias": "Attribute Alias", "sharedAttributeAliases": "Attribute Aliases", "sharedAlias": "Alias", + "sharedDeviceDistance": "Device Distance", + "sharedDevice":"Device", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", @@ -51,7 +54,6 @@ "loginCreated": "New user has been registered", "loginLogout": "Logout", "devicesAndState": "Devices and State", - "deviceDialog": "Device", "deviceTitle": "Devices", "deviceIdentifier": "Identifier", "devicePhone": "Phone", @@ -60,6 +62,7 @@ "deviceLastUpdate": "Last Update", "deviceCommand": "Command", "deviceFollow": "Follow", + "deviceTotalDistance": "Total Distance", "groupDialog": "Group", "groupParent": "Group", "groupNoGroup": "No Group", |