summaryrefslogtreecommitdiffstats
path: root/lang/en
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
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')
-rw-r--r--lang/en/messages-hardcoded.json1
-rw-r--r--lang/en/messages.json1
-rw-r--r--lang/en/settings/cat_setting.json4
-rw-r--r--lang/en/settings/setting.json1
-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
10 files changed, 27 insertions, 7 deletions
diff --git a/lang/en/messages-hardcoded.json b/lang/en/messages-hardcoded.json
index faa706f5..808b81d2 100644
--- a/lang/en/messages-hardcoded.json
+++ b/lang/en/messages-hardcoded.json
@@ -16,6 +16,7 @@
"lang_moduleAdd": "Add Module",
"lang_serverConfiguration": "Server-side Configuration",
"lang_specificLogo": "Institution Specific Logo",
+ "lang_titleBackup": "Save and Restore",
"lang_titleEventLog": "Event log",
"lang_unknwonTaskManager": "Unknown Task Manager error",
"today": "Today",
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 37ca550a..679164a9 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -1,6 +1,7 @@
{
"adduser-disabled": "Insufficient privileges to add more users",
"adduser-success": "User successfully added",
+ "backup-failed": "Backup failed!",
"config-activated": "Configuration {{0}} has been activated",
"config-invalid": "Configuration with id {{0}} does not exist",
"db-update-done": "Database successfully updated",
diff --git a/lang/en/settings/cat_setting.json b/lang/en/settings/cat_setting.json
index 8d15df18..856775a9 100644
--- a/lang/en/settings/cat_setting.json
+++ b/lang/en/settings/cat_setting.json
@@ -1,8 +1,8 @@
{
- "cat_0": "Uncategorized",
"cat_1": "Inactivity and Shutdown",
"cat_2": "Internet Access",
"cat_3": "Time Synchronization",
"cat_4": "Basic System",
- "cat_5": "Common network share"
+ "cat_5": "Common network share",
+ "cat_6": "Uncategorized"
} \ No newline at end of file
diff --git a/lang/en/settings/setting.json b/lang/en/settings/setting.json
index 68378b9a..5b8a0b3a 100644
--- a/lang/en/settings/setting.json
+++ b/lang/en/settings/setting.json
@@ -1,5 +1,6 @@
{
"SLX_ADDONS": "To load addons. There currently only vmware is available.",
+ "SLX_BENCHMARK_VM": "If non-empty, this should be the exact display name of an entry in *vmchooser*, so it will be automatically started after bootup. Useful for benchmarking.",
"SLX_BIOS_CLOCK": "Specifies whether and how the internal clock of the computer should be set in relation to the system time of the \/MiniLinux\/.*off* = The internal clock of the computer is not changed.*local* = The internal clock is set to local time. Preferably if, for example, there is still a native Windows installation available on the PC.*utc* = The internal clock is set to the \/Coordinated Universal Time\/. This is the most common setup in a pure Linux environment.",
"SLX_COMMON_SHARE_AUTH": "Athentication method for the common network share. *guest* means no authentication (public share), *user* means the user's credentials will be used.",
"SLX_COMMON_SHARE_PATH": "Path of network share. Supported are NFS (no authentication only) and CIFS\/SMB (with and without authentication).",
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