From d569d39e82a928b60def5518830dfe26466504f6 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Tue, 27 Mar 2018 10:50:41 +0200 Subject: [usb-lock-off] Added language tags for the edit rule page. --- modules-available/usblockoff/lang/en/rule.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules-available/usblockoff/lang/en/rule.json') 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", -- cgit v1.2.3-55-g7522