From a25e7bd56c128fb2a1c673abf735b3e64706f9a8 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Sun, 26 Jun 2016 00:51:33 +0500 Subject: Added notifications via email Added notifications settings --- web/l10n/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'web/l10n/en.json') 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 -- cgit v1.2.3