Skip to content

Commit

Permalink
Fixed Translation-Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas20114552 committed Feb 17, 2023
1 parent 6d6f87c commit 1d34d23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion installed/setup
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ elif [[ $o9 == "Chaotic-AUR" ]]; then
aur=chaotic
aurh=chaotic
fi
so1=$(dialog --no-cancel --no-items --title "$tit13" --menu "$lan28" 0 0 0 KDE-Plasma GNOME Xfce4 Cinnamon Deepin Trinity MATE LXQt LXDE "$but4" 3>&1 1>&2 2>&3 3>&-)
so1=$(dialog --no-cancel --no-items --title "$tit13" --menu "$lan28" 0 0 0 KDE-Plasma GNOME Xfce4 Cinnamon Deepin Trinity MATE LXQt LXDE "$but7" 3>&1 1>&2 2>&3 3>&-)
if [[ $so1 == "KDE-Plasma" ]]; then
de=kde
elif [[ $so1 == "GNOME" ]]; then
Expand Down
6 changes: 6 additions & 0 deletions lang.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ if [[ $1 == de ]]; then
but5b="Automatisch"
but6="Manuell Partitionieren"
but6b="Manuell"
but7="Keinen Desktop installieren"

err1="Debug-Modus aktiviert."
err2="KRITISCH"
Expand Down Expand Up @@ -125,6 +126,7 @@ elif [[ $1 == en ]]; then
but5b="Automatic"
but6="Manual partition"
but6b="Manual"
but7="Do not install a desktop"

err1="Debug-Mode activated."
err2="CRITICAL"
Expand Down Expand Up @@ -194,6 +196,7 @@ elif [[ $1 == fr ]]; then
but5b="Automatic"
but6="Manual partition"
but6b="Manual"
but7="Do not install a desktop"

err1="Mode débogage activé."
err2="CRUCIAL"
Expand Down Expand Up @@ -263,6 +266,7 @@ elif [[ $1 == nl ]]; then
but5b="Automatic"
but6="Manual partition"
but6b="Manual"
but7="Do not install a desktop"

err1="Debug-modus geactiveerd."
err2="KRITISCHE"
Expand Down Expand Up @@ -332,6 +336,7 @@ elif [[ $1 == it ]]; then
but5b="Automatic"
but6="Manual partition"
but6b="Manual"
but7="Do not install a desktop"

err1="Modalità di debug attivata."
err2="CRITICO"
Expand Down Expand Up @@ -400,6 +405,7 @@ elif [[ $1 == es ]]; then
but5b="Automatic"
but6="Manual partition"
but6b="Manual"
but7="Do not install a desktop"

err1="Modo de depuración activado."
err2="CRÍTICO"
Expand Down

0 comments on commit 1d34d23

Please sign in to comment.