index_title=GRUB 2 Boot Loader
index_version=GRUB version $1
index_return=GRUB 2 module
status_title=GRUB status
index_missing=GRUB 2 does not appear to be installed or configured. Install GRUB 2 packages or update this module's configuration paths.
index_missing_detail=Missing or unusable item: $1
index_config_link=Module configuration
index_install_pkg=GRUB 2 packages
index_summary=Configuration summary
index_boot_mode=Boot mode
index_boot_mode_uefi=UEFI
index_boot_mode_bios=Legacy BIOS
index_secure_boot=Secure Boot
index_secure_boot_enabled=Enabled
index_secure_boot_disabled=Disabled
index_secure_boot_unknown=Unknown
index_secure_boot_not_applicable=Not applicable for BIOS boot
index_default_file=Default settings file
index_grub_cfg=Generated menu file
index_grub_dir=Script directory
index_bls_dir=BLS entries directory
index_mkconfig=Menu generation command
index_install_cmd=Boot loader install command
index_env=Environment file
index_entries=Boot menu entries
index_entry_count=$1 entries
index_kernel_options_source=Kernel options source
index_kernel_options_source_kernelopts=GRUB environment kernelopts
index_kernel_options_source_bls=BLS entry files
index_kernel_options_source_defaults=Generated menu entries
index_no_entries=No boot entries were found in the generated GRUB menu file.
index_entries_tab=Generated menu
index_custom_tab=Custom entries
index_entries_desc=Review entries from the generated GRUB menu and choose one entry for runtime actions; generated kernel, BLS, and distribution entries are not editable from this page.
index_custom_desc=Add, edit, reorder, or delete entries from the configured custom menu file. These entries appear in the generated menu after regeneration.
index_status_desc=Review discovered GRUB paths, common defaults, theme appearance, saved boot selection, and password protection managed by Webmin.
index_security_state=Current protection
index_security_enabled=Enabled
index_security_disabled=Disabled
index_security_unmanaged=Unmanaged file
index_security_user=Superuser
index_security_hash=Password hash
index_security_hash_set=Configured
index_security_hash_missing=Missing
index_security_file=Password script
index_security_mkpasswd=Password hash command
index_boot_selection=Boot selection
index_col_index=Index
index_col_selection=Selection
index_col_order=Order
index_col_title=Title
index_col_id=Entry ID
index_col_group=Submenu
index_col_actions=Actions
index_col_file=File
index_col_generator=Generator script
index_col_version=Version
index_col_kernel=Kernel
index_col_initrd=Initial ramdisk
index_col_machine_id=Machine ID
index_col_options=Kernel options
index_selection_default=Default
index_selection_saved=Saved default
index_selection_next=Boot once
index_top=Top level
index_bls=Boot Loader Specification
index_saved_entry=Environment default entry
index_next_entry=Next boot entry
index_not_set=Not set
index_not_readable=Not readable
index_missing_file=Missing file
index_delete_entry=Delete entry
index_global=Global Options
index_edit_defaults=Edit GRUB Defaults
index_edit_theme=Edit Theme and Appearance
index_edit_security=Edit GRUB Password
index_manual=Edit Config Files Manually
index_view_status=View GRUB status
index_view_status_msg=Review detected paths, defaults, boot selection, theme, and password protection.
index_generate=Regenerate GRUB menu
index_generate_msg=Run GRUB's menu generator and replace the generated menu only after a successful test run.
index_install=Install GRUB Boot Loader
index_set_default=Make Default
index_reboot_once=Boot Once
index_warn_missing_cfg=The generated menu file does not exist. Generate the menu before relying on these settings at boot.
index_warn_missing_default=The default settings file does not exist. Create it or update the module configuration.
index_warn_mkconfig=The menu generation command is not available, so Webmin cannot regenerate the boot menu.
index_warn_saved=The default is set to saved, but the GRUB environment file could not be read.
index_warn_theme_invalid=The configured GRUB theme cannot be used: $1
index_warn_theme_console=A GRUB theme is configured, but terminal output is set to console. Use graphical terminal output for the theme to appear.
index_warn_bls_options=Detected BLS boot entries store kernel options in BLS entry files. Install grubby or configure its path to update existing BLS entries automatically.
index_warn_kernelopts_source=Detected BLS boot entries read kernel options from grubenv kernelopts. Install grubby or configure its path if existing BLS entries do not change after saving kernel options.
index_warn_kernelopts_missing=BLS boot entries refer to grubenv kernelopts, but no kernelopts value was found in the GRUB environment file.
defaults_title=GRUB default settings
defaults_header=Common default settings
defaults_theme_header=Theme and menu appearance
defaults_default=Default menu entry
defaults_default_saved=Saved environment entry
defaults_default_current=Current value: $1
defaults_default_current_entry=Current index $1: $2
defaults_default_entry_id=$1 [$2]
defaults_timeout_style=Timeout style
defaults_timeout=Timeout
defaults_terminal_output=Terminal output
defaults_terminal_console=Console
defaults_terminal_gfxterm=Graphical terminal
defaults_terminal_gfxterm_console=Graphical terminal, then console
defaults_terminal_serial=Serial
defaults_cmdline_default=Kernel options for regular Linux entries
defaults_cmdline=Kernel options for all Linux entries
defaults_kernelopts_source=Detected kernel options source
defaults_disable_recovery=Disable recovery and rescue entries
defaults_disable_recovery_bls=Existing BLS rescue entries are hidden by renaming their entry files.
defaults_disable_os_prober=Disable OS prober
defaults_theme=Theme file
defaults_theme_current=Current theme file
defaults_theme_none=Not set
defaults_theme_action=Theme action
defaults_theme_keep=Keep current theme
defaults_theme_install=Install or select theme source
defaults_theme_clear=Use no theme
defaults_theme_source=Theme source
defaults_gfxmode=Graphics mode
defaults_gfxmode_default=Use default resolution
defaults_gfxmode_auto=Automatic resolution
defaults_background=Background image
defaults_color_normal=Normal menu colors
defaults_color_highlight=Selected menu colors
defaults_color_default=Use default colors
defaults_color_custom=Set custom colors
defaults_color_text=Text
defaults_color_background=Background
defaults_keep=Use GRUB default
defaults_menu=Menu
defaults_hidden=Hidden
defaults_countdown=Countdown
defaults_true=Yes
defaults_false=No
defaults_format_note=Saving these settings rewrites the managed assignments in normalized shell format while preserving other lines and comments.
defaults_err=Failed to save GRUB defaults
defaults_edefault=The default menu entry cannot contain line breaks or null bytes.
defaults_edefault_choice=The selected default menu entry is not one of the detected entries.
defaults_etimeout=The timeout must be -1 or a non-negative number of seconds.
defaults_etimeout_style=Invalid timeout style.
defaults_eterminal_output=Invalid terminal output.
defaults_egfxmode=Invalid graphics mode. Use auto or modes like 1024x768 or 1024x768x32, separated by commas.
defaults_ebool=Invalid boolean value for $1.
defaults_ecmdline=$1 cannot contain line breaks or null bytes.
defaults_egrubby=The grubby command is not available, so existing BLS entries were not updated.
defaults_egrubby_failed=The grubby command failed without output.
defaults_ebls_rescue_exists=Cannot disable BLS rescue entry $1 because $2 already exists.
defaults_ebls_rescue_move=Failed to move BLS rescue entry from $1 to $2: $3
defaults_edir=Directory $1 does not exist or is not accessible.
defaults_epath=$1 cannot contain line breaks or null bytes.
defaults_eabspath=$1 must be an absolute path.
defaults_econfigpath=Configured file path $1 must be absolute.
defaults_epathchars=$1 contains characters that are not allowed in GRUB file paths.
defaults_ecolor=Invalid color selection for $1.
defaults_ecolorfile=The configured GRUB color script already exists but is not managed by Webmin. Edit it manually or choose another path in module configuration.
defaults_etheme_archive=$1 is a theme archive, not a GRUB theme file. Extract the theme and select its theme.txt file.
defaults_etheme_file=The GRUB theme file $1 does not exist or cannot be read.
defaults_etheme_source=Enter a local theme file, local theme archive, local theme directory, or HTTP, HTTPS, or FTP URL.
defaults_etheme_url=Enter a valid HTTP, HTTPS, or FTP URL for the theme source.
defaults_etheme_download=Failed to download the theme source: $1
defaults_etheme_mode=Invalid theme action.
defaults_etheme_nottheme=$1 is not a theme.txt file or a supported theme archive.
defaults_etheme_notfound=No theme.txt file was found in the selected theme source.
defaults_etheme_archive_list=Failed to list the theme archive.
defaults_etheme_extract=Failed to extract the theme archive.
defaults_etheme_type=Unsupported theme archive type.
defaults_etheme_cmd=The command $1 is required to install this theme source.
defaults_etheme_member=The theme archive contains an unsafe or unsupported member: $1
defaults_etheme_terminal=GRUB themes require graphical terminal output. Change Terminal output to Graphical terminal before saving this theme.
defaults_ebackground_file=The GRUB background image $1 does not exist or cannot be read.
defaults_ebackground_type=The GRUB background image $1 must be a PNG, JPEG, or TGA file.
defaults_theme_note=Enter an existing theme.txt, a theme directory, a local .tar.gz or .zip archive, or an HTTP, HTTPS, or FTP URL. Webmin installs the theme under the configured GRUB theme directory in <tt>/boot</tt>. Use graphical terminal output for themes.
defaults_background_note=Webmin copies this image under the configured GRUB background directory in <tt>/boot</tt> before saving it.
theme_title=GRUB theme and appearance
theme_err=Failed to save GRUB theme and appearance
security_title=GRUB password protection
security_header=Password protection
security_current_state=Current protection
security_current_enabled=Enabled for superuser $1
security_current_disabled=Disabled
security_current_hash=Current password
security_current_hash_set=Set, not shown
security_current_hash_missing=Not set
security_enable=Enable password protection
security_user=Superuser name
security_password_status=Password update
security_password_keep=Leave blank to keep the current password, or enter a new one to replace it.
security_password_required=No password is currently set. Enter and confirm a password before enabling protection.
security_newpass=New password
security_newpass2=Confirm password
security_hash=PBKDF2 hash
security_hash_note=This is the stored GRUB password hash, not the original password. Leave it unchanged to keep the current password, or replace it with a pre-generated grub.pbkdf2 hash.
security_unmanaged=The configured password script already exists but is not managed by Webmin. Edit it manually or choose another path in module configuration.
security_err=Failed to save GRUB password protection
security_euser=The GRUB superuser name is required and can only contain letters, numbers, dots, underscores, plus signs, at signs, and hyphens.
security_epass=Enter a password or PBKDF2 hash before enabling password protection.
security_epassmatch=The password and confirmation do not match.
security_epasschars=The password cannot contain line breaks or null bytes.
security_epassmode=Enter either a password or a PBKDF2 hash, not both.
security_ehash=The PBKDF2 hash is invalid.
security_ehashgen=The password hash command did not return a GRUB PBKDF2 hash.
security_emkpasswd=The GRUB password hash command is not available. Install GRUB tools or paste a PBKDF2 hash.
security_eunmanaged=The configured GRUB password script is not managed by Webmin and will not be overwritten.
color_black=Black
color_blue=Blue
color_green=Green
color_cyan=Cyan
color_red=Red
color_magenta=Magenta
color_brown=Brown
color_light-gray=Light gray
color_dark-gray=Dark gray
color_light-blue=Light blue
color_light-green=Light green
color_light-cyan=Light cyan
color_light-red=Light red
color_light-magenta=Light magenta
color_yellow=Yellow
color_white=White
manual_title=Manual GRUB configuration
manual_select=Edit config file:
manual_ok=Edit
manual_err=Failed to save GRUB file
manual_efile=The selected file is not allowed for manual editing.
manual_enofile=No GRUB files are configured for manual editing.
manual_evalidate=The file failed validation: $1
manual_ebls=The BLS entry must contain key/value lines and may contain comments or blank lines.
manual_eblsline=Line $1 is not valid BLS key/value syntax.
custom_title_new=Add Custom GRUB Entry
custom_title_edit=Edit Custom GRUB Entry
custom_header=Custom boot entry
custom_add=Add new custom boot entry
custom_entry_title=Menu title
custom_entry_id=Entry ID
custom_entry_body=GRUB commands
custom_id_note=Optional. Use letters, numbers, dots, underscores, colons, plus signs, equals signs, commas, at signs, and hyphens only.
custom_empty=No custom boot entries were found.
custom_err=Failed to save custom GRUB entry
custom_efile=No custom GRUB menu file is configured.
custom_enofile=No custom GRUB menu file is configured.
custom_eentry=Invalid custom boot entry.
custom_eone=Select exactly one custom boot entry.
custom_etitle=The menu title is required and cannot contain line breaks or null bytes.
custom_eid=The entry ID contains invalid characters.
custom_ebody=The GRUB commands contain invalid data.
custom_evalidate=The GRUB script failed validation.
custom_ebraces=The GRUB commands have unbalanced braces.
custom_emove=The selected custom entry cannot be moved in that direction.
generate_title=Regenerating GRUB menu
generate_err=Failed to generate the GRUB menu
generate_missing=The GRUB menu generation command is not available.
generate_empty=The generated test menu was empty.
generate_failed=The GRUB menu generation command failed without output.
generate_evalidate=The generated test menu failed validation: $1
generate_regenerating=Regenerating GRUB menu
generate_check=Checking generated test menu
generate_replace=Replacing generated menu
generate_done=done
generate_failed_status=failed
generate_return=GRUB 2 module
install_title=Install GRUB boot loader
install_progress_title=Installing GRUB boot loader
install_header=Boot loader installation
install_command=Install command
install_target=Install target
install_efi_dir=EFI system directory
install_platform=Platform target
install_directory=GRUB module directory
install_boot_directory=Boot directory
install_bootloader_id=Boot loader ID
install_options=Options
install_boot_directory_enable=Pass boot directory to grub-install
install_recheck=Probe devices again before installing
install_removable=Install as removable EFI media
install_no_nvram=Do not update EFI firmware boot variables
install_force=Force EFI install even though it may not support Secure Boot
install_confirm=Confirmation
install_confirm_label=I understand that installing GRUB to the wrong target can make this system unbootable.
install_submit=Install GRUB
install_installing=Installing GRUB boot loader
install_done=done
install_failed_status=failed
install_return=GRUB 2 module
install_warn_modules=GRUB platform files for $1 were not found. Install the matching GRUB EFI/module package before installing the boot loader, or enter the module directory manually.
install_err=Failed to install the GRUB boot loader
install_ecmd=The GRUB boot loader install command is not available.
install_etarget=Enter an absolute device path under /dev such as /dev/sda, or an EFI system directory.
install_etarget_missing=Install target $1 does not exist.
install_eefi=The EFI system directory must be an absolute path with safe characters.
install_eefi_missing=EFI system directory $1 does not exist.
install_eplatform=The platform target can only contain letters, numbers, underscores, and hyphens.
install_eplatform_modules=GRUB platform files for $1 were not found. Install the matching GRUB EFI/module package or enter the module directory manually. Checked: $2
install_edirectory=The GRUB module directory must be an absolute path with safe characters.
install_edirectory_missing=GRUB module directory $1 does not exist.
install_edirectory_modinfo=GRUB module directory $1 does not contain modinfo.sh.
install_eboot_directory=The boot directory must be an absolute path with safe characters.
install_eboot_directory_missing=Boot directory $1 does not exist.
install_eboot_directory_required=Enter a boot directory, or clear the boot directory option.
install_ebootloader=The boot loader ID can only contain letters, numbers, dots, underscores, plus signs, and hyphens.
install_eoption=Invalid install option.
install_econfirm=Confirm that you understand the risk before installing GRUB.
install_failed=The GRUB boot loader install command failed without output.
install_log_efi=EFI directory $1
runtime_err=Failed to update GRUB boot selection
runtime_eentry=Invalid boot entry.
runtime_ecmd=The required GRUB command is not available.
runtime_eselector=Unsafe or invalid GRUB boot entry selector.
runtime_eaction=No GRUB boot action was selected.
delete_enone=Select one or more boot menu entries to delete.
delete_ecustom=Only custom menu entries from the configured custom file can be deleted here.
acl_view=View GRUB configuration and boot entries
acl_edit=Edit common GRUB defaults
acl_security=Edit GRUB password protection
acl_apply=Generate the GRUB menu
acl_runtime=Set saved or one-time boot entries
acl_manual=Manually edit allowed GRUB files
acl_install=Install GRUB boot loader
acl_backup=Include GRUB files in backups
acl_ecannot=You are not allowed to perform this GRUB 2 action.
eacl_np=Access denied:
eacl_pview=view GRUB configuration
eacl_pedit=edit GRUB defaults
eacl_psecurity=edit GRUB password protection
eacl_papply=generate the GRUB menu
eacl_pruntime=change GRUB boot selection
eacl_pmanual=manually edit GRUB files
eacl_pinstall=install GRUB boot loader
eacl_pbackup=backup GRUB files
log_defaults=Modified GRUB default settings
log_bls_args=Updated existing BLS kernel options
log_theme=Modified GRUB theme and appearance
log_security=Modified GRUB password protection
log_manual=Modified GRUB file $1
log_custom_create=Created custom GRUB entry $1
log_custom_modify=Modified custom GRUB entry $1
log_custom_move=Moved custom GRUB entry $1
log_generate=Generated GRUB menu $1
log_install=Installed GRUB boot loader to $1
log_default=Set saved GRUB default to $1
log_once=Set next GRUB boot to $1
log_custom_delete=Deleted $1 custom GRUB menu entries
__norefs=1
