summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/lang/en/template-tags.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/lang/en/template-tags.json')
-rw-r--r--modules-available/usblockoff/lang/en/template-tags.json53
1 files changed, 41 insertions, 12 deletions
diff --git a/modules-available/usblockoff/lang/en/template-tags.json b/modules-available/usblockoff/lang/en/template-tags.json
index 20529d4a..914b844b 100644
--- a/modules-available/usblockoff/lang/en/template-tags.json
+++ b/modules-available/usblockoff/lang/en/template-tags.json
@@ -1,14 +1,43 @@
{
- "lang_howToRuleLang": "Usage of the Rule Language.",
- "lang_device": "usb device",
- "lang_devices": "usb devices",
- "lang_general": "General",
- "lang_config": "Configuration",
- "lang_config_helptext": "Create a new configuration or choose one to load and edit it",
- "lang_configName": "Configuration name",
- "lang_configName_helptext": "The name of the configuration",
- "lang_deleteConfig": "Delete configuration",
- "lang_deleteConfig_helptext": "Delets the configuration",
- "lang_createNewConfig": "<create new configuration>",
- "lang_deleteConfigMessage": "Are you sure you want to delete the configuration?"
+ "lang_howToRuleLang": "Usage of the Rule Language.",
+ "lang_device": "usb device",
+ "lang_devices": "usb devices",
+ "lang_general": "General",
+ "lang_config": "Configuration",
+ "lang_config_helptext": "Create a new configuration or choose one to load and edit it",
+ "lang_configName": "Configuration name",
+ "lang_configName_helptext": "The name of the configuration",
+ "lang_deleteConfig": "Delete configuration",
+ "lang_deleteConfig_helptext": "Delets the configuration",
+ "lang_createNewConfig": "<create new configuration>",
+ "lang_deleteConfigMessage": "Are you sure you want to delete the configuration?",
+ "lang_genericRule": "generic rule",
+ "lang_generalOptions": "General options",
+ "lang_modeOptions": "Mode options",
+ "lang_deviceClasses": "Device classes",
+ "lang_classes-helptext": "",
+ "lang_contains": "Contains interface",
+ "lang_contains-helptext": "If true the device is allowed if it contains the interface among others",
+ "lang_mass-storage": "Mass storage devices",
+ "lang_hid": "Human interface devices",
+ "lang_hub": "USB Hubs",
+ "lang_printer": "Printer",
+ "lang_audio": "Audio devices",
+ "lang_all-devices": "All USB devices",
+ "lang_addRule": "Add rule",
+ "lang_operator": "Operator",
+ "lang_operator-helptext": "",
+ "lang_deviceClass": "Device class",
+ "lang_deviceClass-helptext": "",
+ "lang_deviceSubClass": "Device subclass",
+ "lang_deviceSubClass-helptext": "",
+ "lang_deviceProtocol": "Device protocol",
+ "lang_deviceProtocol-helptext": "",
+ "lang_all-of": "All of",
+ "lang_one-of": "One of",
+ "lang_none-of": "None of",
+ "lang_equals": "Equals",
+ "lang_equals-ordered": "Equals ordered",
+ "lang_saveAsNewConfig": "Save as new config",
+ "lang_saveAsNewConfig-helptext": "If true a new config is created instead of overriding the old one"
}