summaryrefslogtreecommitdiffstats
path: root/modules-available/backup/lang
diff options
context:
space:
mode:
authorUdo Walter2017-12-14 14:40:53 +0100
committerUdo Walter2017-12-14 14:40:53 +0100
commit1a4fa4f756c9b58a5a4da6b4511ac9ceda866326 (patch)
tree45fe23b29be375f235c8d4861fff3b2edc69bc06 /modules-available/backup/lang
parent[webinterface] added permissions to edit https, password and design settings (diff)
downloadslx-admin-1a4fa4f756c9b58a5a4da6b4511ac9ceda866326.tar.gz
slx-admin-1a4fa4f756c9b58a5a4da6b4511ac9ceda866326.tar.xz
slx-admin-1a4fa4f756c9b58a5a4da6b4511ac9ceda866326.zip
[backup] added permissions to create and restore backups
Diffstat (limited to 'modules-available/backup/lang')
-rw-r--r--modules-available/backup/lang/de/permissions.json4
-rw-r--r--modules-available/backup/lang/en/permissions.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/modules-available/backup/lang/de/permissions.json b/modules-available/backup/lang/de/permissions.json
new file mode 100644
index 00000000..e5f189b8
--- /dev/null
+++ b/modules-available/backup/lang/de/permissions.json
@@ -0,0 +1,4 @@
+{
+ "create": "Eine Sicherung erstellen und herunterladen.",
+ "restore": "Eine Sicherung hochladen und wiederherstellen."
+} \ No newline at end of file
diff --git a/modules-available/backup/lang/en/permissions.json b/modules-available/backup/lang/en/permissions.json
new file mode 100644
index 00000000..ee1d87cb
--- /dev/null
+++ b/modules-available/backup/lang/en/permissions.json
@@ -0,0 +1,4 @@
+{
+ "create": "Create and download a backup.",
+ "restore": "Upload and restore a backup."
+} \ No newline at end of file