From e2d136b9609e7a34ed2b3f79e3382d6e6fb56450 Mon Sep 17 00:00:00 2001 From: tavo Date: Thu, 16 May 2024 15:57:47 -0600 Subject: [PATCH] unnecessary --- 02-language.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/02-language.sh b/02-language.sh index 7848ccd..e18c84a 100644 --- a/02-language.sh +++ b/02-language.sh @@ -10,7 +10,6 @@ set_lang() { TITLE="Instalador firma digital" PROMPT_WELCOME="Bienvenido al asistente de instalación de certificados para firma digial." PROMPT_ERR_DEPS="Error, la instalación requiere de los siguientes programas no presentes: " - PROMPT_FILE="Seleccione el fichero que corresponde a su sistema operativo." PROMPT_SERIAL="Ingrese el número serial impreso al reverso de la tarjeta." PROMPT_ERR_SERIAL="Error al obtener el número serial de la tarjeta, abortando." PROMPT_DOWNLOAD="Descargando desde Centro de Soporte Firma Digital..." @@ -24,7 +23,6 @@ set_lang() { TITLE="Digital signature installer" PROMPT_WELCOME="Welcome to the digital signing certificate installation wizard." PROMPT_ERR_DEPS="Error, installation requires the following programs not present: " - PROMPT_FILE="Select the file that corresponds to your operating system." PROMPT_SERIAL="Enter the serial number printed on the back of the card." PROMPT_ERR_SERIAL="Error obtaining the card serial number, aborting." PROMPT_DOWNLOAD="Downloading from the Digital Signature Support Center..." @@ -38,7 +36,6 @@ set_lang() { TITLE="Installation de signature" PROMPT_WELCOME="Bienvenue dans l'assistant d'installation du certificat de signature." PROMPT_ERR_DEPS="Erreur, l'installation requise des programmes suivants ne présente pas: " - PROMPT_FILE="Sélectionnez le fichier qui correspond à votre système d'exploitation." PROMPT_SERIAL="Entrez le numéro de série imprimé au dos de la carte." PROMPT_ERR_SERIAL="Erreur d'obtention du numéro de série de la carte, abandon." PROMPT_DOWNLOAD="Téléchargement du fichier depuis le Centre de support des signatures numériques..."