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

View File

@@ -229,7 +229,7 @@ particiones
clear
tput setaf 6
echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar."
echo "$(T "Ok, last thing before start installing, summary of changes")"
echo "$(T "Part. scheme before your changes")"
tput setaf 9
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL

View File

@@ -34,6 +34,8 @@ case "$1" in
echo "No valido";;
"¿Do you want to edit partitions?¿How?")
echo "¿Quieres editar las particiones?¿Como?";;
"Ok, last thing before start installing, summary of changes")
echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar.";;
*)
echo "$1";;
esac
@@ -73,6 +75,8 @@ case "$1" in
echo "$1";;
"¿Do you want to edit partitions?¿How?")
echo "$1";;
"Ok, last thing before start installing, summary of changes")
echo "Ok, last thing before start installing, summary of changes we will do";;
*)
translate_es "$1";;
esac