diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-09 20:34:11 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-09 20:34:11 +1300 |
commit | 1750a8b5353a69f3b1805757f3b31150260d45f8 (patch) | |
tree | aece720d11cf97f3eb199b5715fddc2ce7dbe8c8 /web/l10n | |
parent | b4b075facd4bf11bc7564b75a60891325749e42e (diff) | |
download | trackermap-server-1750a8b5353a69f3b1805757f3b31150260d45f8.tar.gz trackermap-server-1750a8b5353a69f3b1805757f3b31150260d45f8.tar.bz2 trackermap-server-1750a8b5353a69f3b1805757f3b31150260d45f8.zip |
Add groups list window component
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index ec8018863..259d54b1a 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -13,10 +13,10 @@ "sharedHour": "Hour", "sharedMinute": "Minute", "sharedSecond": "Second", + "sharedName": "Name", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", - "userName": "Name", "userEmail": "Email", "userPassword": "Password", "userAdmin": "Admin", @@ -30,13 +30,13 @@ "devicesAndState": "Devices and State", "deviceDialog": "Device", "deviceTitle": "Devices", - "deviceName": "Name", "deviceIdentifier": "Identifier", "deviceLastUpdate": "Last Update", "deviceCommand": "Command", "deviceFollow": "Follow", "settingsTitle": "Settings", "settingsUser": "Account", + "settingsGroups": "Groups", "settingsServer": "Server", "settingsUsers": "Users", "settingsDistanceUnit": "Distance", |