1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 03:01:32 +01:00

Translations

This commit is contained in:
kprkpr
2016-06-19 17:49:43 +02:00
parent f10328d5b4
commit 7b170e5916
3 changed files with 40 additions and 9 deletions

View File

@@ -161,12 +161,22 @@ case "$1" in
case $sclang in
"es") echo "sin formatear";;
*) echo "$1";;
esac;;
esac;;
"Not select")
case $sclang in
"es") echo "No elegir";;
*) echo "$1";;
esac;;
"End")
case $sclang in
"es") echo "Fin";;
*) echo "$1";;
esac;;
"Exit")
case $sclang in
"es") echo "Salir";;
*) echo "$1";;
esac;;
"Setup finished, press enter to reboot.")
case $sclang in
"es") echo "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema";;
@@ -217,6 +227,26 @@ case "$1" in
"es") echo "Creando archivo swap, espere";;
*) echo "$1";;
esac;;
"Select your desktop enviroment")
case $sclang in
"es") echo "Escoje tu entorno de escritorio";;
*) echo "$1";;
esac;;
"Now select your timezone for adjusting the clock")
case $sclang in
"es") echo "Ahora seleccione su ubicación/país para ajustar el reloj";;
*) echo "$1";;
esac;;
"Enter how much memory you want to use for swap (MB)")
case $sclang in
"es") echo "Introduzca cuanta memoria quieres usar como swap (en MB)";;
*) echo "$1";;
esac;;
"Formatting and mounting partitions")
case $sclang in
"es") echo "Formateando y montando particiones...";;
*) echo "$1";;
esac;;
*) echo "$1";;
esac
}