mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 18:51:32 +01:00
changes
This commit is contained in:
@@ -22,6 +22,14 @@ case "$1" in
|
||||
echo "ERROR: No tienes discos duros, no se puede continuar. Por favor enchufe/inserte un disco duro y reinicie. \n Al pulsar aceptar se reiniciara el sistema";;
|
||||
"System configuration")
|
||||
echo "Configuración de su sistema";;
|
||||
"Select hard disk to edit")
|
||||
echo "Seleccione el disco duro para editar";;
|
||||
"Full hard disk install")
|
||||
echo "Instalacion en un disco duro completo";;
|
||||
"Select root partition")
|
||||
echo "Elige la particion a usar como sistema raíz ('/')";;
|
||||
"Not valid")
|
||||
echo "No valido";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
@@ -49,6 +57,14 @@ case "$1" in
|
||||
echo "ERROR: You dont have any HDD/SSD, setup can't continue. Plug-in some HDD/SSD and start again. When you press enter, computer will poweroff.";;
|
||||
"System configuration")
|
||||
echo "$1";;
|
||||
"Select hard disk to edit")
|
||||
echo "$1";;
|
||||
"Full hard disk install")
|
||||
echo "$1";;
|
||||
"Select root partition")
|
||||
echo "Select root (/) partition";;
|
||||
"Not valid")
|
||||
echo "$1";;
|
||||
*)
|
||||
translate_es "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user