1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 18:51:32 +01:00
This commit is contained in:
kprkpr
2016-06-04 23:17:24 +02:00
parent cebb46bf2e
commit 2101096850
2 changed files with 21 additions and 5 deletions

View File

@@ -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