summaryrefslogtreecommitdiffstats
path: root/lang/en/serversetup
diff options
context:
space:
mode:
authorSimon Rettberg2014-08-13 05:20:32 +0200
committerSimon Rettberg2014-08-13 05:20:32 +0200
commitd05468d39f37ff260df1e51a02075d486ef7e6b6 (patch)
tree2d4d62a2660b82ec83b54b54c8baf1933d7182de /lang/en/serversetup
parentDon't bail out if a json file doesn't exist for a given lang+template (diff)
downloadslx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.tar.gz
slx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.tar.xz
slx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.zip
Re-Format all language files for cleaner future diffs
Diffstat (limited to 'lang/en/serversetup')
-rw-r--r--lang/en/serversetup/ipaddress.json12
-rw-r--r--lang/en/serversetup/ipxe.json28
2 files changed, 20 insertions, 20 deletions
diff --git a/lang/en/serversetup/ipaddress.json b/lang/en/serversetup/ipaddress.json
index baa0240e..699aeacc 100644
--- a/lang/en/serversetup/ipaddress.json
+++ b/lang/en/serversetup/ipaddress.json
@@ -1,7 +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."
-}
+ "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/serversetup/ipxe.json b/lang/en/serversetup/ipxe.json
index 31118860..1ab18e14 100644
--- a/lang/en/serversetup/ipxe.json
+++ b/lang/en/serversetup/ipxe.json
@@ -1,15 +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"
-}
+ "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