summaryrefslogtreecommitdiffstats
path: root/modules-available/backup/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/backup/lang/en')
-rw-r--r--modules-available/backup/lang/en/module.json11
-rw-r--r--modules-available/backup/lang/en/template-tags.json (renamed from modules-available/backup/lang/en/templates/_page.json)8
-rw-r--r--modules-available/backup/lang/en/templates/restore.json8
3 files changed, 7 insertions, 20 deletions
diff --git a/modules-available/backup/lang/en/module.json b/modules-available/backup/lang/en/module.json
index c9379ffd..cd6c87d0 100644
--- a/modules-available/backup/lang/en/module.json
+++ b/modules-available/backup/lang/en/module.json
@@ -1,14 +1,3 @@
{
- "lang_backup": "Backup",
- "lang_backupDescription": "Here you can backup the complete configuration of this satellite server.",
- "lang_backupRestore": "Backup and restore",
- "lang_download": "Download",
- "lang_file": "File",
- "lang_reboot": "System reboot",
- "lang_restore": "Upload",
- "lang_restoreConfig": "Restore config",
- "lang_restoreDescription": "Here you can restore a configuration backup. Please note that this will reboot the server, so it is advised to do this while nobody is using the system. Please note that this will also restore the password for the web interface that was active when the configuration backup was created.",
- "lang_restoreFailed": "Restoring configuration failed.",
- "lang_stopping": "Stopping",
"module_name": "Backup"
} \ No newline at end of file
diff --git a/modules-available/backup/lang/en/templates/_page.json b/modules-available/backup/lang/en/template-tags.json
index 799c6168..713f3d5e 100644
--- a/modules-available/backup/lang/en/templates/_page.json
+++ b/modules-available/backup/lang/en/template-tags.json
@@ -5,10 +5,16 @@
"lang_browseForFile": "Browse",
"lang_download": "Download",
"lang_dozmodExplanation": "This restores all the virtual machine and lecture meta data created using the \"Dozentenmodul\". Please make sure the VM-storage configured still contains all the VM-Images associated with the virtual machines. If the location of the storage changed, make sure the relative pathes on the share are still the same, otherwise the virtual machines won't be usable.",
+ "lang_file": "File",
+ "lang_reboot": "System reboot",
"lang_restore": "Upload",
+ "lang_restoreConfig": "Restore config",
"lang_restoreDescription": "Here you can restore a configuration backup. Please note that this will reboot the server, so it is advised to do this while nobody is using the system. Please note that this will also restore the password for the web interface that was active when the configuration backup was created.",
"lang_restoreDozmodConfig": "Restore Dozentenmodul config",
+ "lang_restoreFailed": "Restoring configuration failed.",
"lang_restoreSystemConfig": "Restore system config",
"lang_selectFile": "Please select a backup archive",
- "lang_systemExplanation": "Restore basic configuration like authentication method, passwords, vm storage location, proxy config, etc. WARNING: If you restore a configuration backup that was made before WS15\/16 (backup format version <10), the system configuration will be restored regardless of this check mark."
+ "lang_stopping": "Stopping",
+ "lang_systemExplanation": "Restore basic configuration like authentication method, passwords, vm storage location, proxy config, etc. WARNING: If you restore a configuration backup that was made before WS15\/16 (backup format version <10), the system configuration will be restored regardless of this check mark.",
+ "lang_waitReboot": "Waiting for reboot."
} \ No newline at end of file
diff --git a/modules-available/backup/lang/en/templates/restore.json b/modules-available/backup/lang/en/templates/restore.json
deleted file mode 100644
index 5a5f6f64..00000000
--- a/modules-available/backup/lang/en/templates/restore.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "lang_backup": "Backup...",
- "lang_reboot": "System reboot",
- "lang_restoreConfig": "Restore config",
- "lang_restoreFailed": "Restoring configuration failed.",
- "lang_stopping": "Stopping",
- "lang_waitReboot": "Waiting for reboot."
-} \ No newline at end of file