summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorraul2014-07-14 15:57:21 +0200
committerraul2014-07-14 15:57:21 +0200
commita0d6b81c1c8009493c6b20ab1f7e04a048ab1097 (patch)
treee1f318b4f3cdc7ba5d81a25e80f41853ffbf1114 /lang/en
parentXMerge branch 'i18n' of gitlab.c3sl.ufpr.br:cdn/slx-admin into i18n (diff)
downloadslx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.tar.gz
slx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.tar.xz
slx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.zip
[i18n] Updated the translations
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/messages-hardcoded.json10
-rw-r--r--lang/en/messages.json2
-rw-r--r--lang/en/page-minilinux.json2
-rw-r--r--lang/en/sysconfig/_page.json (renamed from lang/en/page-sysconfig-main.json)0
-rw-r--r--lang/en/sysconfig/branding-check.json5
-rw-r--r--lang/en/sysconfig/branding-start.json7
6 files changed, 23 insertions, 3 deletions
diff --git a/lang/en/messages-hardcoded.json b/lang/en/messages-hardcoded.json
index 6f1e6b5b..4b7ba4fa 100644
--- a/lang/en/messages-hardcoded.json
+++ b/lang/en/messages-hardcoded.json
@@ -9,5 +9,13 @@
"lang_addCustomModuleInfo":"With an extended module it is possible to add any files to the basic system that uses this module, for example to use specific configuration files, which can not be created with one of the other Wizards. Adding an Extended module usually requires at least basic knowledge of the Linux system.",
"lang_addCustomModule":"Add Custom Module",
"lang_days":"Day(s)",
- "lang_hours":"Hour(s)"
+ "lang_hours":"Hour(s)",
+ "lang_specificLogo":"Institution Specific Logo",
+ "lang_institutionLogo":"Institution Logo",
+ "lang_infoLogo":"This module is used to add the logo of a College / University, which then, for example, is displayed on the login screen.",
+ "lang_location":"Location",
+ "lang_contentOf":"Content of \"",
+ "lang_serverConfiguration":"Server-side Configuration",
+ "lang_login":"Login",
+ "lang_createUser":"Create User"
}
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 0aecff38..4e70c3a2 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -32,7 +32,7 @@
"taskmanager-format": "Task Manager has returned invalid data",
"task-error": "Execution failed: {{0}}",
"invalid-ip": "No interface is configured with the address {{0}}",
- "news-set-success": "News updated successfully",
+ "news-save-success": "News updated successfully",
"news-empty": "There was no news found in the database",
"news-del-success": "News deleted",
"reboot-unconfirmed": "Confirmation prompt to reboot not confirmed"
diff --git a/lang/en/page-minilinux.json b/lang/en/page-minilinux.json
index 885a4d5c..2841f528 100644
--- a/lang/en/page-minilinux.json
+++ b/lang/en/page-minilinux.json
@@ -1,3 +1,3 @@
{
- "lang_listObtained":"List is obtained..."
+ "lang_listObtained":"List is being obtained..."
}
diff --git a/lang/en/page-sysconfig-main.json b/lang/en/sysconfig/_page.json
index 1d33c98d..1d33c98d 100644
--- a/lang/en/page-sysconfig-main.json
+++ b/lang/en/sysconfig/_page.json
diff --git a/lang/en/sysconfig/branding-check.json b/lang/en/sysconfig/branding-check.json
new file mode 100644
index 00000000..8b64e362
--- /dev/null
+++ b/lang/en/sysconfig/branding-check.json
@@ -0,0 +1,5 @@
+{
+ "lang_brandingInfo":"Below you can check the selected logo. If you can not see the logo, please check whether you have used a valid SVG image. Alternatively, it is possible that during processing of the image, an error occurred. Therefore, you can save the module anyway and test whether the logo is displayed in the bwLehrpool system.",
+ "lang_title":"Title",
+ "lang_save":"Save"
+}
diff --git a/lang/en/sysconfig/branding-start.json b/lang/en/sysconfig/branding-start.json
new file mode 100644
index 00000000..4e62d4e4
--- /dev/null
+++ b/lang/en/sysconfig/branding-start.json
@@ -0,0 +1,7 @@
+{
+ "lang_branding":"For best results, you should upload the logo in SVG format. SVG is a vector graphics format, which is advantageous for scaling. A good source for SVG logos of universities and colleges is their respective Wikipedia article.",
+ "lang_or":"or",
+ "lang_upload":"Upload",
+ "lang_urlLoad":"Load image from URL",
+ "lang_computerLoad":"Load image from local computer"
+}