mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
ntpdinstall
This commit is contained in:
@@ -17,10 +17,10 @@ case "$1" in
|
||||
"es") 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";;
|
||||
*) 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";;
|
||||
esac;;
|
||||
"Part. scheme before your changes")
|
||||
"Partition scheme before your changes")
|
||||
case $sclang in
|
||||
"es") echo "Esquema de particiones antes de los cambios";;
|
||||
*) echo "Partition scheme before your changes";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Your partition scheme")
|
||||
case $sclang in
|
||||
@@ -32,15 +32,15 @@ case "$1" in
|
||||
"es") echo "Cambios que has realizado:";;
|
||||
*) echo "${1}:";;
|
||||
esac;;
|
||||
"Pause function")
|
||||
"Press enter to continue...")
|
||||
case $sclang in
|
||||
"es") echo "Pulse enter para continuar...";;
|
||||
*) echo "Press enter to continue...";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Questions about partitions")
|
||||
"Questions about partitions where system will be installed")
|
||||
case $sclang in
|
||||
"es") echo "Preguntas acerca de las unidades donde instalar el sistema";;
|
||||
*) echo "Questions about partitions where system will be installed";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Questions about partitions dialog. Text")
|
||||
case $sclang in
|
||||
@@ -82,10 +82,10 @@ case "$1" in
|
||||
"es") echo "Elige el disco duro a borrar y cambiar por una particion Linux simple para JKArch";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Select root partition")
|
||||
"Select root ('/') partition")
|
||||
case $sclang in
|
||||
"es") echo "Elige la particion a usar como sistema raíz ('/')";;
|
||||
*) echo "Select root (/) partition";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Select home partition")
|
||||
case $sclang in
|
||||
@@ -267,6 +267,11 @@ case "$1" in
|
||||
"es") echo "Formateando y montando particiones...";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
"Syncing hour to internet")
|
||||
case $sclang in
|
||||
"es") echo "Sincronizando la hora por internet";;
|
||||
*) echo "$1";;
|
||||
esac;;
|
||||
*) echo "$1";;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user