summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hofmaier2018-01-16 16:55:16 +0100
committerChristian Hofmaier2018-01-16 16:55:16 +0100
commite8a20be927006348974adc48ce34951f8a314b8c (patch)
tree19b43790855287c54b22afe2837cdc963685f653
parent[baseconfig_partitions_cdn] implemented permission-system. you can only see s... (diff)
downloadslx-admin-e8a20be927006348974adc48ce34951f8a314b8c.tar.gz
slx-admin-e8a20be927006348974adc48ce34951f8a314b8c.tar.xz
slx-admin-e8a20be927006348974adc48ce34951f8a314b8c.zip
[baseconfig_partitions_cdn] updated permission-descriptions
-rw-r--r--modules-available/baseconfig_partitions_cdn/lang/de/permissions.json8
-rw-r--r--modules-available/baseconfig_partitions_cdn/lang/en/permissions.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/modules-available/baseconfig_partitions_cdn/lang/de/permissions.json b/modules-available/baseconfig_partitions_cdn/lang/de/permissions.json
index 35c21e09..d5805e3d 100644
--- a/modules-available/baseconfig_partitions_cdn/lang/de/permissions.json
+++ b/modules-available/baseconfig_partitions_cdn/lang/de/permissions.json
@@ -1,7 +1,7 @@
{
"show": "Zeige Partitionen. Wird nicht benötigt, wenn Nutzer eine der anderen Rechte hat.",
- "add": "Füge eine neue Partition hinzu.",
- "delete": "Lösche eine Partition.",
- "edit": "Speichere Änderungen an Partitionen.",
- "reset": "Setze Partitionen auf Standardwerte zurück."
+ "partitions.add": "Füge eine neue Partition hinzu.",
+ "partitions.delete": "Lösche eine Partition.",
+ "partitions.edit": "Speichere Änderungen an Partitionen.",
+ "partitions.reset": "Setze Partitionen auf Standardwerte zurück."
} \ No newline at end of file
diff --git a/modules-available/baseconfig_partitions_cdn/lang/en/permissions.json b/modules-available/baseconfig_partitions_cdn/lang/en/permissions.json
index 49742618..f751a839 100644
--- a/modules-available/baseconfig_partitions_cdn/lang/en/permissions.json
+++ b/modules-available/baseconfig_partitions_cdn/lang/en/permissions.json
@@ -1,7 +1,7 @@
{
"show": "Show Partitions. Not needed if User has any of the other permissions.",
- "add": "Add a new partition.",
- "delete": "Delete a partition.",
- "edit": "Save changes of partitions.",
- "reset": "Reset partitions to default."
+ "partitions.add": "Add a new partition.",
+ "partitions.delete": "Delete a partition.",
+ "partitions.edit": "Save changes of partitions.",
+ "partitions.reset": "Reset partitions to default."
} \ No newline at end of file