mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 03:01:32 +01:00
new translations
This commit is contained in:
@@ -55,13 +55,13 @@ for addr in $(echo $langs | tr " " "\n")
|
||||
do
|
||||
varx+=" $addr $addr"
|
||||
done
|
||||
varf="dialog --stdout --nocancel --menu \"$(T "Select language for keyboard and texts")\" 0 0 5 $varx"
|
||||
varf="dialog --stdout --nocancel --menu \"$(T "Select language for JKArch")\" 0 0 5 $varx"
|
||||
opclang=`bash -c "$varf"`
|
||||
varx="" #Empty varx
|
||||
langabr=$(echo $opclang | cut -f1 -d"_")
|
||||
|
||||
langinst=$(cat /etc/locale.gen | grep -m1 '^#'$opclang | cut -c2-40)
|
||||
opt=`dialog --stdout --nocancel --menu "$(T "Your language:") $opclang" 0 0 4 1 "Es correcto" 2 "No, editar"`
|
||||
opt=`dialog --stdout --nocancel --menu "$(T "Your language:") $opclang" 0 0 4 1 "$(T "It's right")" 2 "$(T "No,edit")"`
|
||||
case $opt in
|
||||
2) opclang="";;
|
||||
esac
|
||||
@@ -78,7 +78,7 @@ clear
|
||||
echo "$(T "Now select your timezone for adjusting the clock")"
|
||||
while [[ $NEW_TIMEZONE == "" ]];do
|
||||
NEW_TIMEZONE=$(tzselect)
|
||||
opt=`dialog --stdout --nocancel --menu "$(T "Your timezone:") $NEW_TIMEZONE" 0 0 4 1 "Es correcto" 2 "No, editar"`
|
||||
opt=`dialog --stdout --nocancel --menu "$(T "Your timezone:") $NEW_TIMEZONE" 0 0 4 1 "$(T "It's right")" 2 "$(T "No,edit")"`
|
||||
case $opt in
|
||||
2) NEW_TIMEZONE="";;
|
||||
esac
|
||||
@@ -249,14 +249,14 @@ case $opt9 in
|
||||
esac
|
||||
pacman -S $packages --noconfirm --needed
|
||||
if [[ $inswine = 1 ]];then
|
||||
echo "$(T "Configuring wine for better experience (32 bit winearch)")"
|
||||
echo "$(T "Configuring wine for better experience") (32 bit winearch)"
|
||||
su $nameuser -c "WINEARCH=win32 wineboot -u"
|
||||
fi
|
||||
packages=""
|
||||
}
|
||||
|
||||
function baseconX {
|
||||
tput setaf 2 ;echo "Instalando programas X y gráficos básicos, junto al entorno escogido. Esto puede tardar un rato, espere pacientemente" ; tput setaf 9
|
||||
tput setaf 2 ;echo "$(T "Installing desktop and basic programs, please wait")" ; tput setaf 9
|
||||
sleep 2
|
||||
pacman -S xorg-server xorg-xinit xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter gvfs gvfs-mtp gvfs-smb udisks networkmanager network-manager-applet gnome-keyring xdialog --noconfirm
|
||||
pacman -S lxterminal ttf-inconsolata file-roller --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user