diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-26 00:51:33 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-26 00:51:33 +0500 |
commit | a25e7bd56c128fb2a1c673abf735b3e64706f9a8 (patch) | |
tree | a99d2cde526f97082d7bc95531772b6835064fcd /web/l10n/en.json | |
parent | 67f46c80d3b5e34440a2644f52b81dddfbaba5fa (diff) | |
download | trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.tar.gz trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.tar.bz2 trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.zip |
Added notifications via email
Added notifications settings
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 8ac09caf2..351ad462d 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -19,6 +19,7 @@ "sharedSearch": "Search", "sharedGeofence": "Geofence", "sharedGeofences": "Geofences", + "sharedNotifications": "Notifications", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", @@ -106,7 +107,10 @@ "eventDeviceMoving": "Device is moving", "eventDeviceStopped": "Device is stopped", "eventDeviceOverspeed": "Device exceeds the speed", - "eventCommandResult": "Command result: ", + "eventCommandResult": "Command result", "eventGeofenceEnter": "Device has entered geofence", - "eventGeofenceExit": "Device has exited geofence" + "eventGeofenceExit": "Device has exited geofence", + "notificationType": "Type of Notification", + "notificationWeb": "Send via Web", + "notificationMail": "Send via Mail" }
\ No newline at end of file |