summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/lang/en/rule.json
diff options
context:
space:
mode:
authorJannik Schönartz2018-03-27 10:50:41 +0200
committerJannik Schönartz2018-03-27 10:50:41 +0200
commitd569d39e82a928b60def5518830dfe26466504f6 (patch)
treeae6d57987bc7389b76028cc642773cd2cd8798d7 /modules-available/usblockoff/lang/en/rule.json
parent[usb-lock-off] Removed warnings in JS/JQuery (diff)
downloadslx-admin-d569d39e82a928b60def5518830dfe26466504f6.tar.gz
slx-admin-d569d39e82a928b60def5518830dfe26466504f6.tar.xz
slx-admin-d569d39e82a928b60def5518830dfe26466504f6.zip
[usb-lock-off] Added language tags for the edit rule page.
Diffstat (limited to 'modules-available/usblockoff/lang/en/rule.json')
-rw-r--r--modules-available/usblockoff/lang/en/rule.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules-available/usblockoff/lang/en/rule.json b/modules-available/usblockoff/lang/en/rule.json
index 46c8bf08..07f92227 100644
--- a/modules-available/usblockoff/lang/en/rule.json
+++ b/modules-available/usblockoff/lang/en/rule.json
@@ -1,7 +1,12 @@
{
- "abr_helptext": "allow: authorize the device.\u000Dblock: block the device.\u000DReject: remove the device from the system.",
+ "target": "Action",
+ "target_helptext": "allow: authorize the device.\u000Dblock: block the device.\u000DReject: remove the device from the system.",
"id": "ID",
"id_helptext": "ID of the USB-device.",
+ "vid": "Vendor ID",
+ "vid_helptext": "The unique ID of the vendor.",
+ "pid": "Product ID",
+ "pid_helptext": "The vendor specific ID of the product.",
"serial": "Serialnumber",
"serial_helptext": "Serialnumber of the USB-device.",
"name": "Name",