summaryrefslogtreecommitdiffstats
path: root/lang/en/serversetup
diff options
context:
space:
mode:
authorraul2014-07-10 15:29:50 +0200
committerraul2014-07-10 15:29:50 +0200
commite2810bc15b98ea9744d0aab6c1f13c7385adbb2b (patch)
tree9ce684694292a17011d6f0fc0752d1fad248d001 /lang/en/serversetup
parent[i18n] changed DB script to the new language notation (diff)
downloadslx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.gz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.xz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.zip
[i18n] reorganized the internationalization system
Diffstat (limited to 'lang/en/serversetup')
-rw-r--r--lang/en/serversetup/ipaddress.json7
-rw-r--r--lang/en/serversetup/ipxe.json15
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/en/serversetup/ipaddress.json b/lang/en/serversetup/ipaddress.json
new file mode 100644
index 00000000..baa0240e
--- /dev/null
+++ b/lang/en/serversetup/ipaddress.json
@@ -0,0 +1,7 @@
+{
+ "lang_bootAddress":"Boot Address of the Server",
+ "lang_chooseIP":"Please select the IP address that the client server will use to boot.",
+ "lang_active":"Active",
+ "lang_set":"Set",
+ "lang_bootHint":"The Boot menu must be recreated after changing the IP address. Usually this is done automatically, but the process can also be triggered manually in the section of the boot menu."
+}
diff --git a/lang/en/serversetup/ipxe.json b/lang/en/serversetup/ipxe.json
new file mode 100644
index 00000000..31118860
--- /dev/null
+++ b/lang/en/serversetup/ipxe.json
@@ -0,0 +1,15 @@
+{
+ "lang_bootMenu":"Boot Menu",
+ "lang_bootInfo":"Here adjustments can be made to the appearance of the boot menu.",
+ "lang_bootBehavior":"Default Boot Behavior",
+ "lang_localHDD":"Local HDD",
+ "lang_menuDisplayTime":"Menu Display Time",
+ "lang_seconds":"Seconds",
+ "lang_menuCustom":"Custom Extra Menu",
+ "lang_bootMenuCreate":"Create Boot Menu",
+ "lang_menuCustomHint1":"Here you have the opportunity to add your own menu code to the displayed PXE menu, eg to refer to other PXE server. The format corresponds to the syslinux menu format.",
+ "lang_menuCustomHint2":"You can create one or more entries. If you want to create an entry that starts automatically when the user makes a selection, assign as",
+ "lang_menuCustomHint3":"and select as the default boot behavior my-entry as well.",
+ "lang_example":"Example",
+ "lang_close":"Close"
+}