1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 19:21:32 +01:00
This commit is contained in:
kprkpr
2016-06-04 23:22:13 +02:00
parent 992c195aca
commit 446eebfce1
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ case "$1" in
echo "Elige la particion a usar como sistema raíz ('/')";;
"Not valid")
echo "No valido";;
"¿Do you want to edit partitions?¿How?")
echo "¿Quieres editar las particiones?¿Como?";;
*)
echo "$1";;
esac
@@ -65,6 +67,8 @@ case "$1" in
echo "Select root (/) partition";;
"Not valid")
echo "$1";;
"¿Do you want to edit partitions?¿How?")
echo "$1";;
*)
translate_es "$1";;
esac