summaryrefslogtreecommitdiffstats
path: root/lang/en/templates
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-27 16:16:53 +0100
committerSimon Rettberg2014-10-27 16:16:53 +0100
commitefa48eecf91fed53652028a3e9ead0dd28b592eb (patch)
tree8f65ccea54587a1a9fec80aa7f833b6633e64445 /lang/en/templates
parentNo reason to put a container into a container everywhere (diff)
downloadslx-admin-efa48eecf91fed53652028a3e9ead0dd28b592eb.tar.gz
slx-admin-efa48eecf91fed53652028a3e9ead0dd28b592eb.tar.xz
slx-admin-efa48eecf91fed53652028a3e9ead0dd28b592eb.zip
Update translations
Diffstat (limited to 'lang/en/templates')
-rw-r--r--lang/en/templates/backup/_page.json9
-rw-r--r--lang/en/templates/backup/restore.json7
-rw-r--r--lang/en/templates/main-menu.json1
-rw-r--r--lang/en/templates/page-remote-tgz-list.json5
-rw-r--r--lang/en/templates/sysconfig/ad-start.json1
-rw-r--r--lang/en/templates/sysconfig/config-module-list.json4
6 files changed, 22 insertions, 5 deletions
diff --git a/lang/en/templates/backup/_page.json b/lang/en/templates/backup/_page.json
new file mode 100644
index 00000000..df5cd6c3
--- /dev/null
+++ b/lang/en/templates/backup/_page.json
@@ -0,0 +1,9 @@
+{
+ "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_restore": "Upload",
+ "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."
+} \ No newline at end of file
diff --git a/lang/en/templates/backup/restore.json b/lang/en/templates/backup/restore.json
new file mode 100644
index 00000000..6698b690
--- /dev/null
+++ b/lang/en/templates/backup/restore.json
@@ -0,0 +1,7 @@
+{
+ "lang_backup": "Backup...",
+ "lang_reboot": "System reboot",
+ "lang_restoreConfig": "Restore config",
+ "lang_restoreFailed": "Restoring configuration failed.",
+ "lang_stopping": "Stopping"
+} \ No newline at end of file
diff --git a/lang/en/templates/main-menu.json b/lang/en/templates/main-menu.json
index 8fe57baa..16fe70d4 100644
--- a/lang/en/templates/main-menu.json
+++ b/lang/en/templates/main-menu.json
@@ -1,5 +1,6 @@
{
"lang_administration": "Translations",
+ "lang_backup": "Backup\/Restore",
"lang_client": "Client",
"lang_clientLog": "Client Log",
"lang_configurationBasic": "Basic Configuration",
diff --git a/lang/en/templates/page-remote-tgz-list.json b/lang/en/templates/page-remote-tgz-list.json
deleted file mode 100644
index 22f0fd53..00000000
--- a/lang/en/templates/page-remote-tgz-list.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "lang_centralConfiguration": "Central configurations available",
- "lang_configurationPackageNotFound": "Configuration package not found!",
- "lang_systemConfiguration": "System Configuration"
-} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ad-start.json b/lang/en/templates/sysconfig/ad-start.json
index f40c6939..5cb33e05 100644
--- a/lang/en/templates/sysconfig/ad-start.json
+++ b/lang/en/templates/sysconfig/ad-start.json
@@ -5,6 +5,7 @@
"lang_adText4": "After entering all required data in the next step, it checks whether communication is possible with the AD.",
"lang_bindDN": "Bind DN",
"lang_close": "Close",
+ "lang_moduleTitle": "Title",
"lang_next": "Next",
"lang_password": "Password",
"lang_searchBase": "Search Base",
diff --git a/lang/en/templates/sysconfig/config-module-list.json b/lang/en/templates/sysconfig/config-module-list.json
new file mode 100644
index 00000000..ff30c0b4
--- /dev/null
+++ b/lang/en/templates/sysconfig/config-module-list.json
@@ -0,0 +1,4 @@
+{
+ "lang_noContent": "No content!",
+ "lang_show": "Show"
+} \ No newline at end of file