summaryrefslogtreecommitdiffstats
path: root/modules-available/passthrough/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/passthrough/lang/en')
-rw-r--r--modules-available/passthrough/lang/en/messages.json4
-rw-r--r--modules-available/passthrough/lang/en/module.json4
-rw-r--r--modules-available/passthrough/lang/en/permissions.json5
-rw-r--r--modules-available/passthrough/lang/en/template-tags.json15
4 files changed, 28 insertions, 0 deletions
diff --git a/modules-available/passthrough/lang/en/messages.json b/modules-available/passthrough/lang/en/messages.json
new file mode 100644
index 00000000..36e094d1
--- /dev/null
+++ b/modules-available/passthrough/lang/en/messages.json
@@ -0,0 +1,4 @@
+{
+ "list-updated": "List was updated",
+ "location-updated": "Location {{0}} was updated"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/module.json b/modules-available/passthrough/lang/en/module.json
new file mode 100644
index 00000000..53f186a0
--- /dev/null
+++ b/modules-available/passthrough/lang/en/module.json
@@ -0,0 +1,4 @@
+{
+ "location-column-header": "Passthrough",
+ "module_name": "PCI-Passthrough"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/permissions.json b/modules-available/passthrough/lang/en/permissions.json
new file mode 100644
index 00000000..0d1669d3
--- /dev/null
+++ b/modules-available/passthrough/lang/en/permissions.json
@@ -0,0 +1,5 @@
+{
+ "edit.group": "Assign devices to passthrough groups.",
+ "edit.location": "Assign passthrough groups to locations.",
+ "view": "Can access this page."
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/template-tags.json b/modules-available/passthrough/lang/en/template-tags.json
new file mode 100644
index 00000000..47344da9
--- /dev/null
+++ b/modules-available/passthrough/lang/en/template-tags.json
@@ -0,0 +1,15 @@
+{
+ "lang_add": "Add",
+ "lang_addGroup": "Add group",
+ "lang_addPassthroughGroup": "Add passthrough group",
+ "lang_assignPassthrough": "Assign passthrough group",
+ "lang_deviceIdNumeric": "Device ID",
+ "lang_deviceName": "Device name",
+ "lang_enabled": "Enabled",
+ "lang_group": "Group",
+ "lang_groupId": "Group ID",
+ "lang_groupTitle": "Group title",
+ "lang_noPassthroughGroup": "No group",
+ "lang_passthroughGroup": "Passthrough group",
+ "lang_useCount": "#PCs"
+} \ No newline at end of file