diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-28 10:02:41 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-28 10:02:41 +0500 |
commit | 8e69514733aace4690a9e80a6dd5158d625a66e2 (patch) | |
tree | b22c3a7f6acbc2bc28eafdae69f066cbd1ad9649 /web/l10n | |
parent | df0ad229b96a036aaf98bcb8315d69d1bdb7367a (diff) | |
download | etbsa-traccar-web-8e69514733aace4690a9e80a6dd5158d625a66e2.tar.gz etbsa-traccar-web-8e69514733aace4690a9e80a6dd5158d625a66e2.tar.bz2 etbsa-traccar-web-8e69514733aace4690a9e80a6dd5158d625a66e2.zip |
- Make strings more laconic
- Make ArrayListFilter consistent
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index fbb7f01..e6a8a99 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -356,10 +356,10 @@ "alarmRemoving": "Removing Alarm", "notificationType": "Type of Notification", "notificationAlways": "All Devices", - "notificationWeb": "Send via Web", - "notificationMail": "Send via Mail", - "notificationSms": "Send via SMS", - "notificationNotificators": "Way of Notification", + "notificationNotificators": "Channels", + "notificatorWeb": "Web", + "notificatorMail": "Mail", + "notificatorSms": "SMS", "reportRoute": "Route", "reportEvents": "Events", "reportTrips": "Trips", |