diff options
author | Simon Rettberg | 2019-03-20 15:35:56 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-20 15:35:56 +0100 |
commit | b051fb4dd78482a8d51559df09668ae2bb382113 (patch) | |
tree | d80c7e71cd6eb20def19d5ad76e56becd7415cfb /modules-available/serversetup-bwlp-ipxe/lang | |
parent | [serversetup-bwlp-ipxe] Chainfix: Add netX/ to DHCP opts too (diff) | |
download | slx-admin-b051fb4dd78482a8d51559df09668ae2bb382113.tar.gz slx-admin-b051fb4dd78482a8d51559df09668ae2bb382113.tar.xz slx-admin-b051fb4dd78482a8d51559df09668ae2bb382113.zip |
[serversetup-bwlp-ipxe] Bootentry: add copy button & allow view only
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/lang')
-rw-r--r-- | modules-available/serversetup-bwlp-ipxe/lang/de/template-tags.json | 2 | ||||
-rw-r--r-- | modules-available/serversetup-bwlp-ipxe/lang/en/template-tags.json | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/lang/de/template-tags.json b/modules-available/serversetup-bwlp-ipxe/lang/de/template-tags.json index 30b46e82..f5356a72 100644 --- a/modules-available/serversetup-bwlp-ipxe/lang/de/template-tags.json +++ b/modules-available/serversetup-bwlp-ipxe/lang/de/template-tags.json @@ -17,10 +17,12 @@ "lang_bootentryTitle": "Men\u00fceintrag", "lang_chooseIP": "Bitte w\u00e4hlen Sie die IP-Adresse, \u00fcber die der Server von den Clients zum Booten angesprochen werden soll.", "lang_commandLine": "Command line", + "lang_copy": "Kopieren", "lang_count": "Anzahl", "lang_createUsbImage": "Bootbaren USB-Stick erstellen", "lang_downloadBootImage": "Boot-Image herunterladen", "lang_downloadRufus": "Rufus herunterladen", + "lang_editBootEntryHead": "Men\u00fceintrag bearbeiten", "lang_editBuiltinWarn": "Achtung! Sie bearbeiten einen der vorgegebenen Eintr\u00e4ge! Bei einem Update k\u00f6nnten Ihre \u00c4nderungen wieder \u00fcberschrieben werden", "lang_editMenuHead": "Men\u00fc bearbeiten", "lang_efiOnly": "Nur EFI", diff --git a/modules-available/serversetup-bwlp-ipxe/lang/en/template-tags.json b/modules-available/serversetup-bwlp-ipxe/lang/en/template-tags.json index ba6d3a85..4bf78a5d 100644 --- a/modules-available/serversetup-bwlp-ipxe/lang/en/template-tags.json +++ b/modules-available/serversetup-bwlp-ipxe/lang/en/template-tags.json @@ -10,17 +10,19 @@ "lang_assignMenuToLocation": "Assign menu to location", "lang_biosOnly": "BIOS only", "lang_bootAddress": "Boot Address of the Server", - "lang_bootEntryData": "Menu entry data", + "lang_bootEntryData": "Menu item data", "lang_bootentryDeleteConfirm": "Are you sure you want to delete this menu item?", "lang_bootentryHead": "Menu items", - "lang_bootentryIntro": "This is where you can add, edit and remove menu items, which can be added to menus. A menu entry is either a combination of a kernel\/image to load (and an optional initrd), or a custom iPXE-script.", + "lang_bootentryIntro": "This is where you can add, edit and remove menu items, which can be added to menus. A menu item is either a combination of a kernel\/image to load (and an optional initrd), or a custom iPXE-script.", "lang_bootentryTitle": "Menu item", "lang_chooseIP": "Please select the IP address that the client server will use to boot.", "lang_commandLine": "Command line", + "lang_copy": "Copy", "lang_count": "Count", "lang_createUsbImage": "Create bootable thumb drive", "lang_downloadBootImage": "Download boot-image", "lang_downloadRufus": "Download Rufus", + "lang_editBootEntryHead": "Edit menu item", "lang_editBuiltinWarn": "WARNING! You're editing a predefined item. Future updates might reset your changes!", "lang_editMenuHead": "Edit menu", "lang_efiOnly": "EFI only", @@ -58,7 +60,7 @@ "lang_ok": "OK", "lang_override": "Override", "lang_pxeMenuContent": "pxelinux.cfg\/ menu definition", - "lang_pxelinuxEntriesOnly": "Import menu entries only, don't create menu", + "lang_pxelinuxEntriesOnly": "Import menu items only, don't create menu", "lang_pxelinuxImport": "Import PXELinux menu", "lang_pxelinuxImportIntro": "Here you can paste a pxelinux menu to convert it to an iPXE menu.", "lang_recompileHint": "Recompile iPXE binaries now. Usually this happens automatically on changes, but if you suspect problems caused by outdated binaries, you can trigger recompilation here.", |