From 3a0c3d80486cce249c9d2e60f45bc8296bd0d149 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 27 May 2019 22:58:24 +0100 Subject: Move the translation bits to the -common package --- debian/po/POTFILES.in | 2 +- debian/shim-signed-common.templates | 62 +++++++++++++++++++++++++++++++++++++ debian/templates | 62 ------------------------------------- 3 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 debian/shim-signed-common.templates delete mode 100644 debian/templates diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in index cef83a3..8c3969e 100644 --- a/debian/po/POTFILES.in +++ b/debian/po/POTFILES.in @@ -1 +1 @@ -[type: gettext/rfc822deb] templates +[type: gettext/rfc822deb] shim-signed-common.templates diff --git a/debian/shim-signed-common.templates b/debian/shim-signed-common.templates new file mode 100644 index 0000000..46caf08 --- /dev/null +++ b/debian/shim-signed-common.templates @@ -0,0 +1,62 @@ +Template: shim/title/secureboot +Type: text +_Description: Configuring UEFI Secure Boot + +Template: shim/error/bad_secureboot_key +Type: error +_Description: Invalid password + The Secure Boot key you've entered is not valid. The password used must be + between 8 and 16 characters. + +Template: shim/disable_secureboot +Type: boolean +Default: true +_Description: Disable UEFI Secure Boot? + If Secure Boot remains enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/enable_secureboot +Type: boolean +Default: false +_Description: Enable UEFI Secure Boot? + If Secure Boot is enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/secureboot_explanation +Type: note +_Description: Your system has UEFI Secure Boot enabled + UEFI Secure Boot is not compatible with the use of third-party drivers. + . + The system will assist you in toggling UEFI Secure Boot. To ensure that this + change is being made by you as an authorized user, and not by an attacker, + you must choose a password now and then use the same password after reboot + to confirm the change. + . + If you choose to proceed but do not confirm the password upon reboot, the + Secure Boot configuration will not be changed, and the machine will continue + booting as before. + . + If Secure Boot remains enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/secureboot_key +Type: password +_Description: UEFI Secure Boot password: + Please enter a password for configuring UEFI Secure Boot. + . + This password will be used after a reboot to confirm authorization for a + change to Secure Boot state. + +Template: shim/secureboot_key_again +Type: password +_Description: Re-enter password to verify: + Please enter the same password again to verify that you have typed it + correctly. + +Template: shim/error/secureboot_key_mismatch +Type: error +_Description: Password input error + The two passwords you entered were not the same. Please try again. diff --git a/debian/templates b/debian/templates deleted file mode 100644 index 46caf08..0000000 --- a/debian/templates +++ /dev/null @@ -1,62 +0,0 @@ -Template: shim/title/secureboot -Type: text -_Description: Configuring UEFI Secure Boot - -Template: shim/error/bad_secureboot_key -Type: error -_Description: Invalid password - The Secure Boot key you've entered is not valid. The password used must be - between 8 and 16 characters. - -Template: shim/disable_secureboot -Type: boolean -Default: true -_Description: Disable UEFI Secure Boot? - If Secure Boot remains enabled on your system, your system may still boot but - any hardware that requires third-party drivers to work correctly may not be - usable. - -Template: shim/enable_secureboot -Type: boolean -Default: false -_Description: Enable UEFI Secure Boot? - If Secure Boot is enabled on your system, your system may still boot but - any hardware that requires third-party drivers to work correctly may not be - usable. - -Template: shim/secureboot_explanation -Type: note -_Description: Your system has UEFI Secure Boot enabled - UEFI Secure Boot is not compatible with the use of third-party drivers. - . - The system will assist you in toggling UEFI Secure Boot. To ensure that this - change is being made by you as an authorized user, and not by an attacker, - you must choose a password now and then use the same password after reboot - to confirm the change. - . - If you choose to proceed but do not confirm the password upon reboot, the - Secure Boot configuration will not be changed, and the machine will continue - booting as before. - . - If Secure Boot remains enabled on your system, your system may still boot but - any hardware that requires third-party drivers to work correctly may not be - usable. - -Template: shim/secureboot_key -Type: password -_Description: UEFI Secure Boot password: - Please enter a password for configuring UEFI Secure Boot. - . - This password will be used after a reboot to confirm authorization for a - change to Secure Boot state. - -Template: shim/secureboot_key_again -Type: password -_Description: Re-enter password to verify: - Please enter the same password again to verify that you have typed it - correctly. - -Template: shim/error/secureboot_key_mismatch -Type: error -_Description: Password input error - The two passwords you entered were not the same. Please try again. -- cgit v1.2.3