summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-18 19:48:44 +0100
committerSimon Rettberg2014-11-18 19:48:44 +0100
commit463d695c4f7ba87ba99f0ffc548ad6f994ff49d0 (patch)
tree49f7f26bf4368f0947a59d34e4f441ad8d20261c /lang/en
parentCreate slxlog URL dynamically depending on current script's directory (diff)
downloadslx-admin-463d695c4f7ba87ba99f0ffc548ad6f994ff49d0.tar.gz
slx-admin-463d695c4f7ba87ba99f0ffc548ad6f994ff49d0.tar.xz
slx-admin-463d695c4f7ba87ba99f0ffc548ad6f994ff49d0.zip
Added proxy server settings
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/internetaccess/_page.json14
-rw-r--r--lang/en/templates/internetaccess/restart.json5
-rw-r--r--lang/en/templates/main-menu.json1
3 files changed, 20 insertions, 0 deletions
diff --git a/lang/en/templates/internetaccess/_page.json b/lang/en/templates/internetaccess/_page.json
new file mode 100644
index 00000000..c02ca4f5
--- /dev/null
+++ b/lang/en/templates/internetaccess/_page.json
@@ -0,0 +1,14 @@
+{
+ "lang_automatic": "Auto",
+ "lang_description": "Here you can configure how the satellite server has to access the internet.",
+ "lang_internetAccess": "Internet access",
+ "lang_manual": "Manual",
+ "lang_manualProxyConfig": "If you want to configure a proxy server manually, please supply the credentials here.",
+ "lang_no": "None",
+ "lang_proxyAddress": "Address",
+ "lang_proxyPassword": "Password",
+ "lang_proxyPort": "Port",
+ "lang_proxyType": "Proxy type",
+ "lang_proxyUsername": "User",
+ "lang_save": "Save"
+} \ No newline at end of file
diff --git a/lang/en/templates/internetaccess/restart.json b/lang/en/templates/internetaccess/restart.json
new file mode 100644
index 00000000..badad460
--- /dev/null
+++ b/lang/en/templates/internetaccess/restart.json
@@ -0,0 +1,5 @@
+{
+ "lang_restartFailed": "Restarting one or more services failed!",
+ "lang_restarting": "Restarting",
+ "lang_serviceRestart": "Restart of services"
+} \ No newline at end of file
diff --git a/lang/en/templates/main-menu.json b/lang/en/templates/main-menu.json
index 16fe70d4..50ffabb5 100644
--- a/lang/en/templates/main-menu.json
+++ b/lang/en/templates/main-menu.json
@@ -6,6 +6,7 @@
"lang_configurationBasic": "Basic Configuration",
"lang_configurationVariables": "Configuration Variables",
"lang_eventLog": "Server Log",
+ "lang_internetAccess": "Internet access",
"lang_language": "Language",
"lang_localization": "Localization",
"lang_login": "Login",