mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 02:01:32 +01:00
changes
This commit is contained in:
@@ -8,8 +8,12 @@ case "$1" in
|
||||
echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \nHa sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \nAviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta"
|
||||
"Part. scheme before your changes")
|
||||
echo "Esquema de particiones antes de los cambios";;
|
||||
"Your partition scheme")
|
||||
echo "Tu esquema de particiones:";;
|
||||
"Your changes")
|
||||
echo "Cambios que has realizado";;
|
||||
"Pause function")
|
||||
echo "Pulse enter para continuar...";;
|
||||
*)
|
||||
translate_en "$1";;
|
||||
esac
|
||||
@@ -23,8 +27,12 @@ case "$1" in
|
||||
echo "Through simple questions, we will install arch in your computer. \nIts designed to be simple and guied by options, but you need to be careful during the process. \nWarning: You musnt stop the install never, or anything can happen";;
|
||||
"Part. scheme before your changes")
|
||||
echo "Your partition scheme before your changes";;
|
||||
"Your partition scheme")
|
||||
echo "$1:";;
|
||||
"Your changes")
|
||||
echo "$1";;
|
||||
"Pause function")
|
||||
echo "Press enter to continue...";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user