diff options
author | Christian Hofmaier | 2018-01-16 17:50:22 +0100 |
---|---|---|
committer | Christian Hofmaier | 2018-01-16 17:50:22 +0100 |
commit | 3ddf56c399746efe3c56194b7be522a92caefb59 (patch) | |
tree | 67ef9c2584a12b1bf33164588e7ab8ce0d05326b /modules-available/minilinux/lang/de | |
parent | [baseconfig_partitions_cdn] updated permission-descriptions (diff) | |
download | slx-admin-3ddf56c399746efe3c56194b7be522a92caefb59.tar.gz slx-admin-3ddf56c399746efe3c56194b7be522a92caefb59.tar.xz slx-admin-3ddf56c399746efe3c56194b7be522a92caefb59.zip |
[minilinux] implemented permission-system. you can't see the side without any permission. there are only 2 permissions: show the side and update content (which includes the show permission).
Diffstat (limited to 'modules-available/minilinux/lang/de')
-rw-r--r-- | modules-available/minilinux/lang/de/permissions.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/minilinux/lang/de/permissions.json b/modules-available/minilinux/lang/de/permissions.json new file mode 100644 index 00000000..372ffc88 --- /dev/null +++ b/modules-available/minilinux/lang/de/permissions.json @@ -0,0 +1,4 @@ +{ + "show": "Zeige Komponenten des Minilinux. Wird nicht benötigt, wenn Nutzer eine der anderen Rechte hat.", + "update": "Aktualisieren von Komponenten des Minilinux." +}
\ No newline at end of file |