summaryrefslogtreecommitdiffstats
path: root/lang/en/templates/serversetup
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en/templates/serversetup')
-rw-r--r--lang/en/templates/serversetup/ipaddress.json7
-rw-r--r--lang/en/templates/serversetup/ipxe.json15
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/en/templates/serversetup/ipaddress.json b/lang/en/templates/serversetup/ipaddress.json
new file mode 100644
index 00000000..699aeacc
--- /dev/null
+++ b/lang/en/templates/serversetup/ipaddress.json
@@ -0,0 +1,7 @@
+{
+ "lang_active": "Active",
+ "lang_bootAddress": "Boot Address of the Server",
+ "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.",
+ "lang_chooseIP": "Please select the IP address that the client server will use to boot.",
+ "lang_set": "Set"
+} \ No newline at end of file
diff --git a/lang/en/templates/serversetup/ipxe.json b/lang/en/templates/serversetup/ipxe.json
new file mode 100644
index 00000000..1ab18e14
--- /dev/null
+++ b/lang/en/templates/serversetup/ipxe.json
@@ -0,0 +1,15 @@
+{
+ "lang_bootBehavior": "Default Boot Behavior",
+ "lang_bootInfo": "Here adjustments can be made to the appearance of the boot menu.",
+ "lang_bootMenu": "Boot Menu",
+ "lang_bootMenuCreate": "Create Boot Menu",
+ "lang_close": "Close",
+ "lang_example": "Example",
+ "lang_localHDD": "Local HDD",
+ "lang_menuCustom": "Custom Extra 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_menuDisplayTime": "Menu Display Time",
+ "lang_seconds": "Seconds"
+} \ No newline at end of file