aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninioe <ninioe@gmail.com>2016-07-18 07:33:10 +0300
committerninioe <ninioe@gmail.com>2016-07-18 07:33:10 +0300
commit21711400b18970d8852294e186b529a3f891a332 (patch)
tree0f7b1b9ff1e4bc0a01748313ad7dfcb66299ccf8
parent9e2ecd2c9ebfcb9b48329a2e736bf6970cc68d5b (diff)
downloadtrackermap-server-21711400b18970d8852294e186b529a3f891a332.tar.gz
trackermap-server-21711400b18970d8852294e186b529a3f891a332.tar.bz2
trackermap-server-21711400b18970d8852294e186b529a3f891a332.zip
overwrite the language files with the original ones
except en.json file
-rw-r--r--web/l10n/ar.json4
-rw-r--r--web/l10n/bg.json4
-rw-r--r--web/l10n/cs.json4
-rw-r--r--web/l10n/da.json4
-rw-r--r--web/l10n/de.json4
-rw-r--r--web/l10n/el.json4
-rw-r--r--web/l10n/es.json4
-rw-r--r--web/l10n/fa.json4
-rw-r--r--web/l10n/fi.json4
-rw-r--r--web/l10n/fr.json4
-rw-r--r--web/l10n/he.json4
-rw-r--r--web/l10n/hu.json4
-rw-r--r--web/l10n/id.json4
-rw-r--r--web/l10n/it.json4
-rw-r--r--web/l10n/ka.json4
-rw-r--r--web/l10n/lo.json4
-rw-r--r--web/l10n/lt.json4
-rw-r--r--web/l10n/ml.json4
-rw-r--r--web/l10n/ms.json4
-rw-r--r--web/l10n/nb.json4
-rw-r--r--web/l10n/ne.json4
-rw-r--r--web/l10n/nl.json4
-rw-r--r--web/l10n/nn.json4
-rw-r--r--web/l10n/pl.json4
-rw-r--r--web/l10n/pt.json4
-rw-r--r--web/l10n/pt_BR.json4
-rw-r--r--web/l10n/ro.json4
-rw-r--r--web/l10n/ru.json4
-rw-r--r--web/l10n/si.json4
-rw-r--r--web/l10n/sk.json4
-rw-r--r--web/l10n/sl.json4
-rw-r--r--web/l10n/sr.json4
-rw-r--r--web/l10n/ta.json4
-rw-r--r--web/l10n/th.json4
-rw-r--r--web/l10n/tr.json4
-rw-r--r--web/l10n/uk.json4
-rw-r--r--web/l10n/vi.json4
-rw-r--r--web/l10n/zh.json4
38 files changed, 0 insertions, 152 deletions
diff --git a/web/l10n/ar.json b/web/l10n/ar.json
index a0d843aad..515b75510 100644
--- a/web/l10n/ar.json
+++ b/web/l10n/ar.json
@@ -118,10 +118,6 @@
"eventCommandResult": "نتيجة الأمر",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "نوع الملاحظة",
"notificationWeb": "أرسل عن طريق صفحة الويب",
"notificationMail": "أرسل عن طريق البريد الإلكتروني"
diff --git a/web/l10n/bg.json b/web/l10n/bg.json
index 08a1c67de..ac739a6ec 100644
--- a/web/l10n/bg.json
+++ b/web/l10n/bg.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/cs.json b/web/l10n/cs.json
index d2fe08c0a..71448bfb4 100644
--- a/web/l10n/cs.json
+++ b/web/l10n/cs.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Výsledek příkazu",
"eventGeofenceEnter": "Zařízení vstoupilo do geografické hranice",
"eventGeofenceExit": "Zařízení opustilo geografickou hranici",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Typ oznámení",
"notificationWeb": "Odeslat přes web",
"notificationMail": "Odeslat přes mail"
diff --git a/web/l10n/da.json b/web/l10n/da.json
index 5bf98be9a..c24aae9c1 100644
--- a/web/l10n/da.json
+++ b/web/l10n/da.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/de.json b/web/l10n/de.json
index 8aba977fa..d76bf0824 100644
--- a/web/l10n/de.json
+++ b/web/l10n/de.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Ergrbnis des Befehls",
"eventGeofenceEnter": "Gerät hat Geo-Zaun betreten",
"eventGeofenceExit": "Gerät hat Geo-Zaun verlassen",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Art der Benachrichtigung ",
"notificationWeb": "Per Web senden",
"notificationMail": "Per E-Mail senden"
diff --git a/web/l10n/el.json b/web/l10n/el.json
index c3924213e..d9dbfcdf0 100644
--- a/web/l10n/el.json
+++ b/web/l10n/el.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Αποτέλεσμα εντολής",
"eventGeofenceEnter": "Η συσσκευή εισήλθε του γεωφράχτη",
"eventGeofenceExit": "Η συσκευή εξήλθε του γεωφράχτη",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Τύπος ειδοποίησης",
"notificationWeb": "Αποστολή μέσω διαδικτύου",
"notificationMail": "Αποστολή μέσω ηλ. ταχυδρομείου"
diff --git a/web/l10n/es.json b/web/l10n/es.json
index 33f1066d5..68cbeae88 100644
--- a/web/l10n/es.json
+++ b/web/l10n/es.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/fa.json b/web/l10n/fa.json
index bdea02e01..66a517f0a 100644
--- a/web/l10n/fa.json
+++ b/web/l10n/fa.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/fi.json b/web/l10n/fi.json
index 3b4fef041..2c02e0cf5 100644
--- a/web/l10n/fi.json
+++ b/web/l10n/fi.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/fr.json b/web/l10n/fr.json
index 85e602e46..5111fb952 100644
--- a/web/l10n/fr.json
+++ b/web/l10n/fr.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Résultat de la commande",
"eventGeofenceEnter": "L'appareil est entré dans un périmètre virtuel",
"eventGeofenceExit": "L'appareil est sorti d'un périmètre virtuel",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type de notification",
"notificationWeb": "Envoyer par internet",
"notificationMail": "Envoyer par E-mail"
diff --git a/web/l10n/he.json b/web/l10n/he.json
index 1a3028644..175848af1 100644
--- a/web/l10n/he.json
+++ b/web/l10n/he.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/hu.json b/web/l10n/hu.json
index 0aa279bf1..2d8ba9976 100644
--- a/web/l10n/hu.json
+++ b/web/l10n/hu.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Parancs eredmény",
"eventGeofenceEnter": "Eszköz belépett a geokerítésbe",
"eventGeofenceExit": "Eszköz kilépett a geokerítésből",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Értesítés Típusa",
"notificationWeb": "Küldés Weben",
"notificationMail": "Küldés E-mailben"
diff --git a/web/l10n/id.json b/web/l10n/id.json
index e4e6f5e76..d0f03009e 100644
--- a/web/l10n/id.json
+++ b/web/l10n/id.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/it.json b/web/l10n/it.json
index 6b1d6b705..b2d9104c7 100644
--- a/web/l10n/it.json
+++ b/web/l10n/it.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Risultato comando",
"eventGeofenceEnter": "Il dipositivo e` entrato nel GeoRecinto",
"eventGeofenceExit": "Il dipositivo e` uscito dal GeoRecinto",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Tipo notica",
"notificationWeb": "Invia tramite Web",
"notificationMail": "Invia tramite Mail"
diff --git a/web/l10n/ka.json b/web/l10n/ka.json
index bf501a31e..0c789b582 100644
--- a/web/l10n/ka.json
+++ b/web/l10n/ka.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/lo.json b/web/l10n/lo.json
index 1be1b13bf..10e9bf226 100644
--- a/web/l10n/lo.json
+++ b/web/l10n/lo.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/lt.json b/web/l10n/lt.json
index e311ffeec..7e35f2f63 100644
--- a/web/l10n/lt.json
+++ b/web/l10n/lt.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/ml.json b/web/l10n/ml.json
index 832295f87..ad2689210 100644
--- a/web/l10n/ml.json
+++ b/web/l10n/ml.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/ms.json b/web/l10n/ms.json
index 9f36c0171..c241deee7 100644
--- a/web/l10n/ms.json
+++ b/web/l10n/ms.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/nb.json b/web/l10n/nb.json
index 397eddded..d5ff90186 100644
--- a/web/l10n/nb.json
+++ b/web/l10n/nb.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/ne.json b/web/l10n/ne.json
index 0935ea60b..7e3211949 100644
--- a/web/l10n/ne.json
+++ b/web/l10n/ne.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/nl.json b/web/l10n/nl.json
index c5b88b72c..1b23b288a 100644
--- a/web/l10n/nl.json
+++ b/web/l10n/nl.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Commando resultaat",
"eventGeofenceEnter": "Appraat is binnen geografisch gebied",
"eventGeofenceExit": "Apparaat verlaat geografisch gebied",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type notificatie",
"notificationWeb": "Stuur via web",
"notificationMail": "Stuur via mail"
diff --git a/web/l10n/nn.json b/web/l10n/nn.json
index e674ca630..2fe357e3d 100644
--- a/web/l10n/nn.json
+++ b/web/l10n/nn.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/pl.json b/web/l10n/pl.json
index 03009b42b..7ac5bcba3 100644
--- a/web/l10n/pl.json
+++ b/web/l10n/pl.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/pt.json b/web/l10n/pt.json
index 5480e4ed0..0feb253d9 100644
--- a/web/l10n/pt.json
+++ b/web/l10n/pt.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/pt_BR.json b/web/l10n/pt_BR.json
index f6bc0d460..c536d5239 100644
--- a/web/l10n/pt_BR.json
+++ b/web/l10n/pt_BR.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/ro.json b/web/l10n/ro.json
index 9892f0ae6..cdfec868d 100644
--- a/web/l10n/ro.json
+++ b/web/l10n/ro.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/ru.json b/web/l10n/ru.json
index 1a6a64cc3..23314d64d 100644
--- a/web/l10n/ru.json
+++ b/web/l10n/ru.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Результат команды",
"eventGeofenceEnter": "Устройство вошло в геозону",
"eventGeofenceExit": "Устройство покинуло геозону",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Тип уведомления",
"notificationWeb": "Отправлять через Веб",
"notificationMail": "Отправлять через Почту"
diff --git a/web/l10n/si.json b/web/l10n/si.json
index 78c2468a4..00c5a5bc9 100644
--- a/web/l10n/si.json
+++ b/web/l10n/si.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/sk.json b/web/l10n/sk.json
index b1afc742b..bd54ed0a7 100644
--- a/web/l10n/sk.json
+++ b/web/l10n/sk.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/sl.json b/web/l10n/sl.json
index c4f5bfb7d..fc81f6500 100644
--- a/web/l10n/sl.json
+++ b/web/l10n/sl.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/sr.json b/web/l10n/sr.json
index b7468c13b..2170cc444 100644
--- a/web/l10n/sr.json
+++ b/web/l10n/sr.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Stanje komande",
"eventGeofenceEnter": "Uređaj je ušao u geoogradu",
"eventGeofenceExit": "Uređaj je izašao iz geoograde",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Tip obaveštenja",
"notificationWeb": "Pošalji preko Web-a",
"notificationMail": "Pošalji putem Email-a"
diff --git a/web/l10n/ta.json b/web/l10n/ta.json
index e8de9c292..5d47face5 100644
--- a/web/l10n/ta.json
+++ b/web/l10n/ta.json
@@ -118,10 +118,6 @@
"eventCommandResult": "கட்டளை விளைவு",
"eventGeofenceEnter": "சாதனம் பூகோள வேலியினுள் நுழைந்துள்ளது",
"eventGeofenceExit": "சாதனம் பூகோள வேலியை விட்டு வெளியேறியது",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "type of notification",
"notificationWeb": "வலைதளம் வழி அனுப்புக ",
"notificationMail": "மின்னஞ்சல் வழி அனுப்புக"
diff --git a/web/l10n/th.json b/web/l10n/th.json
index 3349ef895..e1b2b3867 100644
--- a/web/l10n/th.json
+++ b/web/l10n/th.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/tr.json b/web/l10n/tr.json
index 92793a35a..bcce758d6 100644
--- a/web/l10n/tr.json
+++ b/web/l10n/tr.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Komut sonucu",
"eventGeofenceEnter": "Cihaz güvenli bölgede",
"eventGeofenceExit": "Cihaz güvenli bölgeden çıktı",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Bildirim tipi",
"notificationWeb": "Wed ile gönder",
"notificationMail": "E-posta ile gönder"
diff --git a/web/l10n/uk.json b/web/l10n/uk.json
index d49b0d6f3..7cb40e174 100644
--- a/web/l10n/uk.json
+++ b/web/l10n/uk.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/vi.json b/web/l10n/vi.json
index e717719b8..676b07318 100644
--- a/web/l10n/vi.json
+++ b/web/l10n/vi.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
diff --git a/web/l10n/zh.json b/web/l10n/zh.json
index 86089700e..6d32fae23 100644
--- a/web/l10n/zh.json
+++ b/web/l10n/zh.json
@@ -118,10 +118,6 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"